@agoric/zoe 0.26.3-dev-f8abc2e.0 → 0.26.3-dev-59738aa.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/bundles/bundle-contractFacet-js-meta.json +235 -235
- package/bundles/bundle-contractFacet.js +1 -1
- package/package.json +14 -14
- package/src/contractFacet/zcfZygote.js +1 -1
- package/src/contractSupport/durability.js +1 -1
- package/src/contractSupport/recorder.js +1 -1
- package/src/makeHandle.js +1 -1
- package/src/zoeService/installationStorage.js +3 -4
- package/src/zoeService/startInstance.js +1 -1
- package/src/zoeService/types.js +1 -1
- package/src/zoeService/zoe.js +1 -1
- package/src/zoeService/zoeStorageManager.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/zoe",
|
|
3
|
-
"version": "0.26.3-dev-
|
|
3
|
+
"version": "0.26.3-dev-59738aa.0+59738aa",
|
|
4
4
|
"description": "Zoe: the Smart Contract Framework for Offer Enforcement",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/zoeService/zoe.js",
|
|
@@ -43,17 +43,17 @@
|
|
|
43
43
|
},
|
|
44
44
|
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@agoric/assert": "0.6.1-dev-
|
|
47
|
-
"@agoric/base-zone": "0.1.1-dev-
|
|
48
|
-
"@agoric/ertp": "0.16.3-dev-
|
|
49
|
-
"@agoric/internal": "0.3.3-dev-
|
|
50
|
-
"@agoric/notifier": "0.6.3-dev-
|
|
51
|
-
"@agoric/store": "0.9.3-dev-
|
|
52
|
-
"@agoric/swingset-liveslots": "0.10.3-dev-
|
|
53
|
-
"@agoric/swingset-vat": "0.32.3-dev-
|
|
54
|
-
"@agoric/time": "0.3.3-dev-
|
|
55
|
-
"@agoric/vat-data": "0.5.3-dev-
|
|
56
|
-
"@agoric/zone": "0.2.3-dev-
|
|
46
|
+
"@agoric/assert": "0.6.1-dev-59738aa.0+59738aa",
|
|
47
|
+
"@agoric/base-zone": "0.1.1-dev-59738aa.0+59738aa",
|
|
48
|
+
"@agoric/ertp": "0.16.3-dev-59738aa.0+59738aa",
|
|
49
|
+
"@agoric/internal": "0.3.3-dev-59738aa.0+59738aa",
|
|
50
|
+
"@agoric/notifier": "0.6.3-dev-59738aa.0+59738aa",
|
|
51
|
+
"@agoric/store": "0.9.3-dev-59738aa.0+59738aa",
|
|
52
|
+
"@agoric/swingset-liveslots": "0.10.3-dev-59738aa.0+59738aa",
|
|
53
|
+
"@agoric/swingset-vat": "0.32.3-dev-59738aa.0+59738aa",
|
|
54
|
+
"@agoric/time": "0.3.3-dev-59738aa.0+59738aa",
|
|
55
|
+
"@agoric/vat-data": "0.5.3-dev-59738aa.0+59738aa",
|
|
56
|
+
"@agoric/zone": "0.2.3-dev-59738aa.0+59738aa",
|
|
57
57
|
"@endo/bundle-source": "^3.2.1",
|
|
58
58
|
"@endo/captp": "^4.1.0",
|
|
59
59
|
"@endo/common": "^1.2.0",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"yargs-parser": "^21.1.1"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@agoric/kmarshal": "0.1.1-dev-
|
|
71
|
+
"@agoric/kmarshal": "0.1.1-dev-59738aa.0+59738aa",
|
|
72
72
|
"@endo/init": "^1.1.0",
|
|
73
73
|
"ava": "^5.3.0",
|
|
74
74
|
"c8": "^9.1.0",
|
|
@@ -141,5 +141,5 @@
|
|
|
141
141
|
"typeCoverage": {
|
|
142
142
|
"atLeast": 84.88
|
|
143
143
|
},
|
|
144
|
-
"gitHead": "
|
|
144
|
+
"gitHead": "59738aa5d0eafdb105b63400631eb49644d555cf"
|
|
145
145
|
}
|
|
@@ -30,7 +30,7 @@ import { prepareZcMint } from './zcfMint.js';
|
|
|
30
30
|
/// <reference path="../internal-types.js" />
|
|
31
31
|
/// <reference path="./internal-types.js" />
|
|
32
32
|
|
|
33
|
-
/** @
|
|
33
|
+
/** @import {IssuerOptionsRecord} from '@agoric/ertp' */
|
|
34
34
|
|
|
35
35
|
const { Fail } = assert;
|
|
36
36
|
|
|
@@ -36,7 +36,7 @@ harden(makeEphemeraProvider);
|
|
|
36
36
|
* Provide an empty ZCF seat.
|
|
37
37
|
*
|
|
38
38
|
* @param {ZCF} zcf
|
|
39
|
-
* @param {import('@agoric/
|
|
39
|
+
* @param {import('@agoric/swingset-liveslots').Baggage} baggage
|
|
40
40
|
* @param {string} name
|
|
41
41
|
* @returns {ZCFSeat}
|
|
42
42
|
*/
|
|
@@ -39,7 +39,7 @@ import { E } from '@endo/eventual-send';
|
|
|
39
39
|
/**
|
|
40
40
|
* Wrap a Publisher to record all the values to chain storage.
|
|
41
41
|
*
|
|
42
|
-
* @param {import('@agoric/
|
|
42
|
+
* @param {import('@agoric/vat-data').Baggage} baggage
|
|
43
43
|
* @param {ERef<Marshaller>} marshaller
|
|
44
44
|
*/
|
|
45
45
|
export const prepareRecorder = (baggage, marshaller) => {
|
package/src/makeHandle.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* eslint-disable @typescript-eslint/prefer-ts-expect-error -- accomodate different type search depths */
|
|
2
1
|
import { assert } from '@agoric/assert';
|
|
3
2
|
import {
|
|
4
3
|
M,
|
|
@@ -16,7 +15,7 @@ const { Fail, quote: q } = assert;
|
|
|
16
15
|
|
|
17
16
|
/** @typedef { import('@agoric/swingset-vat').BundleCap} BundleCap */
|
|
18
17
|
/** @typedef { import('@agoric/swingset-vat').BundleID} BundleID */
|
|
19
|
-
/** @
|
|
18
|
+
/** @import {Baggage} from '@agoric/vat-data' */
|
|
20
19
|
|
|
21
20
|
/**
|
|
22
21
|
* @param {GetBundleCapForID} getBundleCapForID
|
|
@@ -39,7 +38,7 @@ export const makeInstallationStorage = (getBundleCapForID, zoeBaggage) => {
|
|
|
39
38
|
zoeBaggage,
|
|
40
39
|
'BundleIDInstallation',
|
|
41
40
|
bundleLabel => ({ bundleLabel }),
|
|
42
|
-
// @ts-
|
|
41
|
+
// @ts-expect-error cast without StartFunction property
|
|
43
42
|
{
|
|
44
43
|
getBundle: _context => Fail`bundleID-based Installation`,
|
|
45
44
|
getBundleLabel: ({ state: { bundleLabel } }) => bundleLabel,
|
|
@@ -51,7 +50,7 @@ export const makeInstallationStorage = (getBundleCapForID, zoeBaggage) => {
|
|
|
51
50
|
zoeBaggage,
|
|
52
51
|
'BundleInstallation',
|
|
53
52
|
(bundle, bundleLabel) => ({ bundle, bundleLabel }),
|
|
54
|
-
// @ts-
|
|
53
|
+
// @ts-expect-error cast without StartFunction property
|
|
55
54
|
{
|
|
56
55
|
getBundle: ({ state: { bundle } }) => bundle,
|
|
57
56
|
getBundleLabel: ({ state: { bundleLabel } }) => bundleLabel,
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
|
|
23
23
|
// import '../internal-types.js';
|
|
24
24
|
|
|
25
|
-
/** @
|
|
25
|
+
/** @import {Baggage} from '@agoric/vat-data' */
|
|
26
26
|
/** @typedef { import('@agoric/swingset-vat').BundleCap} BundleCap */
|
|
27
27
|
|
|
28
28
|
const { Fail, quote: q } = assert;
|
package/src/zoeService/types.js
CHANGED
package/src/zoeService/zoe.js
CHANGED
|
@@ -28,7 +28,7 @@ import { getZcfBundleCap } from './createZCFVat.js';
|
|
|
28
28
|
import { defaultFeeIssuerConfig, prepareFeeMint } from './feeMint.js';
|
|
29
29
|
import { ZoeServiceI } from '../typeGuards.js';
|
|
30
30
|
|
|
31
|
-
/** @
|
|
31
|
+
/** @import {Baggage} from '@agoric/vat-data' */
|
|
32
32
|
|
|
33
33
|
const { Fail } = assert;
|
|
34
34
|
|