Skip to content

Commit ed93d38

Browse files
committed
chore: bump bb version
1 parent b8fed65 commit ed93d38

8 files changed

Lines changed: 13 additions & 12 deletions

File tree

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ enableGlobalCache: false
77
# https://yarnpkg.com/configuration/manifest#dependenciesMeta.built
88
enableScripts: false
99
npmMinimalAgeGate: 10080 # 1 week
10+
npmPreapprovedPackages: ["@aztec/bb.js"]
1011

1112
logFilters:
1213
- code: YN0013

compiler/integration-tests/circuits/recursion/Nargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ type = "bin"
44
authors = [""]
55

66
[dependencies]
7-
bb_proof_verification = { git = "https://github.com/AztecProtocol/aztec-packages", tag = "v5.0.0-nightly.20260505", directory = "./barretenberg/noir/bb_proof_verification" }
7+
bb_proof_verification = { git = "https://github.com/AztecProtocol/aztec-packages", tag = "v5.0.0-nightly.20260522", directory = "./barretenberg/noir/bb_proof_verification" }

compiler/integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"lint": "NODE_NO_WARNINGS=1 eslint ./test --max-warnings 0"
1616
},
1717
"dependencies": {
18-
"@aztec/bb.js": "5.0.0-nightly.20260505",
18+
"@aztec/bb.js": "5.0.0-nightly.20260522",
1919
"@noir-lang/noir_js": "workspace:*",
2020
"@noir-lang/noir_wasm": "workspace:*",
2121
"@nomicfoundation/hardhat-ethers": "^4.0.11",

examples/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "yarn build && playwright test browser.test.ts"
99
},
1010
"dependencies": {
11-
"@aztec/bb.js": "5.0.0-nightly.20260505",
11+
"@aztec/bb.js": "5.0.0-nightly.20260522",
1212
"@noir-lang/noir_js": "workspace:*"
1313
},
1414
"devDependencies": {

examples/recursion/recurse_leaf/Nargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ authors = [""]
55
compiler_version = ">=0.26.0"
66

77
[dependencies]
8-
bb_proof_verification = { tag = "v5.0.0-nightly.20260505", git = "https://github.com/aztecprotocol/aztec-packages", directory = "./barretenberg/noir/bb_proof_verification" }
8+
bb_proof_verification = { tag = "v5.0.0-nightly.20260522", git = "https://github.com/aztecprotocol/aztec-packages", directory = "./barretenberg/noir/bb_proof_verification" }

examples/recursion/recurse_node/Nargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ authors = [""]
55
compiler_version = ">=0.26.0"
66

77
[dependencies]
8-
bb_proof_verification = { tag = "v5.0.0-nightly.20260505", git = "https://github.com/aztecprotocol/aztec-packages", directory = "./barretenberg/noir/bb_proof_verification" }
8+
bb_proof_verification = { tag = "v5.0.0-nightly.20260522", git = "https://github.com/aztecprotocol/aztec-packages", directory = "./barretenberg/noir/bb_proof_verification" }

scripts/install_bb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VERSION="5.0.0-nightly.20260505"
3+
VERSION="5.0.0-nightly.20260522"
44

55
BBUP_PATH=~/.bb/bbup
66

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ __metadata:
6565
languageName: node
6666
linkType: hard
6767

68-
"@aztec/bb.js@npm:5.0.0-nightly.20260505":
69-
version: 5.0.0-nightly.20260505
70-
resolution: "@aztec/bb.js@npm:5.0.0-nightly.20260505"
68+
"@aztec/bb.js@npm:5.0.0-nightly.20260522":
69+
version: 5.0.0-nightly.20260522
70+
resolution: "@aztec/bb.js@npm:5.0.0-nightly.20260522"
7171
dependencies:
7272
comlink: "npm:^4.4.1"
7373
commander: "npm:^12.1.0"
@@ -77,7 +77,7 @@ __metadata:
7777
tslib: "npm:^2.4.0"
7878
bin:
7979
bb: dest/node/bin/index.js
80-
checksum: 10/14ab083125effd1f781edfc77581d7beabacd3c3491060563cf3109d278b27874d088d62d2c684a7df637b90a98538572ba908d79805b41f44d8d97e4b628824
80+
checksum: 10/2e1ef141d3ea2e7df092d23c9dc29268ea01213aca2becd3e43667d356d9e337623867ddd4360be925a6adb3cc7b6212e01863819709e181eeafaa42c1914e4a
8181
languageName: node
8282
linkType: hard
8383

@@ -4796,7 +4796,7 @@ __metadata:
47964796
version: 0.0.0-use.local
47974797
resolution: "browser_example@workspace:examples/browser"
47984798
dependencies:
4799-
"@aztec/bb.js": "npm:5.0.0-nightly.20260505"
4799+
"@aztec/bb.js": "npm:5.0.0-nightly.20260522"
48004800
"@noir-lang/noir_js": "workspace:*"
48014801
"@playwright/test": "npm:^1.58.2"
48024802
"@types/node": "npm:^22.19.17"
@@ -7857,7 +7857,7 @@ __metadata:
78577857
version: 0.0.0-use.local
78587858
resolution: "integration-tests@workspace:compiler/integration-tests"
78597859
dependencies:
7860-
"@aztec/bb.js": "npm:5.0.0-nightly.20260505"
7860+
"@aztec/bb.js": "npm:5.0.0-nightly.20260522"
78617861
"@noir-lang/noir_js": "workspace:*"
78627862
"@noir-lang/noir_wasm": "workspace:*"
78637863
"@nomicfoundation/hardhat-ethers": "npm:^4.0.11"

0 commit comments

Comments
 (0)