fvictorio / evm-puzzles

A collection of EVM puzzles
806 stars 158 forks source link

Include PUSH0 (5f) opcode #12

Closed Akkii4 closed 1 year ago

Akkii4 commented 1 year ago

update to solidity version 0.8.19 & later (Shanghai fork) such that it includes usage of new opcode PUSH0 (5f)

Akkii4 commented 1 year ago

opened a pull request with the necessary changes