@aztec/prover-client 3.0.0-nightly.20251206 → 3.0.0-nightly.20251207

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.
@@ -22,7 +22,7 @@ export declare const insertSideEffects: (tx: ProcessedTx, db: MerkleTreeWriteOpe
22
22
  nullifierInsertionResult: import("@aztec/stdlib/trees").BatchInsertionResult<number, number>;
23
23
  publicDataInsertionResult: import("@aztec/stdlib/trees").SequentialInsertionResult<number>;
24
24
  }>;
25
- export declare function getChonkProofFromTx(tx: Tx | ProcessedTx): RecursiveProof<1961>;
25
+ export declare function getChonkProofFromTx(tx: Tx | ProcessedTx): RecursiveProof<1963>;
26
26
  export declare function getPublicChonkVerifierPrivateInputsFromTx(tx: Tx | ProcessedTx, proverId: Fr): PublicChonkVerifierPrivateInputs;
27
27
  export declare const buildBlobHints: (blobFields: Fr[]) => {
28
28
  blobCommitments: import("@aztec/foundation/fields").BLS12Point[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/prover-client",
3
- "version": "3.0.0-nightly.20251206",
3
+ "version": "3.0.0-nightly.20251207",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dest/index.js",
@@ -67,19 +67,19 @@
67
67
  ]
68
68
  },
69
69
  "dependencies": {
70
- "@aztec/bb-prover": "3.0.0-nightly.20251206",
71
- "@aztec/blob-lib": "3.0.0-nightly.20251206",
72
- "@aztec/constants": "3.0.0-nightly.20251206",
73
- "@aztec/ethereum": "3.0.0-nightly.20251206",
74
- "@aztec/foundation": "3.0.0-nightly.20251206",
75
- "@aztec/kv-store": "3.0.0-nightly.20251206",
76
- "@aztec/noir-protocol-circuits-types": "3.0.0-nightly.20251206",
77
- "@aztec/noir-types": "3.0.0-nightly.20251206",
78
- "@aztec/protocol-contracts": "3.0.0-nightly.20251206",
79
- "@aztec/simulator": "3.0.0-nightly.20251206",
80
- "@aztec/stdlib": "3.0.0-nightly.20251206",
81
- "@aztec/telemetry-client": "3.0.0-nightly.20251206",
82
- "@aztec/world-state": "3.0.0-nightly.20251206",
70
+ "@aztec/bb-prover": "3.0.0-nightly.20251207",
71
+ "@aztec/blob-lib": "3.0.0-nightly.20251207",
72
+ "@aztec/constants": "3.0.0-nightly.20251207",
73
+ "@aztec/ethereum": "3.0.0-nightly.20251207",
74
+ "@aztec/foundation": "3.0.0-nightly.20251207",
75
+ "@aztec/kv-store": "3.0.0-nightly.20251207",
76
+ "@aztec/noir-protocol-circuits-types": "3.0.0-nightly.20251207",
77
+ "@aztec/noir-types": "3.0.0-nightly.20251207",
78
+ "@aztec/protocol-contracts": "3.0.0-nightly.20251207",
79
+ "@aztec/simulator": "3.0.0-nightly.20251207",
80
+ "@aztec/stdlib": "3.0.0-nightly.20251207",
81
+ "@aztec/telemetry-client": "3.0.0-nightly.20251207",
82
+ "@aztec/world-state": "3.0.0-nightly.20251207",
83
83
  "@google-cloud/storage": "^7.15.0",
84
84
  "@iarna/toml": "^2.2.5",
85
85
  "commander": "^12.1.0",
@@ -89,7 +89,7 @@
89
89
  "zod": "^3.23.8"
90
90
  },
91
91
  "devDependencies": {
92
- "@aztec/noir-contracts.js": "3.0.0-nightly.20251206",
92
+ "@aztec/noir-contracts.js": "3.0.0-nightly.20251207",
93
93
  "@jest/globals": "^30.0.0",
94
94
  "@types/jest": "^30.0.0",
95
95
  "@types/node": "^22.15.17",