Skip to content

Commit

Permalink
Endo Sync 2024-08-31 (#10012)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Sep 1, 2024
2 parents 45b9216 + 9a259a1 commit 3c66f4b
Show file tree
Hide file tree
Showing 48 changed files with 347 additions and 496 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "module",
"packageManager": "[email protected]",
"devDependencies": {
"@endo/eslint-plugin": "^2.2.0",
"@endo/eslint-plugin": "^2.2.1",
"@jessie.js/eslint-plugin": "^0.4.1",
"@types/express": "^4.17.17",
"@types/node": "^18.19.24",
Expand Down
14 changes: 7 additions & 7 deletions packages/ERTP/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@
},
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
"dependencies": {
"@endo/errors": "^1.2.4",
"@endo/errors": "^1.2.5",
"@agoric/notifier": "^0.6.2",
"@agoric/store": "^0.9.2",
"@agoric/vat-data": "^0.5.2",
"@agoric/zone": "^0.2.2",
"@endo/eventual-send": "^1.2.4",
"@endo/far": "^1.1.4",
"@endo/marshal": "^1.5.2",
"@endo/nat": "^5.0.9",
"@endo/patterns": "^1.4.2",
"@endo/promise-kit": "^1.1.4"
"@endo/eventual-send": "^1.2.5",
"@endo/far": "^1.1.5",
"@endo/marshal": "^1.5.3",
"@endo/nat": "^5.0.10",
"@endo/patterns": "^1.4.3",
"@endo/promise-kit": "^1.1.5"
},
"devDependencies": {
"@agoric/swingset-vat": "^0.32.2",
Expand Down
34 changes: 17 additions & 17 deletions packages/SwingSet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/yargs-parser": "^21.0.0"
},
"dependencies": {
"@endo/errors": "^1.2.4",
"@endo/errors": "^1.2.5",
"@agoric/internal": "^0.3.2",
"@agoric/kmarshal": "^0.1.0",
"@agoric/store": "^0.9.2",
Expand All @@ -38,23 +38,23 @@
"@agoric/vat-data": "^0.5.2",
"@agoric/xsnap": "^0.14.2",
"@agoric/xsnap-lockdown": "^0.14.0",
"@endo/base64": "^1.0.6",
"@endo/base64": "^1.0.7",
"@endo/bundle-source": "^3.4.0",
"@endo/captp": "^4.2.2",
"@endo/check-bundle": "^1.0.8",
"@endo/compartment-mapper": "^1.2.1",
"@endo/eventual-send": "^1.2.4",
"@endo/far": "^1.1.4",
"@endo/import-bundle": "^1.2.1",
"@endo/init": "^1.1.3",
"@endo/marshal": "^1.5.2",
"@endo/nat": "^5.0.9",
"@endo/pass-style": "^1.4.2",
"@endo/patterns": "^1.4.2",
"@endo/promise-kit": "^1.1.4",
"@endo/ses-ava": "^1.2.4",
"@endo/stream": "^1.2.4",
"@endo/zip": "^1.0.6",
"@endo/captp": "^4.3.0",
"@endo/check-bundle": "^1.0.9",
"@endo/compartment-mapper": "^1.2.2",
"@endo/eventual-send": "^1.2.5",
"@endo/far": "^1.1.5",
"@endo/import-bundle": "^1.2.2",
"@endo/init": "^1.1.4",
"@endo/marshal": "^1.5.3",
"@endo/nat": "^5.0.10",
"@endo/pass-style": "^1.4.3",
"@endo/patterns": "^1.4.3",
"@endo/promise-kit": "^1.1.5",
"@endo/ses-ava": "^1.2.5",
"@endo/stream": "^1.2.5",
"@endo/zip": "^1.0.7",
"ansi-styles": "^6.2.1",
"anylogger": "^0.21.0",
"better-sqlite3": "^9.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/SwingSet/test/snapshots/xsnap-store.test.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ Generated by [AVA](https://avajs.dev).
{
compressSeconds: 0,
dbSaveSeconds: 0,
hash: '253f0845319a00cb2e3a53d26bb1326ba70afba4fb1d1c7555b224f54c1ad928',
uncompressedSize: 832803,
hash: '5433501987ce52b3bd9ab47956195669c5adea89b050e8c787eb9da431ce1a6e',
uncompressedSize: 834907,
}

> after use of harden() - sensitive to SES-shim, XS, and supervisor
{
compressSeconds: 0,
dbSaveSeconds: 0,
hash: '316babd8aebf0fb2066da5e1c6c9206540b5b678697db5353920f32606f51738',
uncompressedSize: 832963,
hash: '4cdc352b710f0719bc6f541631315652b5da19093e18ce844ec274340a37efd5',
uncompressedSize: 835067,
}
Binary file modified packages/SwingSet/test/snapshots/xsnap-store.test.js.snap
Binary file not shown.
1 change: 0 additions & 1 deletion packages/agoric-cli/src/follow.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ export default async function followerMain(progname, rawArgs, powers, opts) {
}

if (proof !== 'none') {
// @ts-expect-error
followerOptions.crasher = Far('follower crasher', {
crash: (...args) => {
console.error(...args);
Expand Down
18 changes: 9 additions & 9 deletions packages/async-flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@
"@agoric/internal": "^0.3.2",
"@agoric/store": "^0.9.2",
"@agoric/vow": "^0.1.0",
"@endo/common": "^1.2.4",
"@endo/errors": "^1.2.4",
"@endo/eventual-send": "^1.2.4",
"@endo/marshal": "^1.5.2",
"@endo/pass-style": "^1.4.2",
"@endo/patterns": "^1.4.2",
"@endo/promise-kit": "^1.1.4"
"@endo/common": "^1.2.5",
"@endo/errors": "^1.2.5",
"@endo/eventual-send": "^1.2.5",
"@endo/marshal": "^1.5.3",
"@endo/pass-style": "^1.4.3",
"@endo/patterns": "^1.4.3",
"@endo/promise-kit": "^1.1.5"
},
"devDependencies": {
"@agoric/swingset-liveslots": "^0.10.2",
"@agoric/zone": "^0.2.2",
"@endo/env-options": "^1.1.5",
"@endo/ses-ava": "^1.2.4",
"@endo/env-options": "^1.1.6",
"@endo/ses-ava": "^1.2.5",
"ava": "^5.3.0",
"tsd": "^0.31.1"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/base-zone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
"license": "Apache-2.0",
"dependencies": {
"@agoric/store": "^0.9.2",
"@endo/common": "^1.2.4",
"@endo/errors": "^1.2.4",
"@endo/exo": "^1.5.2",
"@endo/far": "^1.1.4",
"@endo/pass-style": "^1.4.2",
"@endo/patterns": "^1.4.2"
"@endo/common": "^1.2.5",
"@endo/errors": "^1.2.5",
"@endo/exo": "^1.5.3",
"@endo/far": "^1.1.5",
"@endo/pass-style": "^1.4.3",
"@endo/patterns": "^1.4.3"
},
"devDependencies": {
"@endo/init": "^1.1.3",
"@endo/ses-ava": "^1.2.4",
"@endo/init": "^1.1.4",
"@endo/ses-ava": "^1.2.5",
"ava": "^5.3.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"author": "Agoric",
"license": "Apache-2.0",
"dependencies": {
"@endo/errors": "^1.2.4",
"@endo/errors": "^1.2.5",
"@agoric/boot": "^0.1.0",
"@agoric/cosmic-swingset": "^0.41.3",
"@agoric/internal": "^0.3.2",
"@agoric/inter-protocol": "^0.16.1",
"@agoric/vats": "^0.15.1",
"@agoric/zoe": "^0.26.2",
"@endo/init": "^1.1.3"
"@endo/init": "^1.1.4"
},
"devDependencies": {},
"files": [
Expand Down
20 changes: 10 additions & 10 deletions packages/boot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Agoric",
"license": "Apache-2.0",
"dependencies": {
"@endo/errors": "^1.2.4",
"@endo/errors": "^1.2.5",
"@agoric/builders": "^0.1.0",
"@agoric/cosmic-proto": "^0.4.0",
"@agoric/cosmic-swingset": "^0.41.3",
Expand All @@ -39,22 +39,22 @@
"@agoric/zoe": "^0.26.2",
"@agoric/zone": "^0.2.2",
"@endo/bundle-source": "^3.4.0",
"@endo/captp": "^4.2.2",
"@endo/eventual-send": "^1.2.4",
"@endo/far": "^1.1.4",
"@endo/init": "^1.1.3",
"@endo/marshal": "^1.5.2",
"@endo/promise-kit": "^1.1.4",
"@endo/stream": "^1.2.4",
"@endo/captp": "^4.3.0",
"@endo/eventual-send": "^1.2.5",
"@endo/far": "^1.1.5",
"@endo/init": "^1.1.4",
"@endo/marshal": "^1.5.3",
"@endo/promise-kit": "^1.1.5",
"@endo/stream": "^1.2.5",
"import-meta-resolve": "^2.2.1"
},
"devDependencies": {
"@agoric/deploy-script-support": "^0.10.3",
"@agoric/governance": "^0.10.3",
"@agoric/store": "^0.9.2",
"@agoric/swingset-liveslots": "^0.10.2",
"@endo/base64": "^1.0.6",
"@endo/patterns": "^1.4.2",
"@endo/base64": "^1.0.7",
"@endo/patterns": "^1.4.3",
"ava": "^5.3.0",
"c8": "^9.1.0",
"tsx": "3.12.8"
Expand Down
16 changes: 8 additions & 8 deletions packages/builders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
"@agoric/vats": "^0.15.1",
"@agoric/zoe": "^0.26.2",
"@endo/bundle-source": "^3.4.0",
"@endo/captp": "^4.2.2",
"@endo/eventual-send": "^1.2.4",
"@endo/far": "^1.1.4",
"@endo/init": "^1.1.3",
"@endo/marshal": "^1.5.2",
"@endo/promise-kit": "^1.1.4",
"@endo/stream": "^1.2.4",
"@endo/captp": "^4.3.0",
"@endo/eventual-send": "^1.2.5",
"@endo/far": "^1.1.5",
"@endo/init": "^1.1.4",
"@endo/marshal": "^1.5.3",
"@endo/promise-kit": "^1.1.5",
"@endo/stream": "^1.2.5",
"import-meta-resolve": "^2.2.1"
},
"devDependencies": {
"@endo/errors": "^1.2.4",
"@endo/errors": "^1.2.5",
"@agoric/deploy-script-support": "^0.10.3",
"@agoric/governance": "^0.10.3",
"@agoric/inter-protocol": "^0.16.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@agoric/notifier": "^0.6.2",
"@agoric/store": "^0.9.2",
"@agoric/vat-data": "^0.5.2",
"@endo/far": "^1.1.4",
"@endo/marshal": "^1.5.2"
"@endo/far": "^1.1.5",
"@endo/marshal": "^1.5.3"
},
"devDependencies": {
"@agoric/zoe": "^0.26.2",
Expand Down
14 changes: 7 additions & 7 deletions packages/casting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
"@cosmjs/proto-signing": "^0.32.3",
"@cosmjs/stargate": "^0.32.3",
"@cosmjs/tendermint-rpc": "^0.32.3",
"@endo/errors": "^1.2.4",
"@endo/far": "^1.1.4",
"@endo/init": "^1.1.3",
"@endo/lockdown": "^1.0.9",
"@endo/marshal": "^1.5.2",
"@endo/promise-kit": "^1.1.4",
"@endo/errors": "^1.2.5",
"@endo/far": "^1.1.5",
"@endo/init": "^1.1.4",
"@endo/lockdown": "^1.0.10",
"@endo/marshal": "^1.5.3",
"@endo/promise-kit": "^1.1.5",
"node-fetch": "^2.6.0"
},
"devDependencies": {
"@agoric/cosmic-proto": "^0.4.0",
"@endo/ses-ava": "^1.2.4",
"@endo/ses-ava": "^1.2.5",
"@types/node-fetch": "^2.6.2",
"ava": "^5.3.0",
"c8": "^9.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/cosmic-proto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,16 +138,16 @@
"@ava/typescript": "^4.1.0",
"@cosmology/telescope": "^1.7.1",
"@endo/bundle-source": "^3.4.0",
"@endo/import-bundle": "^1.2.1",
"@endo/import-bundle": "^1.2.2",
"ava": "^5.3.1",
"rimraf": "^5.0.0",
"tsd": "^0.31.1",
"tsimp": "^2.0.11",
"typescript": "^5.5.3"
},
"dependencies": {
"@endo/base64": "^1.0.6",
"@endo/init": "^1.1.3"
"@endo/base64": "^1.0.7",
"@endo/init": "^1.1.4"
},
"resolutions": {
"**/axios": "^1.6.7",
Expand Down
16 changes: 8 additions & 8 deletions packages/cosmic-swingset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"author": "Agoric",
"license": "Apache-2.0",
"dependencies": {
"@endo/errors": "^1.2.4",
"@endo/errors": "^1.2.5",
"@agoric/builders": "^0.1.0",
"@agoric/cosmos": "^0.34.1",
"@agoric/deploy-script-support": "^0.10.3",
Expand All @@ -33,13 +33,13 @@
"@agoric/telemetry": "^0.6.2",
"@agoric/vm-config": "^0.1.0",
"@endo/bundle-source": "^3.4.0",
"@endo/env-options": "^1.1.5",
"@endo/far": "^1.1.4",
"@endo/import-bundle": "^1.2.1",
"@endo/init": "^1.1.3",
"@endo/marshal": "^1.5.2",
"@endo/nat": "^5.0.9",
"@endo/promise-kit": "^1.1.4",
"@endo/env-options": "^1.1.6",
"@endo/far": "^1.1.5",
"@endo/import-bundle": "^1.2.2",
"@endo/init": "^1.1.4",
"@endo/marshal": "^1.5.3",
"@endo/nat": "^5.0.10",
"@endo/promise-kit": "^1.1.5",
"@iarna/toml": "^2.2.3",
"@opentelemetry/sdk-metrics": "~1.9.0",
"@opentelemetry/api": "~1.3.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/deploy-script-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,25 @@
},
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
"dependencies": {
"@endo/errors": "^1.2.4",
"@endo/errors": "^1.2.5",
"@agoric/ertp": "^0.16.2",
"@agoric/import-manager": "^0.3.11",
"@agoric/internal": "^0.3.2",
"@agoric/notifier": "^0.6.2",
"@agoric/store": "^0.9.2",
"@agoric/time": "^0.3.2",
"@agoric/zoe": "^0.26.2",
"@endo/base64": "^1.0.6",
"@endo/base64": "^1.0.7",
"@endo/bundle-source": "^3.4.0",
"@endo/far": "^1.1.4",
"@endo/marshal": "^1.5.2",
"@endo/nat": "^5.0.9",
"@endo/promise-kit": "^1.1.4",
"@endo/zip": "^1.0.6"
"@endo/far": "^1.1.5",
"@endo/marshal": "^1.5.3",
"@endo/nat": "^5.0.10",
"@endo/promise-kit": "^1.1.5",
"@endo/zip": "^1.0.7"
},
"devDependencies": {
"@agoric/vats": "^0.15.1",
"@endo/init": "^1.1.3",
"@endo/init": "^1.1.4",
"ava": "^5.3.0",
"import-meta-resolve": "^2.2.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/deployment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"author": "Agoric",
"license": "Apache-2.0",
"dependencies": {
"@endo/errors": "^1.2.4",
"@endo/init": "^1.1.3",
"@endo/marshal": "^1.5.2",
"@endo/errors": "^1.2.5",
"@endo/init": "^1.1.4",
"@endo/marshal": "^1.5.3",
"better-sqlite3": "^9.1.1",
"chalk": "^5.2.0",
"deterministic-json": "^1.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint-config.*"
],
"peerDependencies": {
"@endo/eslint-plugin": "^2.2.0",
"@endo/eslint-plugin": "^2.2.1",
"@jessie.js/eslint-plugin": "^0.4.1",
"typescript-eslint": "^7.13.1",
"eslint": "^8.57.0",
Expand Down
Loading

0 comments on commit 3c66f4b

Please sign in to comment.