risechain / pevm

Blazingly fast Parallel EVM
MIT License
235 stars 47 forks source link

feat(`storage`): add support for eip 7702 bytecode #358

Closed EdwardJES closed 1 month ago

EdwardJES commented 2 months ago

PR addressing https://github.com/risechain/pevm/issues/317, working towards https://github.com/risechain/pevm/issues/302

EdwardJES commented 2 months ago

Hey @hai-rise, thanks for the feedback 🙏 . I've added tests and addressed the above comments. LMK if you'd like me to add tests converting back to the revm types.

EdwardJES commented 2 months ago

@hai-rise, thank you for the feedback. Have refactored with the suggestion above 🙏. The tests look much cleaner now.