Skip to content

Commit

Permalink
feat: add zoe upgrade to upgrade.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Oct 15, 2024
1 parent 9883fcf commit a4187d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions golang/cosmos/app/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ func unreleasedUpgradeHandler(app *GaiaApp, targetUpgrade string) func(sdk.Conte
// Each CoreProposalStep runs sequentially, and can be constructed from
// one or more modules executing in parallel within the step.
CoreProposalSteps = []vm.CoreProposalStep{
vm.CoreProposalStepForModules(
// Upgrade Zoe (no now ZCF needed).
"@agoric/builders/scripts/vats/upgrade-zoe.js",
),
vm.CoreProposalStepForModules(
// Upgrade to new liveslots for repaired vow usage.
"@agoric/builders/scripts/vats/upgrade-orch-core.js",
Expand Down

0 comments on commit a4187d4

Please sign in to comment.