Expand description
Inherents for EVM tracker
Structs§
- Block
GasLimit - EVM block gas limit is set to maximum to allow all the transaction stored on Consensus chain.
- GasLimit
PovSize Ratio - GasPer
Byte - Gas per byte Ethereum’s Yellow Paper states that it costs 20,000 gas to store one 256-bit word. 1 Byte costs 20_000/32 = 625
- Inherent
Data Provider - Provides the set code inherent data.
- Inherent
Type - The type of the Subspace inherent data.
- Storage
FeeRatio - Proportion of final (gas_price * gas_used) given as storage fee.
- Weight
PerGas
Enums§
Constants§
- GAS_
PER_ SECOND - Current approximation of the gas/s consumption considering EVM execution over compiled WASM (on 4.4Ghz CPU).
- INHERENT_
IDENTIFIER - Executive inherent identifier.
- WEIGHT_
PER_ GAS - Approximate ratio of the amount of Weight per Gas. u64 works for approximations because Weight is a very small unit compared to gas.
Traits§
- EvmTracker
Api - Api to check and verify the evm-tracker extrinsic calls