Unverified Commit c125e6e0 authored by Andrew Ashikhmin's avatar Andrew Ashikhmin Committed by GitHub

core/vm: enable EIP-3855 (PUSH0) in Shanghai (#26475)

parent 793f0f9e
......@@ -81,7 +81,8 @@ func validate(jt JumpTable) JumpTable {
func newShanghaiInstructionSet() JumpTable {
instructionSet := newMergeInstructionSet()
enable3860(&instructionSet)
enable3855(&instructionSet) // PUSH0 instruction
enable3860(&instructionSet) // Limit and meter initcode
return validate(instructionSet)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment