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::EthereumNode;
Modules§
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.
- EthExecution
Strategy Factory - Factory for [
EthExecutionStrategy
]. - EthExecutor
Provider - Helper type with backwards compatible methods to obtain Ethereum executor providers.