@agoric/swingset-vat 0.33.0-u19.2 → 0.33.0-u21.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 +38 -36
- package/src/controller/controller.js +424 -330
- package/src/controller/startNodeSubprocess.js +6 -0
- package/src/controller/upgradeSwingset.js +2 -4
- package/src/devices/bridge/device-bridge.js +2 -0
- package/src/devices/timer/device-timer.js +41 -22
- package/src/kernel/kernel.js +79 -17
- package/src/kernel/slogger.js +109 -35
- package/src/kernel/state/deviceKeeper.js +4 -3
- package/src/kernel/state/kernelKeeper.js +39 -31
- package/src/kernel/state/stats.js +12 -9
- package/src/kernel/state/storageHelper.js +7 -2
- package/src/kernel/state/vatKeeper.js +5 -3
- package/src/kernel/vat-warehouse.js +22 -11
- package/src/lib/capdata.js +4 -17
- package/src/lib/message.js +4 -0
- package/src/types-external.js +33 -9
- package/src/vats/plugin-manager.js +3 -9
- package/src/vats/timer/vat-timer.js +12 -5
- package/src/vats/vat-admin/vat-vat-admin.js +2 -2
- package/tools/manual-timer.js +3 -2
- package/tools/run-utils.js +2 -1
- package/src/kernel/metrics.js +0 -152
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/swingset-vat",
|
|
3
|
-
"version": "0.33.0-
|
|
3
|
+
"version": "0.33.0-u21.0",
|
|
4
4
|
"description": "Vat/Container Launcher",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"engines": {
|
|
8
|
-
"node": "^
|
|
8
|
+
"node": "^20.9 || ^22.11"
|
|
9
9
|
},
|
|
10
10
|
"bin": {
|
|
11
11
|
"vat": "bin/vat"
|
|
@@ -13,50 +13,52 @@
|
|
|
13
13
|
"scripts": {
|
|
14
14
|
"build": "exit 0",
|
|
15
15
|
"test": "ava",
|
|
16
|
+
"test:c8": "c8 --all $C8_OPTIONS ava",
|
|
16
17
|
"test:xs": "SWINGSET_WORKER_TYPE=xs-worker ava",
|
|
17
18
|
"test:xs-worker": "ava test/workers -m 'xsnap vat manager'",
|
|
18
19
|
"lint-fix": "yarn lint:eslint --fix",
|
|
19
|
-
"lint": "run-s --continue-on-error lint:*",
|
|
20
|
-
"lint:types": "tsc",
|
|
21
|
-
"lint:eslint": "eslint ."
|
|
20
|
+
"lint": "yarn run -T run-s --continue-on-error 'lint:*'",
|
|
21
|
+
"lint:types": "yarn run -T tsc",
|
|
22
|
+
"lint:eslint": "yarn run -T eslint ."
|
|
22
23
|
},
|
|
23
24
|
"devDependencies": {
|
|
24
|
-
"@types/better-sqlite3": "^7.6.
|
|
25
|
+
"@types/better-sqlite3": "^7.6.13",
|
|
25
26
|
"@types/microtime": "^2.1.0",
|
|
26
27
|
"@types/tmp": "^0.2.0",
|
|
27
|
-
"@types/yargs-parser": "^21.0.0"
|
|
28
|
+
"@types/yargs-parser": "^21.0.0",
|
|
29
|
+
"ava": "^5.3.0"
|
|
28
30
|
},
|
|
29
31
|
"dependencies": {
|
|
30
|
-
"@agoric/internal": "
|
|
31
|
-
"@agoric/kmarshal": "
|
|
32
|
-
"@agoric/store": "
|
|
33
|
-
"@agoric/swing-store": "
|
|
34
|
-
"@agoric/swingset-liveslots": "
|
|
35
|
-
"@agoric/swingset-xsnap-supervisor": "
|
|
36
|
-
"@agoric/time": "
|
|
37
|
-
"@agoric/vat-data": "
|
|
38
|
-
"@agoric/xsnap-lockdown": "
|
|
32
|
+
"@agoric/internal": "workspace:*",
|
|
33
|
+
"@agoric/kmarshal": "workspace:*",
|
|
34
|
+
"@agoric/store": "workspace:*",
|
|
35
|
+
"@agoric/swing-store": "workspace:*",
|
|
36
|
+
"@agoric/swingset-liveslots": "workspace:*",
|
|
37
|
+
"@agoric/swingset-xsnap-supervisor": "workspace:*",
|
|
38
|
+
"@agoric/time": "workspace:*",
|
|
39
|
+
"@agoric/vat-data": "workspace:*",
|
|
40
|
+
"@agoric/xsnap-lockdown": "workspace:*",
|
|
39
41
|
"@endo/base64": "^1.0.9",
|
|
40
|
-
"@endo/bundle-source": "^
|
|
41
|
-
"@endo/captp": "^4.4.
|
|
42
|
-
"@endo/check-bundle": "^1.0.
|
|
43
|
-
"@endo/compartment-mapper": "^1.
|
|
44
|
-
"@endo/errors": "^1.2.
|
|
45
|
-
"@endo/eventual-send": "^1.3.
|
|
46
|
-
"@endo/far": "^1.1.
|
|
47
|
-
"@endo/import-bundle": "^1.
|
|
48
|
-
"@endo/init": "^1.1.
|
|
49
|
-
"@endo/marshal": "^1.6.
|
|
50
|
-
"@endo/nat": "^5.0
|
|
51
|
-
"@endo/pass-style": "^1.
|
|
52
|
-
"@endo/patterns": "^1.
|
|
53
|
-
"@endo/promise-kit": "^1.1.
|
|
54
|
-
"@endo/ses-ava": "^1.2.
|
|
55
|
-
"@endo/stream": "^1.2.
|
|
42
|
+
"@endo/bundle-source": "^4.0.0",
|
|
43
|
+
"@endo/captp": "^4.4.5",
|
|
44
|
+
"@endo/check-bundle": "^1.0.14",
|
|
45
|
+
"@endo/compartment-mapper": "^1.6.0",
|
|
46
|
+
"@endo/errors": "^1.2.10",
|
|
47
|
+
"@endo/eventual-send": "^1.3.1",
|
|
48
|
+
"@endo/far": "^1.1.11",
|
|
49
|
+
"@endo/import-bundle": "^1.4.0",
|
|
50
|
+
"@endo/init": "^1.1.9",
|
|
51
|
+
"@endo/marshal": "^1.6.4",
|
|
52
|
+
"@endo/nat": "^5.1.0",
|
|
53
|
+
"@endo/pass-style": "^1.5.0",
|
|
54
|
+
"@endo/patterns": "^1.5.0",
|
|
55
|
+
"@endo/promise-kit": "^1.1.10",
|
|
56
|
+
"@endo/ses-ava": "^1.2.10",
|
|
57
|
+
"@endo/stream": "^1.2.10",
|
|
56
58
|
"@endo/zip": "^1.0.9",
|
|
57
59
|
"ansi-styles": "^6.2.1",
|
|
58
60
|
"anylogger": "^0.21.0",
|
|
59
|
-
"better-sqlite3": "^
|
|
61
|
+
"better-sqlite3": "^10.1.0",
|
|
60
62
|
"import-meta-resolve": "^4.1.0",
|
|
61
63
|
"microtime": "^3.1.0",
|
|
62
64
|
"semver": "^6.3.0",
|
|
@@ -64,7 +66,7 @@
|
|
|
64
66
|
"yargs-parser": "^21.1.1"
|
|
65
67
|
},
|
|
66
68
|
"peerDependencies": {
|
|
67
|
-
"@agoric/xsnap": "
|
|
69
|
+
"@agoric/xsnap": "workspace:*",
|
|
68
70
|
"ava": "^5.3.0"
|
|
69
71
|
},
|
|
70
72
|
"files": [
|
|
@@ -100,7 +102,7 @@
|
|
|
100
102
|
"access": "public"
|
|
101
103
|
},
|
|
102
104
|
"typeCoverage": {
|
|
103
|
-
"atLeast": 76.
|
|
105
|
+
"atLeast": 76.47
|
|
104
106
|
},
|
|
105
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "e4dd46857133403d584bcf822a81817b355532f9"
|
|
106
108
|
}
|