20429b5efa
* Increment the database format version * Update IntoDisk and FromDisk docs * Rename fixed_byte_len to fixed_disk_byte_len * Add functions that truncate and extend serialized bytes * Store heights in 3 bytes on disk * Update database raw data snapshots for 3-byte heights * Log an error if we ever get close to the maximum disk height * Store transaction indexes in 2 bytes on disk * Update database raw data snapshots for 2-byte transaction indexes * Make doc comment phrasing consistent * Replace IntoDiskFixed with fixed constants * Replace u32 byte length literal with a constant calculation * Fix off-by-one error in MAX_ON_DISK_HEIGHT * Add proptest seeds for the MAX_ON_DISK_HEIGHT off-by-one error * Remove redundant module from a Height type Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
tests |