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

fix(state): Extend now properly transfers wiped storage #675

Merged
merged 2 commits into from
Sep 4, 2023
Merged

Conversation

rakita
Copy link
Member

@rakita rakita commented Sep 1, 2023

Previously extend was working inside the iterator of the state, this was obviously wrong as we would iterate over reverts inside it and use this as the state for the first wipe account that we encountered. The first wiped account does not mean that it matches with the account from the state that we are on.

@rakita rakita changed the title fix: Fix extend functionality fix(state): Extend now properly transfers wiped storage Sep 1, 2023
@rakita rakita marked this pull request as ready for review September 4, 2023 07:40
@rakita rakita merged commit 2897655 into main Sep 4, 2023
7 checks passed
@rakita rakita deleted the fix_extend branch September 5, 2023 17:25
mikelodder7 pushed a commit to LIT-Protocol/revm that referenced this pull request Sep 12, 2023
Evalir pushed a commit to Evalir/revm that referenced this pull request Sep 14, 2023
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

Successfully merging this pull request may close these issues.

None yet

1 participant