Structs§
- Tempo
Chain Spec - Tempo chain spec type.
- Tempo
Chain Spec Parser - Tempo chain specification parser.
- Tempo
Genesis Info - Tempo genesis info extracted from genesis extra_fields
Constants§
- SUPPORTED_
CHAINS - Chains supported by Tempo. First value should be used as the default.
- SYSTEM_
TX_ ADDRESSES - SYSTEM_
TX_ COUNT - TEMPO_
T0_ BASE_ FEE - T0 base fee: 10 billion attodollars (1×10^10)
- TEMPO_
T1_ BASE_ FEE - T1 base fee: 20 billion attodollars (2×10^10)
- TEMPO_
T1_ EXISTING_ NONCE_ KEY_ GAS - Gas cost for using an existing 2D nonce key (cold SLOAD + warm SSTORE reset)
- TEMPO_
T1_ GENERAL_ GAS_ LIMIT - TIP-1010 general (non-payment) gas limit: 30 million gas per block. Cap for non-payment transactions.
- TEMPO_
T1_ NEW_ NONCE_ KEY_ GAS - Gas cost for using a new 2D nonce key (cold SLOAD + SSTORE set for 0 -> non-zero)
- TEMPO_
T1_ TX_ GAS_ LIMIT_ CAP - TIP-1010 per-transaction gas limit cap: 30 million gas. Allows maximum-sized contract deployments under TIP-1000 state creation costs.
- TEMPO_
T2_ EXISTING_ NONCE_ KEY_ GAS - T2 adds 2 warm SLOADs for the extended nonce key lookup
- TEMPO_
T2_ NEW_ NONCE_ KEY_ GAS - T2 adds 2 warm SLOADs for the extended nonce key lookup
Statics§
- ANDANTINO
- DEV
- Development chainspec with funded dev accounts and activated tempo hardforks
- MODERATO
- PRESTO
Functions§
- chain_
value_ parser cli - Clap value parser for [
ChainSpec]s.