@agoric/inter-protocol 0.16.2-u13.0 → 0.16.2-u14.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/CHANGELOG.md +14 -0
- package/package.json +15 -15
- package/scripts/add-collateral-core.js +1 -0
- package/scripts/init-core.js +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,20 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
### [0.16.2-u14.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/inter-protocol@0.16.2-u13.0...@agoric/inter-protocol@0.16.2-u14.0) (2024-02-27)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* smartWallet verstion 2 with watchedPromises ([31d7c2f](https://github.com/Agoric/agoric-sdk/commit/31d7c2f4ecea9a34956cc6716fb8d73cbeb12e64))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **smartWallet:** handle upgrade disconnects from purse notifiers ([f82b82b](https://github.com/Agoric/agoric-sdk/commit/f82b82bb79b21c0789609cc26b1c8f58ccdb32bc))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
6
20
|
### [0.16.2-u13.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/inter-protocol@0.16.2-u12.0...@agoric/inter-protocol@0.16.2-u13.0) (2023-12-07)
|
|
7
21
|
|
|
8
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/inter-protocol",
|
|
3
|
-
"version": "0.16.2-
|
|
3
|
+
"version": "0.16.2-u14.0",
|
|
4
4
|
"description": "Core cryptoeconomy contracts",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.js",
|
|
@@ -30,15 +30,15 @@
|
|
|
30
30
|
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@agoric/assert": "^0.6.1-u11wf.0",
|
|
33
|
-
"@agoric/ertp": "^0.16.3-
|
|
34
|
-
"@agoric/governance": "^0.10.4-
|
|
35
|
-
"@agoric/internal": "^0.4.0-
|
|
36
|
-
"@agoric/notifier": "^0.6.3-
|
|
37
|
-
"@agoric/store": "^0.9.3-
|
|
38
|
-
"@agoric/time": "^0.3.3-
|
|
39
|
-
"@agoric/vat-data": "^0.5.3-
|
|
40
|
-
"@agoric/vats": "^0.15.2-
|
|
41
|
-
"@agoric/zoe": "^0.26.3-
|
|
33
|
+
"@agoric/ertp": "^0.16.3-u14.0",
|
|
34
|
+
"@agoric/governance": "^0.10.4-u14.0",
|
|
35
|
+
"@agoric/internal": "^0.4.0-u14.0",
|
|
36
|
+
"@agoric/notifier": "^0.6.3-u14.0",
|
|
37
|
+
"@agoric/store": "^0.9.3-u14.0",
|
|
38
|
+
"@agoric/time": "^0.3.3-u14.0",
|
|
39
|
+
"@agoric/vat-data": "^0.5.3-u14.0",
|
|
40
|
+
"@agoric/vats": "^0.15.2-u14.0",
|
|
41
|
+
"@agoric/zoe": "^0.26.3-u14.0",
|
|
42
42
|
"@endo/captp": "3.1.1",
|
|
43
43
|
"@endo/eventual-send": "0.17.2",
|
|
44
44
|
"@endo/far": "0.2.18",
|
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
"jessie.js": "^0.3.2"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@agoric/deploy-script-support": "^0.10.4-
|
|
51
|
-
"@agoric/smart-wallet": "^0.5.4-
|
|
52
|
-
"@agoric/swingset-liveslots": "^0.10.3-
|
|
53
|
-
"@agoric/swingset-vat": "^0.32.3-
|
|
50
|
+
"@agoric/deploy-script-support": "^0.10.4-u14.0",
|
|
51
|
+
"@agoric/smart-wallet": "^0.5.4-u14.0",
|
|
52
|
+
"@agoric/swingset-liveslots": "^0.10.3-u14.0",
|
|
53
|
+
"@agoric/swingset-vat": "^0.32.3-u14.0",
|
|
54
54
|
"@endo/bundle-source": "2.5.2-upstream-rollup",
|
|
55
55
|
"@endo/init": "0.5.56",
|
|
56
56
|
"@endo/promise-kit": "0.2.56",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"publishConfig": {
|
|
78
78
|
"access": "public"
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "b3a6f3374cb3bddab39fc6d6f426429cae6c29c6"
|
|
81
81
|
}
|
|
@@ -107,6 +107,7 @@ export default async (homeP, endowments) => {
|
|
|
107
107
|
|
|
108
108
|
await writeCoreProposal('gov-add-collateral', defaultProposalBuilder);
|
|
109
109
|
await writeCoreProposal('gov-start-psm', opts =>
|
|
110
|
+
// @ts-expect-error XXX makeInstallCache types
|
|
110
111
|
psmProposalBuilder({ ...opts, wrapInstall: tool.wrapInstall }),
|
|
111
112
|
);
|
|
112
113
|
};
|
package/scripts/init-core.js
CHANGED
|
@@ -188,9 +188,11 @@ export default async (homeP, endowments) => {
|
|
|
188
188
|
});
|
|
189
189
|
await Promise.all([
|
|
190
190
|
writeCoreProposal('gov-econ-committee', opts =>
|
|
191
|
+
// @ts-expect-error XXX makeInstallCache types
|
|
191
192
|
committeeProposalBuilder({ ...opts, wrapInstall: tool.wrapInstall }),
|
|
192
193
|
),
|
|
193
194
|
writeCoreProposal('gov-amm-vaults-etc', opts =>
|
|
195
|
+
// @ts-expect-error XXX makeInstallCache types
|
|
194
196
|
mainProposalBuilder({ ...opts, wrapInstall: tool.wrapInstall }),
|
|
195
197
|
),
|
|
196
198
|
]);
|