Enum revm_primitives::specification::SpecId
source · #[repr(u8)]
pub enum SpecId {
Show 18 variants
FRONTIER,
FRONTIER_THAWING,
HOMESTEAD,
DAO_FORK,
TANGERINE,
SPURIOUS_DRAGON,
BYZANTIUM,
CONSTANTINOPLE,
PETERSBURG,
ISTANBUL,
MUIR_GLACIER,
BERLIN,
LONDON,
ARROW_GLACIER,
GRAY_GLACIER,
MERGE,
MERGE_EOF,
LATEST,
}
Expand description
SpecId and their activation block Information was obtained from: https://github.com/ethereum/execution-specs
Variants§
FRONTIER
FRONTIER_THAWING
HOMESTEAD
DAO_FORK
TANGERINE
SPURIOUS_DRAGON
BYZANTIUM
CONSTANTINOPLE
PETERSBURG
ISTANBUL
MUIR_GLACIER
BERLIN
LONDON
ARROW_GLACIER
GRAY_GLACIER
MERGE
MERGE_EOF
LATEST
Implementations§
Trait Implementations§
source§impl Ord for SpecId
impl Ord for SpecId
source§impl PartialEq<SpecId> for SpecId
impl PartialEq<SpecId> for SpecId
source§impl PartialOrd<SpecId> for SpecId
impl PartialOrd<SpecId> for SpecId
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more