Skip to content

Commit

Permalink
feat(cosmos): upgrade wallet factory
Browse files Browse the repository at this point in the history
  • Loading branch information
mhofman committed Feb 7, 2024
1 parent cbad12e commit ceffbcd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 5 additions & 0 deletions a3p-integration/proposals/a:upgrade-14/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Proposal to upgrade the chain software to upgrade-14

This software upgrade executes core proposals during the upgrade block, as
defined by the `agoric-upgrade-14` upgrade handler. See `upgrade14Handler` in
`agoric-sdk/golang/cosmos/app/app.go`
6 changes: 1 addition & 5 deletions a3p-integration/proposals/a:upgrade-14/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
"releaseNotes": "https://github.com/Agoric/agoric-sdk/releases/tag/agoric-upgrade-14",
"sdkImageTag": "unreleased",
"planName": "agoric-upgrade-14",
"upgradeInfo": {
"coreProposals": [
"@agoric/vats/scripts/build-wallet-factory2-upgrade.js"
]
},
"upgradeInfo": {},
"type": "Software Upgrade Proposal"
},
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion golang/cosmos/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,8 @@ func upgrade14Handler(app *GaiaApp, targetUpgrade string) func(sdk.Context, upgr
// Each CoreProposalStep runs sequentially, and can be constructed from
// one or more modules executing in parallel within the step.
CoreProposalSteps := []vm.CoreProposalStep{
// vm.CoreProposalStepForModules("@agoric/builders/scripts/vats/init-network.js"),
// First, upgrade wallet factory
vm.CoreProposalStepForModules("@agoric/vats/scripts/build-wallet-factory2-upgrade.js"),
}

app.upgradeDetails = &upgradeDetails{
Expand Down

0 comments on commit ceffbcd

Please sign in to comment.