Expand description
Consensus critical contextual checks
Re-exports§
pub use utxo::transparent_coinbase_spend;
Modules§
- anchors 🔒Checks for whether cited anchors are previously-computed note commitment tree roots.
- Block difficulty adjustment calculations for contextual validation.
- Checks for nullifier uniqueness.
- utxo 🔒Consensus rule checks for the finalized state.
Functions§
- Check that
block
is contextually valid fornetwork
, using thehistory_tree
up to and including the previous block. - Returns
ValidateContextError::OrphanedBlock
if the height of the given block is less than or equal to the finalized tip height. - Check that the semantically verified block is contextually valid for
network
, based on thefinalized_tip_height
andrelevant_chain
. - Validate the time and
difficulty_threshold
from a candidate block’s header. - Returns
ValidateContextError::NonSequentialBlock
if the block height isn’t equal to the parent_height+1. - Perform initial contextual validity checks for the configured network, based on the committed finalized and non-finalized state.
- Check if zebra is following a legacy chain and return an error if so.