Skip to content

Commit

Permalink
WIP patch for concurrent core evals
Browse files Browse the repository at this point in the history
  • Loading branch information
mhofman committed Feb 17, 2024
1 parent 19ee116 commit eba0d8b
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 6 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion a3p-integration/proposals/a:upgrade-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"license": "Apache-2.0",
"dependencies": {
"@agoric/synthetic-chain": "^0.0.7-1",
"@agoric/synthetic-chain": "patch:@agoric/synthetic-chain@npm%3A0.0.7-3#~/.yarn/patches/@agoric-synthetic-chain-npm-0.0.7-3-caab2d7295.patch",
"ava": "^5.3.1"
},
"scripts": {
Expand Down
24 changes: 19 additions & 5 deletions a3p-integration/proposals/a:upgrade-next/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,31 @@ __metadata:
version: 8
cacheKey: 10c0

"@agoric/synthetic-chain@npm:^0.0.7-1":
version: 0.0.7-1
resolution: "@agoric/synthetic-chain@npm:0.0.7-1"
"@agoric/synthetic-chain@npm:0.0.7-3":
version: 0.0.7-3
resolution: "@agoric/synthetic-chain@npm:0.0.7-3"
dependencies:
"@endo/zip": "npm:^1.0.1"
better-sqlite3: "npm:^9.4.0"
chalk: "npm:^5.3.0"
execa: "npm:^8.0.1"
bin:
synthetic-chain: dist/cli/cli.js
checksum: 10c0/dc30624063c619a5a7deb2e5a0a2ded19a03aad99465b3f5ffa8cf8a719ac99da3b4e3c4a42d65c69904a84a4aa9cebde3f33abcee7f5ddb88e469a1c55a997c
checksum: 10c0/f5cdade6b49659a825f0982ffde80698789afc56f8a01edeb395a447e27de241c6eb034c9bd9c0599b726186a3f6db6415174f291b41492d7a5a0f5736525d2a
languageName: node
linkType: hard

"@agoric/synthetic-chain@patch:@agoric/synthetic-chain@npm%3A0.0.7-3#~/.yarn/patches/@agoric-synthetic-chain-npm-0.0.7-3-caab2d7295.patch":
version: 0.0.7-3
resolution: "@agoric/synthetic-chain@patch:@agoric/synthetic-chain@npm%3A0.0.7-3#~/.yarn/patches/@agoric-synthetic-chain-npm-0.0.7-3-caab2d7295.patch::version=0.0.7-3&hash=6634ca"
dependencies:
"@endo/zip": "npm:^1.0.1"
better-sqlite3: "npm:^9.4.0"
chalk: "npm:^5.3.0"
execa: "npm:^8.0.1"
bin:
synthetic-chain: dist/cli/cli.js
checksum: 10c0/4d121fb1982f8204d245c14929585435ee574d4410f9d556d1980ab56c469e6ed58c8ecab790c1997f4ea7d50a326bf90fbd65abc5fc3626acf1fc27db3a57bd
languageName: node
linkType: hard

Expand Down Expand Up @@ -1820,7 +1834,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:."
dependencies:
"@agoric/synthetic-chain": "npm:^0.0.7-1"
"@agoric/synthetic-chain": "patch:@agoric/synthetic-chain@npm%3A0.0.7-3#~/.yarn/patches/@agoric-synthetic-chain-npm-0.0.7-3-caab2d7295.patch"
ava: "npm:^5.3.1"
languageName: unknown
linkType: soft
Expand Down

0 comments on commit eba0d8b

Please sign in to comment.