Module evmil::fork

source ·
Expand description

Functionality related to distinguishing different forks of the EVM. This includes mechanisms for identifying what EIPs are active in the current execution.

Structs§

  • Represents a specific EIP supported by this system. EIPs are distinct from Forks because they represent an atomic changes between forks.
  • Represents a top-level Fork in the Ethereum system. A Fork is just a collection of the active EIPs. Thus, code can be parameterised by querying the active fork to ascertain whether a specific EIP is enabled or not.

Constants§