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

transaction tracer problem: storage keys cache needs to be cleared when exiting from computation #245

Closed
jangko opened this issue Feb 25, 2019 · 0 comments

Comments

@jangko
Copy link
Contributor

jangko commented Feb 25, 2019

current implementation:
storage keys cache can handle computation depth but it is not cleared upon exiting previous computation.
next time the same depth computation entered again but now with different context, the storage cache will be polluted with keys from previous computation.

example block: 512335

jangko added a commit to jangko/nimbus-eth1 that referenced this issue Feb 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant