Skip to content

Commit

Permalink
Merge branch 'dev-upgrade-18' into mk/u18-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mujahidkay committed Dec 24, 2024
2 parents e06691f + aaebae4 commit cc3316d
Show file tree
Hide file tree
Showing 133 changed files with 3,549 additions and 701 deletions.
9 changes: 9 additions & 0 deletions a3p-integration/proposals/a:upgrade-18/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-18, 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-18-a3p",
"upgradeInfo": {
"coreProposals": []
"coreProposals": [],
"releaseNotes": false
},
"sdk-generate": [
"testing/test-upgraded-board.js testUpgradedBoard"
Expand Down
File renamed without changes.
14 changes: 0 additions & 14 deletions a3p-integration/proposals/n:upgrade-next/README.md

This file was deleted.

Loading

0 comments on commit cc3316d

Please sign in to comment.