Skip to content

Commit 6e2548a

Browse files
committed
chore: apply sync fixes
1 parent 654c381 commit 6e2548a

File tree

5 files changed

+10
-11
lines changed

5 files changed

+10
-11
lines changed

noir/bb-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.61.0
1+
0.63.1

noir/noir-repo/acvm-repo/acvm_js/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function run_if_available {
2525
require_command jq
2626
require_command cargo
2727
require_command wasm-bindgen
28-
require_command wasm-opt
28+
#require_command wasm-opt
2929

3030
self_path=$(dirname "$(readlink -f "$0")")
3131
pname=$(cargo read-manifest | jq -r '.name')

noir/noir-repo/compiler/integration-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"lint": "NODE_NO_WARNINGS=1 eslint . --ext .ts --ignore-path ./.eslintignore --max-warnings 0"
1414
},
1515
"dependencies": {
16-
"@aztec/bb.js": "0.63.1",
16+
"@aztec/bb.js": "portal:../../../../barretenberg/ts",
1717
"@noir-lang/noir_js": "workspace:*",
1818
"@noir-lang/noir_wasm": "workspace:*",
1919
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",

noir/noir-repo/tooling/noirc_abi_wasm/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function run_if_available {
2525
require_command jq
2626
require_command cargo
2727
require_command wasm-bindgen
28-
require_command wasm-opt
28+
#require_command wasm-opt
2929

3030
self_path=$(dirname "$(readlink -f "$0")")
3131
pname=$(cargo read-manifest | jq -r '.name')

noir/noir-repo/yarn.lock

+6-7
Original file line numberDiff line numberDiff line change
@@ -221,20 +221,19 @@ __metadata:
221221
languageName: node
222222
linkType: hard
223223

224-
"@aztec/bb.js@npm:0.63.1":
225-
version: 0.63.1
226-
resolution: "@aztec/bb.js@npm:0.63.1"
224+
"@aztec/bb.js@portal:../../../../barretenberg/ts::locator=integration-tests%40workspace%3Acompiler%2Fintegration-tests":
225+
version: 0.0.0-use.local
226+
resolution: "@aztec/bb.js@portal:../../../../barretenberg/ts::locator=integration-tests%40workspace%3Acompiler%2Fintegration-tests"
227227
dependencies:
228228
comlink: ^4.4.1
229229
commander: ^10.0.1
230230
debug: ^4.3.4
231231
fflate: ^0.8.0
232232
tslib: ^2.4.0
233233
bin:
234-
bb.js: dest/node/main.js
235-
checksum: b80730f1cb87e4d2ca21d991a42950bc069367896db309ab3f909c5f53efa9291538d51e35bc3c6d2eea042ca33c279ae59eb3f5d844a24336c7bb9664c2404b
234+
bb.js: ./dest/node/main.js
236235
languageName: node
237-
linkType: hard
236+
linkType: soft
238237

239238
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.10.4, @babel/code-frame@npm:^7.12.11, @babel/code-frame@npm:^7.16.0, @babel/code-frame@npm:^7.22.13, @babel/code-frame@npm:^7.23.5, @babel/code-frame@npm:^7.8.3":
240239
version: 7.23.5
@@ -14123,7 +14122,7 @@ __metadata:
1412314122
version: 0.0.0-use.local
1412414123
resolution: "integration-tests@workspace:compiler/integration-tests"
1412514124
dependencies:
14126-
"@aztec/bb.js": 0.63.1
14125+
"@aztec/bb.js": "portal:../../../../barretenberg/ts"
1412714126
"@noir-lang/noir_js": "workspace:*"
1412814127
"@noir-lang/noir_wasm": "workspace:*"
1412914128
"@nomicfoundation/hardhat-chai-matchers": ^2.0.0

0 commit comments

Comments
 (0)