mirror of https://github.com/status-im/evmc.git
EVM-C: Update EVM revision names
Resolves https://github.com/ethereum/evmjit/issues/117.
This commit is contained in:
parent
25bc753f0e
commit
17ec97bcde
|
@ -359,8 +359,8 @@ typedef int (*evm_set_option_fn)(struct evm_instance* evm,
|
||||||
enum evm_revision {
|
enum evm_revision {
|
||||||
EVM_FRONTIER = 0,
|
EVM_FRONTIER = 0,
|
||||||
EVM_HOMESTEAD = 1,
|
EVM_HOMESTEAD = 1,
|
||||||
EVM_ANTI_DOS = 2,
|
EVM_TANGERINE_WHISTLE = 2,
|
||||||
EVM_CLEARING = 3,
|
EVM_SPURIOUS_DRAGON = 3,
|
||||||
EVM_BYZANTIUM = 4,
|
EVM_BYZANTIUM = 4,
|
||||||
EVM_CONSTANTINOPLE = 5,
|
EVM_CONSTANTINOPLE = 5,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue