Module constants
Expand description
Common constants. Ethereum protocol-related constants
Modules§
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_000gas.
- KILOGAS
- Represents one Kilogas, or 1_000gas.
- MAXIMUM_GAS_ LIMIT_ BLOCK 
- Maximum gas limit allowed for block.
In hex this number is 0x7fffffffffffffff
- MEGAGAS
- Represents one Megagas, or 1_000_000gas.
- MINIMUM_GAS_ LIMIT 
- Minimum gas limit allowed for transactions.
- RETH_CLIENT_ VERSION 
- The client version: reth/v{major}.{minor}.{patch}