Skip to content

Commit

Permalink
core/vm: enable EIP-1153 Transient Storage in Cancun
Browse files Browse the repository at this point in the history
  • Loading branch information
minh-bq committed Aug 20, 2024
1 parent e64e219 commit 1fb2fc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/vm/jump_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ func newCancunInstructionSet() JumpTable {
instructionSet := newShanghaiInstructionSet()
enable4844(&instructionSet) // EIP-4844 (BLOBHASH opcode)
enable7516(&instructionSet) // EIP-7516 (BLOBBASEFEE opcode)
enable1153(&instructionSet) // EIP-1153 "Transient Storage"
enable5656(&instructionSet) // EIP-5656 (MCOPY opcode)
enable6780(&instructionSet) // EIP-6780 SELFDESTRUCT only in same transaction
return instructionSet
Expand Down

0 comments on commit 1fb2fc0

Please sign in to comment.