bluealloy / revm

Ethereum Virtual Machine written in rust that is fast and simple to use
https://bluealloy.github.io/revm/
MIT License
1.5k stars 482 forks source link

Use cfg codesize limit for EOFCREATE #1580

Closed rakita closed 4 days ago

rakita commented 2 weeks ago

Currently, it is set to consensus size but it should be dependent on env.cfg.

peyha commented 5 days ago

Would love to start working on EOF through this issue :)

peyha commented 5 days ago

seems like it was solved by #1606, are there other EOF related issues ?

rakita commented 4 days ago

Yep, this PR is finished.

There is a task for sticker validation if you want to take a stab at it: https://github.com/bluealloy/revm/issues/1618