Skip to main content

Crate reth_evm_ethereum

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.

Structs§

EthBlockAssembler
Block builder for Ethereum.
EthEvm
Ethereum EVM implementation.
EthEvmConfig
Ethereum-related EVM configuration.
RethReceiptBuilder
A builder that operates on Reth primitive types, specifically TransactionSigned and Receipt.

Functions§

revm_spec
Map the latest active hardfork at the given header to a [SpecId].
revm_spec_by_timestamp_and_block_number
Map the latest active hardfork at the given timestamp or block number to a [SpecId].

Type Aliases§

MockEvmConfigtest-utils
Mock for EVM config.
MockExecutorProvidertest-utils
A helper type alias for mocked block executor provider.