core/vm: enable EIP-3855 (PUSH0) in Shanghai (#26475)
This commit is contained in:
parent
793f0f9ec8
commit
c125e6e00c
@ -81,7 +81,8 @@ func validate(jt JumpTable) JumpTable {
|
|||||||
|
|
||||||
func newShanghaiInstructionSet() JumpTable {
|
func newShanghaiInstructionSet() JumpTable {
|
||||||
instructionSet := newMergeInstructionSet()
|
instructionSet := newMergeInstructionSet()
|
||||||
enable3860(&instructionSet)
|
enable3855(&instructionSet) // PUSH0 instruction
|
||||||
|
enable3860(&instructionSet) // Limit and meter initcode
|
||||||
return validate(instructionSet)
|
return validate(instructionSet)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user