Skip to content

Commit

Permalink
test(a3p-integration): rename upgrade-next to upgrade-19
Browse files Browse the repository at this point in the history
  • Loading branch information
mujahidkay authored and mhofman committed Feb 21, 2025
1 parent e224889 commit d4bed19
Show file tree
Hide file tree
Showing 40 changed files with 12 additions and 16 deletions.
9 changes: 9 additions & 0 deletions a3p-integration/proposals/a:upgrade-19/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Proposal to upgrade the chain software

This holds the draft proposal for agoric-upgrade-19, 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,
`releaseNotes` is set to `false`.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"agoricProposal": {
"releaseNotes": false,
"sdkImageTag": "unreleased",
"planName": "UNRELEASED_A3P_INTEGRATION",
"planName": "agoric-upgrade-19-a3p",
"upgradeInfo": {
"coreProposals": []
"coreProposals": [],
"releaseNotes": false
},
"type": "Software Upgrade Proposal",
"sdk-generate": [
Expand Down
File renamed without changes.
14 changes: 0 additions & 14 deletions a3p-integration/proposals/n:upgrade-next/README.md

This file was deleted.

0 comments on commit d4bed19

Please sign in to comment.