-
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: Initialize dev-upgrade-17 #10088
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.
There is a change missing to upgrade.go
regarding isPrimaryUpgradeName
.
the existing a3p-integration/package.json
"fromTag": "use-vaults-auctions"
still seems correct
Right, this got changed in #10056 as we decided to move away from always using latest.
leaving "s:stake-bld" and "z:acceptance" proposals rather than merging them into "a:upgrade-17"
We may have decided to introduce acceptance testing as a "proposal" after these instructions was written.
I'll open a separate PR to update the maintainers and possibly the release script. Issue #10089
golang/cosmos/app/upgrade.go
Outdated
"agoric-upgrade-17", | ||
"agorictest-upgrade-17", |
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.
Ah I now remember another change we decided in the last upgrade: drop the agorictest
upgrade handler names, and instead make sure we have a agoric-upgrade-17-2
available to re-apply the upgrade if necessary.
I suppose this may require a change in the release notes script as well.
https://github.com/Agoric/agoric-sdk/blob/agoric-upgrade-16/golang/cosmos/app/upgrade.go#L14-L15
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.
There is a change missing to 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.
Yeah, thanks. I think I'd like to refactor that function, but will do so on master. Updated here to keep the current form.
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.
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.
I'll leave it to you whether to merge this now, or after #10091 lands on master (in which case I'll push dev-upgrade-17
forward
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
45c9ff5
to
ea47c4c
Compare
Description
Bumps the cosmos upgrade handler and renames a3p-integration/proposals/n:upgrade-next to a:upgrade-17. This is mostly as described in MAINTAINERS.md, but the existing a3p-integration/package.json
"fromTag": "use-vaults-auctions"
still seems correct and leaving "s:stake-bld" and "z:acceptance" proposals rather than merging them into "a:upgrade-17".Security Considerations
n/a
Scaling Considerations
n/a
Documentation Considerations
To be included in the full release.
Testing Considerations
No post-proposal tests are added, but they may come in later pull requests.
Upgrade Considerations
This will go through the usual validation.