Module constants

Source
Expand description

Common constants. Ethereum protocol-related constants

Re-exports§

pub use gas_units::GIGAGAS;
pub use gas_units::KILOGAS;
pub use gas_units::MEGAGAS;

Modules§

gas_units
Gas units, for example GIGAGAS.

Constants§

BEACON_CONSENSUS_REORG_UNWIND_DEPTH
The number of blocks to unwind during a reorg that already became a part of canonical chain.
GAS_LIMIT_BOUND_DIVISOR
The bound divisor of the gas limit, used in update calculations.
MINIMUM_GAS_LIMIT
Minimum gas limit allowed for transactions.
RETH_CLIENT_VERSION
The client version: reth/v{major}.{minor}.{patch}