Skip to content

Commit

Permalink
chore: Upgrade ZCF in u16
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Jun 3, 2024
1 parent 99ae05c commit 634c565
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions golang/cosmos/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,9 @@ 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{
// Upgrade ZCF only
vm.CoreProposalStepForModules("@agoric/builders/scripts/vats/upgrade-zcf.js"),

// upgrade the provisioning vat
vm.CoreProposalStepForModules("@agoric/builders/scripts/vats/replace-provisioning.js"),
// Enable low-level Orchestration.
Expand Down

0 comments on commit 634c565

Please sign in to comment.