-
Notifications
You must be signed in to change notification settings - Fork 207
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
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?
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.
agoric-upgrade-18-reapply
? But honestly we can keep as is too.
I can work on this today, and then attach it to this PR's description |
bdf4cd3
to
6c500d4
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.
Given the passing tests in #10484, LGTM, but before merging I would like to see the node ./addGov4
moved to prepare.sh
to keep verifying in a3p-integration that we have indeed fixed the problem we had in the first place.
@@ -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.
agoric-upgrade-18-reapply
? But honestly we can keep as is too.
Good idea. |
@mhofman Did a run (passing) with this: https://github.com/Agoric/agoric-sdk/actions/runs/11914640186/job/33203061974?pr=10526 |
Description
Cherry-picks the following commits from master:
Also adds a new upgrade name
agoric-upgrade-18-basic-2
. Also, moves provisioning GOV4 from USE to PREPARE.used
git cherry-pick
for the above commitsDraft PR with reapply upgrade on top of rc0