Crate reth_evm

source ·
Expand description

Traits for configuring an EVM specifics.

Modules§

  • Builder for creating an EVM with a database and environment.
  • Helper type that represents one of two possible executor types
  • Traits for execution.
  • Executor metrics.
  • A no operation block executor implementation.
  • Provider trait for populating the EVM environment.
  • System contract call functions.
  • test_utilstest-utils
    test helpers for mocking executor Helpers for testing.

Traits§

  • Trait for configuring the EVM for executing full blocks.
  • This represents the set of methods used to configure the EVM’s environment before block execution.