@agoric/cosmos 0.34.2-dev-e2e36cc.0 → 0.34.2-dev-e6cde48.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/app.go +2 -0
- package/git-revision.txt +1 -1
- package/package.json +2 -2
package/app/app.go
CHANGED
|
@@ -899,6 +899,8 @@ func unreleasedUpgradeHandler(app *GaiaApp, targetUpgrade string) func(sdk.Conte
|
|
|
899
899
|
vm.CoreProposalStepForModules("@agoric/builders/scripts/smart-wallet/build-wallet-factory2-upgrade.js"),
|
|
900
900
|
// Then, upgrade Zoe and ZCF
|
|
901
901
|
vm.CoreProposalStepForModules("@agoric/builders/scripts/vats/replace-zoe.js"),
|
|
902
|
+
// Upgrade ZCF only
|
|
903
|
+
vm.CoreProposalStepForModules("@agoric/builders/scripts/vats/upgrade-zcf.js"),
|
|
902
904
|
// Then, upgrade the provisioning vat
|
|
903
905
|
vm.CoreProposalStepForModules("@agoric/builders/scripts/vats/replace-provisioning.js"),
|
|
904
906
|
// Enable low-level Orchestration.
|
package/git-revision.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
e6cde48
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/cosmos",
|
|
3
|
-
"version": "0.34.2-dev-
|
|
3
|
+
"version": "0.34.2-dev-e6cde48.0+e6cde48",
|
|
4
4
|
"description": "Connect JS to the Cosmos blockchain SDK",
|
|
5
5
|
"parsers": {
|
|
6
6
|
"js": "mjs"
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"typeCoverage": {
|
|
40
40
|
"atLeast": 0
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "e6cde482e02072514bda74657b7e1a6928b1e8ec"
|
|
43
43
|
}
|