Skip to content

Commit

Permalink
Merge pull request #4 from snreynolds/sra/eip1153
Browse files Browse the repository at this point in the history
separate 1153 from london
  • Loading branch information
tynes authored Jul 26, 2022
2 parents 0e5d88c + 23707f7 commit 462babe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions core/vm/eips.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ var activators = map[int]func(*JumpTable){
2200: enable2200,
1884: enable1884,
1344: enable1344,
1153: enable1153,
}

// EnableEIP enables the given EIP on the config.
Expand Down
2 changes: 0 additions & 2 deletions core/vm/jump_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ func newLondonInstructionSet() JumpTable {
instructionSet := newBerlinInstructionSet()
enable3529(&instructionSet) // EIP-3529: Reduction in refunds https://eips.ethereum.org/EIPS/eip-3529
enable3198(&instructionSet) // Base fee opcode https://eips.ethereum.org/EIPS/eip-3198
// TODO: separate into own function
enable1153(&instructionSet)
return validate(instructionSet)
}

Expand Down

0 comments on commit 462babe

Please sign in to comment.