Constant zebra_state::service::finalized_state::disk_format::transparent::MAX_ON_DISK_OUTPUT_INDEX
source · pub const MAX_ON_DISK_OUTPUT_INDEX: OutputIndex;
Expand description
The maximum value of an on-disk serialized OutputIndex
.
This allows us to store OutputLocation
s in
8 bytes, which makes database searches more efficient.
§Consensus
This output index is impossible with the current 2 MB block size limit.
Since Zebra only stores fully verified blocks on disk, blocks with larger indexes are rejected before reaching the database.