Skip to content
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

bug: track_precompiles doesnt take into accounts already warmed up precompiles #902

Closed
enitrat opened this issue Feb 28, 2025 · 0 comments · Fixed by #903
Closed

bug: track_precompiles doesnt take into accounts already warmed up precompiles #902

enitrat opened this issue Feb 28, 2025 · 0 comments · Fixed by #903
Assignees

Comments

@enitrat
Copy link
Collaborator

enitrat commented Feb 28, 2025

if a tx has in accessed addresses precompiles, then our track_precompiles hint followed by the memcpy of the constant values defined in dw of the label precompiled_addresses_set will collide with the already accessed addresses.

Thus, we should fallback to a manual loop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants