Skip to content

Commit

Permalink
chore(cosmos): Remove upgrade-17 core proposals from upgrade.go
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Oct 25, 2024
1 parent bda22de commit b75e1c2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions golang/cosmos/app/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,18 +162,6 @@ func unreleasedUpgradeHandler(app *GaiaApp, targetUpgrade string) func(sdk.Conte
vm.CoreProposalStepForModules(
"@agoric/builders/scripts/vats/revive-kread.js",
),
vm.CoreProposalStepForModules(
// Upgrade to new liveslots for repaired vow usage.
"@agoric/builders/scripts/vats/upgrade-orch-core.js",
),
vm.CoreProposalStepForModules(
// Upgrade to new liveslots and support vows.
"@agoric/builders/scripts/smart-wallet/build-wallet-factory2-upgrade.js",
),
vm.CoreProposalStepForModules(
// Create vat-orchestration.
"@agoric/builders/scripts/vats/init-orchestration.js",
),
}
}

Expand Down

0 comments on commit b75e1c2

Please sign in to comment.