Skip to content

Commit

Permalink
chore: drop "enable low-level Orchestration"
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Aug 15, 2024
1 parent 4ac7175 commit 8126798
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions golang/cosmos/app/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,7 @@ func unreleasedUpgradeHandler(app *GaiaApp, targetUpgrade string) func(sdk.Conte
if isFirstTimeUpgradeOfThisVersion(app, ctx) {
// Each CoreProposalStep runs sequentially, and can be constructed from
// one or more modules executing in parallel within the step.
CoreProposalSteps = []vm.CoreProposalStep{
// Enable low-level Orchestration.
vm.CoreProposalStepForModules(
"@agoric/builders/scripts/vats/init-network.js",
"@agoric/builders/scripts/vats/init-localchain.js",
"@agoric/builders/scripts/vats/init-transfer.js",
),
}
CoreProposalSteps = []vm.CoreProposalStep{}
priceFeedSteps, err := upgradePriceFeedCoreProposalSteps(targetUpgrade)
if err != nil {
return nil, err
Expand Down

0 comments on commit 8126798

Please sign in to comment.