bluealloy / revm

Rust implementation of the Ethereum Virtual Machine.
https://bluealloy.github.io/revm/
MIT License
1.59k stars 518 forks source link

EOF Validation stricter on returncontract codes #1618

Closed rakita closed 1 month ago

rakita commented 2 months ago

Validation needs to be stricter on RETURNCONTRACT code sections. These are new rules that were added.

We need to implement two additional validations:

PRs: https://github.com/ipsilon/eof/pull/135 https://github.com/ipsilon/eof/pull/136

rakita commented 1 month ago

done in https://github.com/bluealloy/revm/pull/1648