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::EthereumEthApiBuilder;
pub use node::EthereumNode;
pub use engine::EthereumEngineValidator;
pub use reth_ethereum_consensus as consensus;

Modules§

engine
Validates execution payload wrt Ethereum Execution Engine API version.
evm
Ethereum EVM support
node
Ethereum Node types config.
payload
Payload component configuration for the Ethereum node.

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.
EthExecutorProvider
Helper type with backwards compatible methods to obtain Ethereum executor providers.