Available on crate feature
consensus
only.Expand description
Re-exported consensus types
Modules§
- noop
- A consensus implementation that does nothing.
- test_
utils - test helpers for mocking consensus
- validation
- Collection of consensus validation methods. Collection of methods for block validation.
Structs§
- EthBeacon
Consensus - Ethereum beacon consensus
- Header
Consensus Error HeaderConsensusError
combines aConsensusError
with theSealedHeader
it relates to.
Enums§
- Consensus
Error - Consensus Errors
Traits§
- Consensus
- Consensus is a protocol that chooses canonical chain.
- Full
Consensus Consensus
implementation which knows full node primitives and is able to validation block’s execution outcome.- Header
Validator - HeaderValidator is a protocol that validates headers and their relationships.
Functions§
- validate_
block_ post_ execution - Validate a block with regard to execution results: