Commit d03f2cc 1 parent e149839 commit d03f2cc Copy full SHA for d03f2cc
File tree 1 file changed +14
-0
lines changed
a3p-integration/proposals/n:upgrade-next
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Proposal to upgrade the chain software
2
+
3
+ The ` UNRELEASED_A3P_INTEGRATION ` software upgrade may include core proposals
4
+ defined in its upgrade handler. See ` CoreProposalSteps ` in the
5
+ ` unreleasedUpgradeHandler ` in
6
+ [ golang/cosmos/app/upgrade.go] ( ../../../golang/cosmos/app/upgrade.go ) .
7
+
8
+ This test proposal may also include ` coreProposals ` in its ` upgradeInfo ` , which
9
+ are executed after those defined in that upgrade handler. See ` agoricProposal `
10
+ in [ package.json] ( ./package.json ) .
11
+
12
+ The "binaries" property of ` upgradeInfo ` is now required since Cosmos SDK 0.46,
13
+ however it cannot be computed for an unreleased upgrade. To disable the check,
14
+ ` releaseNotes ` is set to ` false ` .
You can’t perform that action at this time.
0 commit comments