Skip to content

Commit

Permalink
[1 changes] feat: Sync from aztec-packages (noir-lang/noir#5877)
Browse files Browse the repository at this point in the history
  • Loading branch information
AztecBot committed Sep 2, 2024
1 parent cf5b667 commit 9ba1f70
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 609 deletions.
2 changes: 1 addition & 1 deletion .noir-sync-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e29d4b3646f0527fc01bc4584ee33616db922c72
f0c268606a71381ab4504396695a0adb9b3258b6
2 changes: 1 addition & 1 deletion noir/noir-repo/acvm-repo/acvm_js/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function run_if_available {
require_command jq
require_command cargo
require_command wasm-bindgen
#require_command wasm-opt
require_command wasm-opt

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

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 2 additions & 1 deletion noir/noir-repo/test_programs/rebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ else
done
fi

parallel -j7 process_dir {} "$current_dir" ::: ${dirs_to_process[@]}
# Clear any existing rebuild.log
rm -f "$current_dir/rebuild.log"

# Process directories in parallel
parallel -j7 process_dir {} "$current_dir" ::: ${dirs_to_process[@]}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"lint": "NODE_NO_WARNINGS=1 eslint . --ext .ts --ignore-path ./.eslintignore --max-warnings 0"
},
"dependencies": {
"@aztec/bb.js": "portal:../../../../barretenberg/ts",
"@aztec/bb.js": "0.51.1",
"@noir-lang/types": "workspace:*",
"fflate": "^0.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion noir/noir-repo/tooling/noirc_abi_wasm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function run_if_available {
require_command jq
require_command cargo
require_command wasm-bindgen
#require_command wasm-opt
require_command wasm-opt

self_path=$(dirname "$(readlink -f "$0")")
pname=$(cargo read-manifest | jq -r '.name')
Expand Down
13 changes: 7 additions & 6 deletions noir/noir-repo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -221,18 +221,19 @@ __metadata:
languageName: node
linkType: hard

"@aztec/bb.js@portal:../../../../barretenberg/ts::locator=%40noir-lang%2Fbackend_barretenberg%40workspace%3Atooling%2Fnoir_js_backend_barretenberg":
version: 0.0.0-use.local
resolution: "@aztec/bb.js@portal:../../../../barretenberg/ts::locator=%40noir-lang%2Fbackend_barretenberg%40workspace%3Atooling%2Fnoir_js_backend_barretenberg"
"@aztec/bb.js@npm:0.51.1":
version: 0.51.1
resolution: "@aztec/bb.js@npm:0.51.1"
dependencies:
comlink: ^4.4.1
commander: ^10.0.1
debug: ^4.3.4
tslib: ^2.4.0
bin:
bb.js: ./dest/node/main.js
bb.js: dest/node/main.js
checksum: 246953d4d2becc86001b8e6d49ab8c0b4fa4833a9bf1d2177d0fb4e271e66f9dc65e3b02b69b00fbfcb935a11e2f90b5ac229b8c8938c34604fe54b29b3accfb
languageName: node
linkType: soft
linkType: hard

"@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":
version: 7.23.5
Expand Down Expand Up @@ -4160,7 +4161,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@noir-lang/backend_barretenberg@workspace:tooling/noir_js_backend_barretenberg"
dependencies:
"@aztec/bb.js": "portal:../../../../barretenberg/ts"
"@aztec/bb.js": 0.51.1
"@noir-lang/types": "workspace:*"
"@types/node": ^20.6.2
"@types/prettier": ^3
Expand Down

0 comments on commit 9ba1f70

Please sign in to comment.