Skip to content

Commit 148d331

Browse files
committed
chore: apply sync fixes
1 parent 43fc556 commit 148d331

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.66.0
1+
0.72.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.72.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,9 +221,9 @@ __metadata:
221221
languageName: node
222222
linkType: hard
223223

224-
"@aztec/bb.js@npm:0.72.1":
225-
version: 0.72.1
226-
resolution: "@aztec/bb.js@npm:0.72.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: ^12.1.0
@@ -232,10 +232,9 @@ __metadata:
232232
pako: ^2.1.0
233233
tslib: ^2.4.0
234234
bin:
235-
bb.js: dest/node/main.js
236-
checksum: 143f0062a31e262ceff6e454d31e2a2672afd8dcbff0dafb17d5308f8c5312048e5d3503d80e7ad9ff4b17b6c3d36e8ffbff8d2deda2cdb684f19fa64d5a04ab
235+
bb.js: ./dest/node/main.js
237236
languageName: node
238-
linkType: hard
237+
linkType: soft
239238

240239
"@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":
241240
version: 7.23.5
@@ -16398,7 +16397,7 @@ __metadata:
1639816397
version: 0.0.0-use.local
1639916398
resolution: "integration-tests@workspace:compiler/integration-tests"
1640016399
dependencies:
16401-
"@aztec/bb.js": 0.72.1
16400+
"@aztec/bb.js": "portal:../../../../barretenberg/ts"
1640216401
"@noir-lang/noir_js": "workspace:*"
1640316402
"@noir-lang/noir_wasm": "workspace:*"
1640416403
"@nomicfoundation/hardhat-chai-matchers": ^2.0.0

0 commit comments

Comments
 (0)