Crate reth_evm_ethereum

Source
Expand description

EVM config for vanilla ethereum.

§Revm features

This crate does not enforce specific revm features such as blst or c-kzg, which are critical for revm’s evm internals, it is the responsibility of the implementer to ensure the proper features are selected.

Modules§

dao_fork
Ethereum DAO hardfork state change data. DAO Fork related constants from EIP-779. It happened on Ethereum block 1_920_000
eip6110
EIP-6110 handling. EIP-6110 deposit requests parsing
execute
Ethereum block execution strategy.

Structs§

EthEvmConfig
Ethereum-related EVM configuration.

Functions§

revm_spec
Map the latest active hardfork at the given block to a revm SpecId.
revm_spec_by_timestamp_after_merge
Returns the revm SpecId at the given timestamp.