Expand description
Consensus protocol functions
Modules§
- noop
- A consensus implementation that does nothing. A consensus implementation that does nothing.
- test_
utils test-utils - test helpers for mocking consensus
Structs§
- Header
Consensus Error HeaderConsensusErrorcombines aConsensusErrorwith theSealedHeaderit relates to.- TxGas
Limit TooHigh Err - EIP-7825: Transaction gas limit exceeds maximum allowed
Enums§
- Consensus
Error - Consensus Errors
Traits§
- Consensus
- Consensus is a protocol that chooses canonical chain.
- Full
Consensus Consensusimplementation which knows full node primitives and is able to validation block’s execution outcome.- Header
Validator HeaderValidatoris a protocol that validates headers and their relationships.