-
Notifications
You must be signed in to change notification settings - Fork 784
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
evm: ignore precompile addresses for some target access events #3366
Conversation
if ( | ||
common.isActivatedEIP(6800) && | ||
runState.interpreter._evm.getPrecompile(toAddress) === undefined | ||
) { | ||
// TODO: add check if toAddress is not a precompile |
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.
Can we remove this comment here?
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.
ahh yes lol
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.
Looks good. Left one question on a seeming obsolete comment.
1d301df
to
484d39a
Compare
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.
LGTM! @holgerd77 could we admin merge this? The only test failure is browser tests which are failing for some unknown vitest related reason at the moment.
address a pending change of ignoring precompiles for some target access events