-
Notifications
You must be signed in to change notification settings - Fork 303
EOAs that delegate to a precompile #1191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EOAs that delegate to a precompile #1191
Conversation
There seems to be a problematic commit in If I revert this commit, |
The problem here seems to be the fact that all other So in the long run it might be good to align on one variable name. But in the short term, in the interest of avoiding changes to 5 different client t8n tools, eels-t8n can also start expecting |
Created #1194 |
Thanks @gurukamath, this fills with EEST main a1c4eeff34! |
change variable name from is_delegated to disable_precompiles
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed tests pass, merge when ready.
* delegated to a precompile * update to eest 4.2.0 * expect variable accessList * post review update-1 change variable name from is_delegated to disable_precompiles
What was wrong?
Currently, the EOA account that delegate to a precompile in 7702 are not handled properly. This PR also updates to 4.2.0 version of the EEST tests
How was it fixed?
Execute empty code when an EOA delegates to a pre-compile