Crate reth_node_builder

source ·
Expand description

Standalone crate for Reth configuration and builder types.

Re-exports§

Modules§

  • Helper types that can be used by launchers.
  • Support for configuring the components of a node. Support for configuring the components of a node.
  • Traits, validation methods, and helper types used to abstract over engine types.
  • Support for installing the ExExs (execution extensions) in a node. Types for launching execution extensions (ExEx).
  • Node event hooks.
  • Support for configuring the higher level node types.
  • Type abstraction for node primitive types.
  • Builder support for rpc components.
  • Helpers for setting up parts of the node.

Structs§

Enums§

Traits§

  • Represents a built payload type that contains a built SealedBlock and can be converted into engine API execution payloads.
  • Trait for configuring the EVM for executing full blocks.
  • This represents the set of methods used to configure the EVM’s environment before block execution.
  • The types that are used by the engine API.
  • Encapsulates all types and components of the node.
  • A helper trait that is downstream of the NodeTypes trait and adds stateful components to the node.
  • Helper trait to unify all provider traits for simplicity.
  • A general purpose trait that launches a new node of any kind.
  • The type that configures the essential types of an ethereum like node.
  • The execution payload attribute type the CL node emits via the engine API. This trait should be implemented by types that could be used to spawn a payload job.
  • This can be implemented by types that describe a currently running payload job.
  • Re-export the core configuration traits. A trait that provides payload builder settings.
  • Re-export the core configuration traits. A trait that represents the configured network and can be used to apply additional configuration to the network.
  • Re-export the core configuration traits. A trait that provides a configured RPC server.
  • Re-export the core configuration traits. A trait that provides all basic config values for the transaction pool and is implemented by the TxPoolArgs type.

Functions§

  • Validate the presence of the parentBeaconBlockRoot field according to the given timestamp. This method is meant to be used with either a payloadAttributes field or a full payload, with the engine_forkchoiceUpdated and engine_newPayload methods respectively.
  • Validates the timestamp depending on the version called:
  • Validates the presence or exclusion of fork-specific fields based on the ethereum execution payload, or payload attributes, and the message version.
  • Validates the presence of the withdrawals field according to the payload timestamp. After Shanghai, withdrawals field must be Some. Before Shanghai, withdrawals field must be None;

Type Aliases§

  • The adapter type for a reth node with the builtin provider type