Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
Empty file.
3 changes: 3 additions & 0 deletions CRITICAL_NOIR_LIBRARIES
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ https://github.com/noir-lang/noir_string_search
https://github.com/noir-lang/sparse_array
https://github.com/noir-lang/noir_rsa
https://github.com/noir-lang/noir_json_parser
https://github.com/noir-lang/sha256
https://github.com/noir-lang/sha512
https://github.com/noir-lang/keccak256
6 changes: 6 additions & 0 deletions EXTERNAL_NOIR_LIBRARIES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ libraries:
sha256:
repo: noir-lang/sha256
timeout: 3
sha512:
repo: noir-lang/sha512
timeout: 30
keccak256:
repo: noir-lang/keccak256
timeout: 3
aztec_nr:
repo: AztecProtocol/aztec-packages
ref: *AZ_COMMIT
Expand Down
2 changes: 1 addition & 1 deletion compiler/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint": "NODE_NO_WARNINGS=1 eslint . --ext .ts --ignore-path ./.eslintignore --max-warnings 0"
},
"dependencies": {
"@aztec/bb.js": "0.77.0",
"@aztec/bb.js": "0.77.1",
"@noir-lang/noir_js": "workspace:*",
"@noir-lang/noir_wasm": "workspace:*",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_bb.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="0.77.0"
VERSION="0.77.1"

BBUP_PATH=~/.bb/bbup

Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ __metadata:
languageName: node
linkType: hard

"@aztec/bb.js@npm:0.77.0":
version: 0.77.0
resolution: "@aztec/bb.js@npm:0.77.0"
"@aztec/bb.js@npm:0.77.1":
version: 0.77.1
resolution: "@aztec/bb.js@npm:0.77.1"
dependencies:
comlink: ^4.4.1
commander: ^12.1.0
Expand All @@ -233,7 +233,7 @@ __metadata:
tslib: ^2.4.0
bin:
bb.js: dest/node/main.js
checksum: d3ffe7c9928f4b98aa3619d1dc0c217a0f1a293045f3fab8d43e25d7dfa397b3ec9770f1e18503798d40bddc8fbd189136c7884574410d4b7e19ee0df1bcb5f6
checksum: d2df8b889d3bf6fa01b4aaf031a0f2b37f78b74b80a7afacc113648c9301547e295d485a3f483a60e5b26e9478cf469517f2cdd98110dff0c566099b21f9b39a
languageName: node
linkType: hard

Expand Down Expand Up @@ -16609,7 +16609,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "integration-tests@workspace:compiler/integration-tests"
dependencies:
"@aztec/bb.js": 0.77.0
"@aztec/bb.js": 0.77.1
"@noir-lang/noir_js": "workspace:*"
"@noir-lang/noir_wasm": "workspace:*"
"@nomicfoundation/hardhat-chai-matchers": ^2.0.0
Expand Down
Loading