@aztec/bb-prover 0.0.1-commit.321f6a9 → 0.0.1-commit.330febf

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -71,7 +71,7 @@ import { AvmCircuitInputs, PublicSimulatorConfig } from '@aztec/stdlib/avm';
71
71
  import { AztecAddress } from '@aztec/stdlib/aztec-address';
72
72
  import path from 'path';
73
73
  import { BBJsFactory } from '../bb/bb_js_backend.js';
74
- const BB_PATH = path.resolve('../../barretenberg/cpp/build/bin/bb-avm');
74
+ const BB_PATH = path.resolve('../../labs-aztec-toolchain/bin/bb-avm');
75
75
  // Config with collectHints enabled for proving tests
76
76
  const provingConfig = PublicSimulatorConfig.from({
77
77
  skipFeeEnforcement: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/bb-prover",
3
- "version": "0.0.1-commit.321f6a9",
3
+ "version": "0.0.1-commit.330febf",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dest/index.js",
@@ -70,16 +70,16 @@
70
70
  ]
71
71
  },
72
72
  "dependencies": {
73
- "@aztec/bb.js": "0.0.1-commit.321f6a9",
74
- "@aztec/constants": "0.0.1-commit.321f6a9",
75
- "@aztec/foundation": "0.0.1-commit.321f6a9",
76
- "@aztec/noir-noirc_abi": "0.0.1-commit.321f6a9",
77
- "@aztec/noir-protocol-circuits-types": "0.0.1-commit.321f6a9",
78
- "@aztec/noir-types": "0.0.1-commit.321f6a9",
79
- "@aztec/simulator": "0.0.1-commit.321f6a9",
80
- "@aztec/stdlib": "0.0.1-commit.321f6a9",
81
- "@aztec/telemetry-client": "0.0.1-commit.321f6a9",
82
- "@aztec/world-state": "0.0.1-commit.321f6a9",
73
+ "@aztec/bb.js": "6.0.0-nightly.20260807",
74
+ "@aztec/constants": "0.0.1-commit.330febf",
75
+ "@aztec/foundation": "0.0.1-commit.330febf",
76
+ "@aztec/noir-noirc_abi": "6.0.0-nightly.20260807",
77
+ "@aztec/noir-protocol-circuits-types": "0.0.1-commit.330febf",
78
+ "@aztec/noir-types": "6.0.0-nightly.20260807",
79
+ "@aztec/simulator": "0.0.1-commit.330febf",
80
+ "@aztec/stdlib": "0.0.1-commit.330febf",
81
+ "@aztec/telemetry-client": "0.0.1-commit.330febf",
82
+ "@aztec/world-state": "0.0.1-commit.330febf",
83
83
  "commander": "^12.1.0",
84
84
  "msgpackr": "^1.11.2",
85
85
  "pako": "^2.1.0",
@@ -87,11 +87,11 @@
87
87
  "tslib": "^2.4.0"
88
88
  },
89
89
  "devDependencies": {
90
- "@aztec/ethereum": "0.0.1-commit.321f6a9",
91
- "@aztec/kv-store": "0.0.1-commit.321f6a9",
92
- "@aztec/noir-contracts.js": "0.0.1-commit.321f6a9",
93
- "@aztec/noir-test-contracts.js": "0.0.1-commit.321f6a9",
94
- "@aztec/protocol-contracts": "0.0.1-commit.321f6a9",
90
+ "@aztec/ethereum": "0.0.1-commit.330febf",
91
+ "@aztec/kv-store": "0.0.1-commit.330febf",
92
+ "@aztec/noir-contracts.js": "0.0.1-commit.330febf",
93
+ "@aztec/noir-test-contracts.js": "0.0.1-commit.330febf",
94
+ "@aztec/protocol-contracts": "0.0.1-commit.330febf",
95
95
  "@jest/globals": "^30.0.0",
96
96
  "@types/jest": "^30.0.0",
97
97
  "@types/node": "^22.15.17",
@@ -22,7 +22,7 @@ import path from 'path';
22
22
 
23
23
  import { BBJsFactory } from '../bb/bb_js_backend.js';
24
24
 
25
- const BB_PATH = path.resolve('../../barretenberg/cpp/build/bin/bb-avm');
25
+ const BB_PATH = path.resolve('../../labs-aztec-toolchain/bin/bb-avm');
26
26
 
27
27
  // Config with collectHints enabled for proving tests
28
28
  const provingConfig: PublicSimulatorConfig = PublicSimulatorConfig.from({