-
Notifications
You must be signed in to change notification settings - Fork 12
fix: bump ProposedUpdatesEntries to V3 and clean up V2
#1665
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: bump ProposedUpdatesEntries to V3 and clean up V2
#1665
Conversation
…migration removes V2 entries Fixes #1664
|
Ready for review! 🫡 The PR appears to correctly clean up the old storage entries, which you can verify by running this test: mpc/crates/contract/src/v3_0_2_state.rs Lines 287 to 329 in 41e7206
If you revert the other code changes from this PR (i.e., everything except the tests themselves), the test fails at line mpc/crates/contract/src/v3_0_2_state.rs Lines 321 to 328 in 41e7206
This is surprising to me, because the check just above ( |
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.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
… ensure migration removes V2 entries" This reverts commit 41e7206.
kevindeforth
left a comment
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.
Thank you!
gilcu3
left a comment
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!
left a question
Fixes #1664