File tree 6 files changed +13
-13
lines changed
6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 35
35
"@aztec/circuits.js" : " workspace:^" ,
36
36
"@aztec/foundation" : " workspace:^" ,
37
37
"@aztec/types" : " workspace:^" ,
38
- "acvm_js" : " github:noir-lang/acvm-js-wasm#arv/0.25.0 " ,
38
+ "@noir-lang/ acvm_js" : " 0.26.1 " ,
39
39
"levelup" : " ^5.1.1" ,
40
40
"memdown" : " ^6.1.1" ,
41
41
"tslib" : " ^2.4.0"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import {
12
12
WasmBlackBoxFunctionSolver ,
13
13
WitnessMap ,
14
14
executeCircuitWithBlackBoxSolver ,
15
- } from 'acvm_js' ;
15
+ } from '@noir-lang/ acvm_js' ;
16
16
17
17
import { traverseCauseChain } from '../common/errors.js' ;
18
18
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import { EthAddress } from '@aztec/foundation/eth-address';
22
22
import { Fr , Point } from '@aztec/foundation/fields' ;
23
23
import { Tuple } from '@aztec/foundation/serialize' ;
24
24
25
- import { getReturnWitness } from 'acvm_js' ;
25
+ import { getReturnWitness } from '@noir-lang/ acvm_js' ;
26
26
27
27
import { ACVMField , ACVMWitness , fromACVMField } from './acvm.js' ;
28
28
Original file line number Diff line number Diff line change 1
- import { ForeignCallInput } from 'acvm_js' ;
1
+ import { ForeignCallInput } from '@noir-lang/ acvm_js' ;
2
2
3
3
import { ACVMField } from '../acvm/index.js' ;
4
4
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { Fr } from '@aztec/foundation/fields';
7
7
import { DebugLogger , createDebugLogger } from '@aztec/foundation/log' ;
8
8
import { AztecNode , FunctionCall , TxExecutionRequest } from '@aztec/types' ;
9
9
10
- import { WasmBlackBoxFunctionSolver , createBlackBoxSolver } from 'acvm_js' ;
10
+ import { WasmBlackBoxFunctionSolver , createBlackBoxSolver } from '@noir-lang/ acvm_js' ;
11
11
12
12
import { createSimulationError } from '../common/errors.js' ;
13
13
import { PackedArgsCache } from '../common/packed_args_cache.js' ;
Original file line number Diff line number Diff line change @@ -67,10 +67,10 @@ __metadata:
67
67
" @aztec/noir-contracts " : " workspace:^"
68
68
" @aztec/types " : " workspace:^"
69
69
" @jest/globals " : ^29.5.0
70
+ " @noir-lang/acvm_js " : 0.26.1
70
71
" @rushstack/eslint-patch " : ^1.1.4
71
72
" @types/jest " : ^29.5.0
72
73
" @types/node " : ^18.7.23
73
- acvm_js : " github:noir-lang/acvm-js-wasm#arv/0.25.0"
74
74
jest : ^29.5.0
75
75
jest-mock-extended : ^3.0.4
76
76
levelup : ^5.1.1
@@ -2509,6 +2509,13 @@ __metadata:
2509
2509
languageName : node
2510
2510
linkType : hard
2511
2511
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
+
2512
2519
" @npmcli/fs@npm:^3.1.0 " :
2513
2520
version : 3.1.0
2514
2521
resolution : " @npmcli/fs@npm:3.1.0"
@@ -3969,13 +3976,6 @@ __metadata:
3969
3976
languageName : node
3970
3977
linkType : hard
3971
3978
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
-
3979
3979
" agent-base@npm:6, agent-base@npm:^6.0.2 " :
3980
3980
version : 6.0.2
3981
3981
resolution : " agent-base@npm:6.0.2"
You can’t perform that action at this time.
0 commit comments