Skip to content

Commit

Permalink
chore: bump bb to 0.66.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Dec 9, 2024
1 parent 221dcd7 commit f602be6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
3 changes: 1 addition & 2 deletions acvm-repo/bn254_blackbox_solver/benches/criterion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ use criterion::{criterion_group, criterion_main, Criterion};
use std::{hint::black_box, time::Duration};

use acir::{AcirField, FieldElement};
use acvm_blackbox_solver::BlackBoxFunctionSolver;
use bn254_blackbox_solver::{poseidon2_permutation, Bn254BlackBoxSolver};
use bn254_blackbox_solver::poseidon2_permutation;

use pprof::criterion::{Output, PProfProfiler};

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.63.1",
"@aztec/bb.js": "0.66.0",
"@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.63.0"
VERSION="0.66.0"

BBUP_PATH=~/.bb/bbup

Expand Down
11 changes: 6 additions & 5 deletions 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@npm:0.63.1":
version: 0.63.1
resolution: "@aztec/bb.js@npm:0.63.1"
"@aztec/bb.js@npm:0.66.0":
version: 0.66.0
resolution: "@aztec/bb.js@npm:0.66.0"
dependencies:
comlink: ^4.4.1
commander: ^10.0.1
debug: ^4.3.4
fflate: ^0.8.0
pako: ^2.1.0
tslib: ^2.4.0
bin:
bb.js: dest/node/main.js
checksum: b80730f1cb87e4d2ca21d991a42950bc069367896db309ab3f909c5f53efa9291538d51e35bc3c6d2eea042ca33c279ae59eb3f5d844a24336c7bb9664c2404b
checksum: 7295bf6543afe1c2db795a95c7ed40806de63c77e44bb4dacb2ec6a9171d1d34749150844ab47bc2499d06676e623acb408857b6aa9da702d3c576efadb8c906
languageName: node
linkType: hard

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

0 comments on commit f602be6

Please sign in to comment.