Expand description
Standalone crate for ethereum-specific Reth configuration and builder types.
§features
js-tracer
: Enable theJavaScript
tracer for thedebug_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§
- Basic
Block Executor Provider - A generic block executor provider that can create executors using a strategy factory.
- EthEngine
Types - The types used in the default mainnet ethereum beacon consensus engine.
- EthEvm
Config - Ethereum-related EVM configuration.
- EthExecutor
Provider - Helper type with backwards compatible methods to obtain Ethereum executor providers.