-
Notifications
You must be signed in to change notification settings - Fork 208
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
chore: upgrade-18 cherry-picks round 2 #10460
base: dev-upgrade-18
Are you sure you want to change the base?
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.
Is there a draft PR where we can see a reapply of the upgrade on top of rc0 to verify it would fix emerynet?
@@ -18,6 +18,7 @@ var upgradeNamesOfThisVersion = []string{ | |||
"agoric-upgrade-18-devnet", | |||
"agoric-upgrade-18-emerynet", | |||
"agoric-upgrade-18-basic", | |||
"agoric-upgrade-18-basic-2", |
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.
While it doesn't change the behavior, we should have this new name return false in isPrimaryUpgradeName
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.
I'm also wondering if we should bikeshed the name as it's not really like basic or meant to be applied on its own
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.
I'm also wondering if we should bikeshed the name as it's not really like basic or meant to be applied on its own
what do you suggest?
I can work on this today, and then attach it to this PR's description |
Description
Cherry-picks the following commits from master:
Also adds a new upgrade name
agoric-upgrade-18-basic-2
.used
git cherry-pick
for the above commits