Expand description
Chain data serialization formats for finalized data.
ยงCorrectness
crate::constants::state_database_format_version_in_code() must be incremented
each time the database format (column, serialization, etc) changes.
Structsยง
- History
Tree Parts - Legacy
Entry ๐ - A history-tree entry serialized at the pre-NU6.3
LEGACY_MAX_ENTRY_SIZEwidth. - Legacy
History ๐Tree Parts - A mirror of
HistoryTreePartsusing the pre-NU6.3zcash_history::Entrywidth.
Constantsยง
- LEGACY_
MAX_ ๐ENTRY_ SIZE - The width of a history-tree
zcash_history::Entryas serialized by database formats written before NU6.3 (Ironwood) widenedzcash_history::NodeData. Equal to the pre-IronwoodMAX_ENTRY_SIZE: aMAX_NODE_DATA_SIZEof 244 bytes plus the 9-byte entry header.