risechain / pevm

Blazingly fast Parallel EVM
MIT License
217 stars 41 forks source link

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

Closed EdwardJES closed 2 weeks ago

EdwardJES commented 1 month ago

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

EdwardJES commented 3 weeks 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 weeks ago

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