Module constants

Expand description

Common constants. Ethereum protocol-related constants

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.
GIGAGAS
Represents one Gigagas, or 1_000_000_000 gas.
KILOGAS
Represents one Kilogas, or 1_000 gas.
MEGAGAS
Represents one Megagas, or 1_000_000 gas.
MINIMUM_GAS_LIMIT
Minimum gas limit allowed for transactions.
RETH_CLIENT_VERSION
The client version: reth/v{major}.{minor}.{patch}