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§
- EthEvm
Config - 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.