Module zebra_consensus::block
source · Expand description
Consensus-based block verification.
In contrast to checkpoint verification, which only checks hardcoded hashes, block verification checks all Zcash consensus rules.
The block verifier performs all of the semantic validation checks. If accepted, the block is sent to the state service for contextual verification, where it may be accepted or rejected.
Re-exports§
pub use request::Request;
Modules§
- Consensus check functions
- Block verifier request type.
- Validate coinbase transaction rewards as described in §7.8
Structs§
- Asynchronous semantic block verification.
Enums§
- Block verification errors.
Constants§
- The maximum allowed number of legacy signature check operations in a block.