@agoric/orchestration 0.1.1-dev-8d05faf.0 → 0.1.1-dev-d941b39.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/orchestration",
|
|
3
|
-
"version": "0.1.1-dev-
|
|
3
|
+
"version": "0.1.1-dev-d941b39.0+d941b39",
|
|
4
4
|
"description": "Chain abstraction for Agoric's orchestration clients",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -33,20 +33,20 @@
|
|
|
33
33
|
},
|
|
34
34
|
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@agoric/assert": "0.6.1-dev-
|
|
37
|
-
"@agoric/async-flow": "0.1.1-dev-
|
|
38
|
-
"@agoric/cosmic-proto": "0.4.1-dev-
|
|
39
|
-
"@agoric/ertp": "0.16.3-dev-
|
|
40
|
-
"@agoric/internal": "0.3.3-dev-
|
|
41
|
-
"@agoric/network": "0.1.1-dev-
|
|
42
|
-
"@agoric/notifier": "0.6.3-dev-
|
|
43
|
-
"@agoric/store": "0.9.3-dev-
|
|
44
|
-
"@agoric/time": "0.3.3-dev-
|
|
45
|
-
"@agoric/vat-data": "0.5.3-dev-
|
|
46
|
-
"@agoric/vats": "0.15.2-dev-
|
|
47
|
-
"@agoric/vow": "0.1.1-dev-
|
|
48
|
-
"@agoric/zoe": "0.26.3-dev-
|
|
49
|
-
"@agoric/zone": "0.2.3-dev-
|
|
36
|
+
"@agoric/assert": "0.6.1-dev-d941b39.0+d941b39",
|
|
37
|
+
"@agoric/async-flow": "0.1.1-dev-d941b39.0+d941b39",
|
|
38
|
+
"@agoric/cosmic-proto": "0.4.1-dev-d941b39.0+d941b39",
|
|
39
|
+
"@agoric/ertp": "0.16.3-dev-d941b39.0+d941b39",
|
|
40
|
+
"@agoric/internal": "0.3.3-dev-d941b39.0+d941b39",
|
|
41
|
+
"@agoric/network": "0.1.1-dev-d941b39.0+d941b39",
|
|
42
|
+
"@agoric/notifier": "0.6.3-dev-d941b39.0+d941b39",
|
|
43
|
+
"@agoric/store": "0.9.3-dev-d941b39.0+d941b39",
|
|
44
|
+
"@agoric/time": "0.3.3-dev-d941b39.0+d941b39",
|
|
45
|
+
"@agoric/vat-data": "0.5.3-dev-d941b39.0+d941b39",
|
|
46
|
+
"@agoric/vats": "0.15.2-dev-d941b39.0+d941b39",
|
|
47
|
+
"@agoric/vow": "0.1.1-dev-d941b39.0+d941b39",
|
|
48
|
+
"@agoric/zoe": "0.26.3-dev-d941b39.0+d941b39",
|
|
49
|
+
"@agoric/zone": "0.2.3-dev-d941b39.0+d941b39",
|
|
50
50
|
"@endo/base64": "^1.0.5",
|
|
51
51
|
"@endo/far": "^1.1.2",
|
|
52
52
|
"@endo/marshal": "^1.5.0",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"typeCoverage": {
|
|
91
91
|
"atLeast": 97.1
|
|
92
92
|
},
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "d941b39f33c41c1e0f9350f95533fcdc15edc404"
|
|
94
94
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export function setupOrchestrationVat({ consume: { loadCriticalVat, portAllocator: portAllocatorP }, produce: { orchestrationVat, orchestration, orchestrationKit: orchestrationKitP, }, }: BootstrapPowers & {
|
|
2
2
|
consume: {
|
|
3
|
-
loadCriticalVat: VatLoader<any>;
|
|
4
3
|
portAllocator: PortAllocator;
|
|
5
4
|
};
|
|
6
5
|
produce: {
|
|
@@ -49,10 +48,6 @@ export function getManifestForOrchestration(_powers: any, { orchestrationRef }:
|
|
|
49
48
|
orchestrationRef: any;
|
|
50
49
|
};
|
|
51
50
|
};
|
|
52
|
-
export type OrchestrationVats = {
|
|
53
|
-
orchestration: ERef<OrchestrationVat>;
|
|
54
|
-
};
|
|
55
51
|
import type { PortAllocator } from '@agoric/network';
|
|
56
52
|
import type { OrchestrationService } from '../service.js';
|
|
57
|
-
import type { OrchestrationVat } from '../vat-orchestration.js';
|
|
58
53
|
//# sourceMappingURL=orchestration-proposal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"orchestration-proposal.d.ts","sourceRoot":"","sources":["orchestration-proposal.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"orchestration-proposal.d.ts","sourceRoot":"","sources":["orchestration-proposal.js"],"names":[],"mappings":"AA4BO,4LAZI,eAAe,GAAG;IAC5B,OAAW,EAAE;QACb,aAAmB,EAAE,aAAa,CAAC;KAC9B,CAAC;IACN,OAAW,EAAE;QACb,aAAmB,EAAE,QAAQ,CAAC,GAAG,CAAC,CAAC;QACnC,gBAAsB,EAAE,QAAQ,CAAC,GAAG,CAAC,CAAC;QACtC,gBAAsB,EAAE,QAAQ,CAAC,GAAG,CAAC,CAAC;KACjC,CAAC;CACH,WACO;IAAE,OAAO,EAAE;QAAE,gBAAgB,EAAE,YAAY,CAAA;KAAE,CAAA;CAAE,iBAiCzD;AAoEM,+FAFI,eAAe,iBAYzB;AAWM,iFAPI,eAAe,GAAG;IAC5B,OAAW,EAAE;QACb,aAAmB,EAAE,oBAAoB,CAAC;KACrC,CAAC;CACH,YACO,MAAM,iBAOhB;AAEM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuBL;mCAxK8B,iBAAiB;0CACV,eAAe"}
|
|
@@ -16,7 +16,6 @@ const trace = makeTracer('CoreEvalOrchestration', true);
|
|
|
16
16
|
/**
|
|
17
17
|
* @param {BootstrapPowers & {
|
|
18
18
|
* consume: {
|
|
19
|
-
* loadCriticalVat: VatLoader<any>;
|
|
20
19
|
* portAllocator: PortAllocator;
|
|
21
20
|
* };
|
|
22
21
|
* produce: {
|
|
@@ -26,10 +25,6 @@ const trace = makeTracer('CoreEvalOrchestration', true);
|
|
|
26
25
|
* };
|
|
27
26
|
* }} powers
|
|
28
27
|
* @param {{ options: { orchestrationRef: VatSourceRef } }} options
|
|
29
|
-
*
|
|
30
|
-
* @typedef {{
|
|
31
|
-
* orchestration: ERef<OrchestrationVat>;
|
|
32
|
-
* }} OrchestrationVats
|
|
33
28
|
*/
|
|
34
29
|
export const setupOrchestrationVat = async (
|
|
35
30
|
{
|
|
@@ -43,7 +38,6 @@ export const setupOrchestrationVat = async (
|
|
|
43
38
|
options,
|
|
44
39
|
) => {
|
|
45
40
|
const { orchestrationRef } = options.options;
|
|
46
|
-
/** @type {OrchestrationVats} */
|
|
47
41
|
const vats = {
|
|
48
42
|
orchestration: E(loadCriticalVat)('orchestration', orchestrationRef),
|
|
49
43
|
};
|