Skip to content

Commit 9f1a3a5

Browse files
authored
chore: updated acvm_js (#2272)
Bumped version of `acvm_js`. The package is now published to npm so the dependency no longer points directly to the github repo.
1 parent 366680a commit 9f1a3a5

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

yarn-project/acir-simulator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@aztec/circuits.js": "workspace:^",
3636
"@aztec/foundation": "workspace:^",
3737
"@aztec/types": "workspace:^",
38-
"acvm_js": "github:noir-lang/acvm-js-wasm#arv/0.25.0",
38+
"@noir-lang/acvm_js": "0.26.1",
3939
"levelup": "^5.1.1",
4040
"memdown": "^6.1.1",
4141
"tslib": "^2.4.0"

yarn-project/acir-simulator/src/acvm/acvm.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
WasmBlackBoxFunctionSolver,
1313
WitnessMap,
1414
executeCircuitWithBlackBoxSolver,
15-
} from 'acvm_js';
15+
} from '@noir-lang/acvm_js';
1616

1717
import { traverseCauseChain } from '../common/errors.js';
1818

yarn-project/acir-simulator/src/acvm/deserialize.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { EthAddress } from '@aztec/foundation/eth-address';
2222
import { Fr, Point } from '@aztec/foundation/fields';
2323
import { Tuple } from '@aztec/foundation/serialize';
2424

25-
import { getReturnWitness } from 'acvm_js';
25+
import { getReturnWitness } from '@noir-lang/acvm_js';
2626

2727
import { ACVMField, ACVMWitness, fromACVMField } from './acvm.js';
2828

yarn-project/acir-simulator/src/client/debug.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ForeignCallInput } from 'acvm_js';
1+
import { ForeignCallInput } from '@noir-lang/acvm_js';
22

33
import { ACVMField } from '../acvm/index.js';
44

yarn-project/acir-simulator/src/client/simulator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Fr } from '@aztec/foundation/fields';
77
import { DebugLogger, createDebugLogger } from '@aztec/foundation/log';
88
import { AztecNode, FunctionCall, TxExecutionRequest } from '@aztec/types';
99

10-
import { WasmBlackBoxFunctionSolver, createBlackBoxSolver } from 'acvm_js';
10+
import { WasmBlackBoxFunctionSolver, createBlackBoxSolver } from '@noir-lang/acvm_js';
1111

1212
import { createSimulationError } from '../common/errors.js';
1313
import { PackedArgsCache } from '../common/packed_args_cache.js';

yarn-project/yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ __metadata:
6767
"@aztec/noir-contracts": "workspace:^"
6868
"@aztec/types": "workspace:^"
6969
"@jest/globals": ^29.5.0
70+
"@noir-lang/acvm_js": 0.26.1
7071
"@rushstack/eslint-patch": ^1.1.4
7172
"@types/jest": ^29.5.0
7273
"@types/node": ^18.7.23
73-
acvm_js: "github:noir-lang/acvm-js-wasm#arv/0.25.0"
7474
jest: ^29.5.0
7575
jest-mock-extended: ^3.0.4
7676
levelup: ^5.1.1
@@ -2509,6 +2509,13 @@ __metadata:
25092509
languageName: node
25102510
linkType: hard
25112511

2512+
"@noir-lang/acvm_js@npm:0.26.1":
2513+
version: 0.26.1
2514+
resolution: "@noir-lang/acvm_js@npm:0.26.1"
2515+
checksum: ae8cb6e31610cd8aa392855342d0c953a1bc4cd9e07236340341afa5815696a69a6635c38241f1d6a5dd30c5a8ae49234f2ba8b71d46c5d1a46756ff6f4dde3a
2516+
languageName: node
2517+
linkType: hard
2518+
25122519
"@npmcli/fs@npm:^3.1.0":
25132520
version: 3.1.0
25142521
resolution: "@npmcli/fs@npm:3.1.0"
@@ -3969,13 +3976,6 @@ __metadata:
39693976
languageName: node
39703977
linkType: hard
39713978

3972-
"acvm_js@github:noir-lang/acvm-js-wasm#arv/0.25.0":
3973-
version: 0.0.0-9d02637
3974-
resolution: "acvm_js@https://github.com/noir-lang/acvm-js-wasm.git#commit=73cc4c22f4d443c9b287ebd3824a80b912fd0e58"
3975-
checksum: 2a2923073a9835ec0200a7bc7818023e8ab2cc87aef6238c9ee3af2a844d535dfadfd2dbc75ed82593ea4cd26a0288f91989ee7bb3a37481f63be21b76628574
3976-
languageName: node
3977-
linkType: hard
3978-
39793979
"agent-base@npm:6, agent-base@npm:^6.0.2":
39803980
version: 6.0.2
39813981
resolution: "agent-base@npm:6.0.2"

0 commit comments

Comments
 (0)