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§

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§

Functions§