Module 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§

CheckpointList
A list of block height and hash checkpoints.

Constants§

MAINNET_CHECKPOINTS 🔒
The hard-coded checkpoints for mainnet, generated using the zebra-checkpoints tool.
TESTNET_CHECKPOINTS 🔒
The hard-coded checkpoints for testnet, generated using the zebra-checkpoints tool.

Traits§

ParameterCheckpoint
Network methods related to checkpoints

Functions§

checkpoint_height_and_hash 🔒
Parses a checkpoint to a block::Height and block::Hash.