Crate reth_node_ethereum

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

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§

EthEngineTypes
The types used in the default mainnet ethereum beacon consensus engine.
EthEvmConfig
Ethereum-related EVM configuration.

Type Aliases§

EthExecutorProviderDeprecated