Skip to main content

Module beacon_consensus

Module beacon_consensus 

Source
Expand description

Re-exported from reth_ethereum_consensus.

Structs§

EthBeaconConsensus
Ethereum beacon consensus

Functions§

compare_receipts_root_and_logs_bloom
Compare the calculated receipts root with the expected receipts root, also compare the calculated logs bloom with the expected logs bloom.
validate_block_post_execution
Validate a block with regard to execution results:
verify_receipts
Calculate the receipts root, and compare it against the expected receipts root and logs bloom.