Skip to content

Commit

Permalink
test(a3p-integration): Update to agoric-upgrade-17 (#10336)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Oct 25, 2024
2 parents 3007c00 + b75e1c2 commit b4480d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion a3p-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"agoricSyntheticChain": {
"fromTag": "use-vaults-auctions"
"fromTag": "use-upgrade-17"
},
"scripts": {
"build": "yarn run build:sdk && yarn run build:submissions && yarn run build:synthetic-chain",
Expand Down
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 b4480d8

Please sign in to comment.