Skip to content

Commit

Permalink
fixup! feat(cosmos): Next upgrade is agoric-upgrade-17
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Sep 15, 2024
1 parent 4b23a12 commit 45c9ff5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
11 changes: 3 additions & 8 deletions a3p-integration/proposals/a:upgrade-17/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
# Proposal to upgrade the chain software

The `UNRELEASED_A3P_INTEGRATION` software upgrade may include core proposals
defined in its upgrade handler. See `CoreProposalSteps` in the
`unreleasedUpgradeHandler` in
[golang/cosmos/app/upgrade.go](../../../golang/cosmos/app/upgrade.go).

This test proposal may also include `coreProposals` in its `upgradeInfo`, which
are executed after those defined in that upgrade handler. See `agoricProposal`
in [package.json](./package.json).
This holds the draft proposal for agoric-upgrade-17, which will be added to
[agoric-3-proposals](https://github.com/Agoric/agoric-3-proposals) after it
passes.

The "binaries" property of `upgradeInfo` is now required since Cosmos SDK 0.46,
however it cannot be computed for an unreleased upgrade. To disable the check,
Expand Down
3 changes: 2 additions & 1 deletion a3p-integration/proposals/a:upgrade-17/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"sdkImageTag": "unreleased",
"planName": "agoric-upgrade-17",
"upgradeInfo": {
"coreProposals": []
"coreProposals": [],
"releaseNotes": false
},
"sdk-generate": [
"vats/test-localchain.js localchaintest-submission",
Expand Down

0 comments on commit 45c9ff5

Please sign in to comment.