-
Notifications
You must be signed in to change notification settings - Fork 758
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
Fix statemanager empty code bug #3483
Conversation
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
Re-approve and merge? 😄 |
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
There are still so many commits shown in this PR, is this normal? 🤔 |
Shouldn't these go away once the base changes? |
Ok, I'll do it. Should hopefully be ok, changes shown also only show the small diff set. |
Sorry, missed those comments. Squash and merge should do it in the end right? Maybe when I merged 7702 into this one it might have messed up the git commit history 🤔 |
This PR fixes a bug in StateManager where empty code is put on an account which already has code. This did not
modifyAccountFields
before, which invalidates the cache.Note: built on top of 7702 see #3470.