-
Notifications
You must be signed in to change notification settings - Fork 223
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
Clean up after smartWalllet incarnation2 repair #10319
Conversation
984b81e
to
88019c5
Compare
Deploying agoric-sdk with Cloudflare Pages
|
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.
Looks right. I confirmed there's no upgradeTo
or secreteWallet
left after this change
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.
Looks right. I confirmed there's no upgradeTo
or secreteWallet
left after this change
how so? I don't see anything relevant in |
It was there until 3 days ago. I'll have to add it again. |
refs: #9404 refs: #10336 refs: #10319 ## Description #10319 cleaned up some dead code in smartWallets, and expected the changes to be included in Upgrade 18, because the smartWallet proposal was included in `upgrade.go`. #10336 cleaned up proposals that were left over from Upgrade 17. This reinstates the upgrade for wallets. ### Security Considerations The cleaned up code is benign. it was designed to run once and has served its purpose. Removing it shouldn't affect anything. ### Scaling Considerations No scaling consequences. ### Documentation Considerations None ### Testing Considerations The wallet upgrade was included in A3P-integration testing until three days ago. #10319 has been tested since 5 days ago without incident. removing benign dead code doesn't require extra tests. ### Upgrade Considerations There is no *requirement* that this change be included in U18, so if it causes problems or gives anyone the willies, it can wait for the next release, but it's ready now.
refs: #9404 refs: #10336 refs: #10319 The cleaned up code is benign. it was designed to run once and has served its purpose. Removing it shouldn't affect anything. No scaling consequences. None The wallet upgrade was included in A3P-integration testing until three days ago. #10319 has been tested since 5 days ago without incident. removing benign dead code doesn't require extra tests. There is no *requirement* that this change be included in U18, so if it causes problems or gives anyone the willies, it can wait for the next release, but it's ready now.
closes: #9404
Description
In #8445, we repaired legacy smartWallets. This removes the code that ran in upgrade15 that did the cleanup.
Security Considerations
None
Scaling Considerations
None
Documentation Considerations
None
Testing Considerations
No tests should be removed.
Upgrade Considerations
There is no hurry to merge this code on chain. If the PR merges soon, it'll be included in upgrade 18.