@agoric/cosmos 0.34.2-dev-a67502b.0 → 0.34.2-dev-1cb7915.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/upgrade.go +4 -0
- package/git-revision.txt +1 -1
- package/package.json +2 -2
package/app/upgrade.go
CHANGED
|
@@ -158,6 +158,10 @@ func unreleasedUpgradeHandler(app *GaiaApp, targetUpgrade string) func(sdk.Conte
|
|
|
158
158
|
// Upgrade Zoe (no new ZCF needed).
|
|
159
159
|
"@agoric/builders/scripts/vats/upgrade-zoe.js",
|
|
160
160
|
),
|
|
161
|
+
// Revive KREAd characters
|
|
162
|
+
vm.CoreProposalStepForModules(
|
|
163
|
+
"@agoric/builders/scripts/vats/revive-kread.js",
|
|
164
|
+
),
|
|
161
165
|
vm.CoreProposalStepForModules(
|
|
162
166
|
// Upgrade to new liveslots for repaired vow usage.
|
|
163
167
|
"@agoric/builders/scripts/vats/upgrade-orch-core.js",
|
package/git-revision.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
1cb7915
|
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-1cb7915.0+1cb7915",
|
|
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": "1cb791553d0d27df9953304e556652c216988909"
|
|
43
43
|
}
|