Crate reth_node_ethereum

Source
Expand description

Standalone crate for ethereum-specific Reth configuration and builder types.

§features

  • js-tracer: Enable the JavaScript tracer for the debug_trace endpoints

Re-exports§

pub use node::EthereumNode;

Modules§

evm
Ethereum EVM support
node
Ethereum Node types config.

Structs§

BasicBlockExecutorProvider
A generic block executor provider that can create executors using a strategy factory.
EthEngineTypes
The types used in the default mainnet ethereum beacon consensus engine.
EthEvmConfig
Ethereum-related EVM configuration.
EthExecutionStrategyFactory
Factory for [EthExecutionStrategy].
EthExecutorProvider
Helper type with backwards compatible methods to obtain Ethereum executor providers.