Skip to content

Commit

Permalink
Extract EVM changes to separate files (#51)
Browse files Browse the repository at this point in the history
* recover old precompiles

* add a separate file for zkevm precompiles

* fff

* whitespaces

* fix jump_table stuff

* undo deletions

* opcodes move

* little fix on acl

* acl stuff

* fix

* cleanup

* eip changes

* fix

* gas_table

* f

* clean up interpreter a bit

* fixups

* fix

* ffff

* 1

* fixups

* f

* f
  • Loading branch information
mandrigin authored Jan 12, 2024
1 parent 313eddb commit 6464d84
Show file tree
Hide file tree
Showing 23 changed files with 1,652 additions and 442 deletions.
1 change: 1 addition & 0 deletions chain/chain_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ type Rules struct {
IsByzantium, IsConstantinople, IsPetersburg, IsIstanbul bool
IsBerlin, IsLondon, IsShanghai, IsCancun, IsPrague bool
IsEip1559FeeCollector, IsAura, IsMordor bool
IsZkEVMForkID4 bool
}

// Rules ensures c's ChainID is not nil and returns a new Rules instance
Expand Down
Loading

0 comments on commit 6464d84

Please sign in to comment.