Module zebra_consensus::checkpoint::list
source · Expand description
Checkpoint lists for checkpoint-based block verification
Each checkpoint consists of a coinbase height and block header hash.
Checkpoints can be used to verify their ancestors, by chaining backwards to another checkpoint, via each block’s parent block hash.
Structs§
- A list of block height and hash checkpoints.
Constants§
- The hard-coded checkpoints for mainnet, generated using the
zebra-checkpoints
tool. - The hard-coded checkpoints for testnet, generated using the
zebra-checkpoints
tool.
Traits§
- Network methods related to checkpoints
Functions§
- Parses a checkpoint to a
block::Height
andblock::Hash
.