@aztec/prover-client 3.0.0-nightly.20251104 → 3.0.0-nightly.20251105

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.
@@ -18,7 +18,7 @@ type BaseTreeNames = 'NoteHashTree' | 'ContractTree' | 'NullifierTree' | 'Public
18
18
  */
19
19
  export type TreeNames = BaseTreeNames | 'L1ToL2MessageTree' | 'Archive';
20
20
  export declare const insertSideEffectsAndBuildBaseRollupHints: (tx: ProcessedTx, lastArchive: AppendOnlyTreeSnapshot, newL1ToL2MessageTreeSnapshot: AppendOnlyTreeSnapshot, startSpongeBlob: SpongeBlob, proverId: Fr, db: MerkleTreeWriteOperations) => Promise<PublicBaseRollupHints | PrivateBaseRollupHints>;
21
- export declare function getChonkProofFromTx(tx: Tx | ProcessedTx): RecursiveProof<2084>;
21
+ export declare function getChonkProofFromTx(tx: Tx | ProcessedTx): RecursiveProof<2077>;
22
22
  export declare function getPublicChonkVerifierPrivateInputsFromTx(tx: Tx | ProcessedTx, proverId: Fr): PublicChonkVerifierPrivateInputs;
23
23
  export declare const buildBlobHints: (blobFields: Fr[]) => {
24
24
  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.20251104",
3
+ "version": "3.0.0-nightly.20251105",
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.20251104",
71
- "@aztec/blob-lib": "3.0.0-nightly.20251104",
72
- "@aztec/constants": "3.0.0-nightly.20251104",
73
- "@aztec/ethereum": "3.0.0-nightly.20251104",
74
- "@aztec/foundation": "3.0.0-nightly.20251104",
75
- "@aztec/kv-store": "3.0.0-nightly.20251104",
76
- "@aztec/noir-protocol-circuits-types": "3.0.0-nightly.20251104",
77
- "@aztec/noir-types": "3.0.0-nightly.20251104",
78
- "@aztec/protocol-contracts": "3.0.0-nightly.20251104",
79
- "@aztec/simulator": "3.0.0-nightly.20251104",
80
- "@aztec/stdlib": "3.0.0-nightly.20251104",
81
- "@aztec/telemetry-client": "3.0.0-nightly.20251104",
82
- "@aztec/world-state": "3.0.0-nightly.20251104",
70
+ "@aztec/bb-prover": "3.0.0-nightly.20251105",
71
+ "@aztec/blob-lib": "3.0.0-nightly.20251105",
72
+ "@aztec/constants": "3.0.0-nightly.20251105",
73
+ "@aztec/ethereum": "3.0.0-nightly.20251105",
74
+ "@aztec/foundation": "3.0.0-nightly.20251105",
75
+ "@aztec/kv-store": "3.0.0-nightly.20251105",
76
+ "@aztec/noir-protocol-circuits-types": "3.0.0-nightly.20251105",
77
+ "@aztec/noir-types": "3.0.0-nightly.20251105",
78
+ "@aztec/protocol-contracts": "3.0.0-nightly.20251105",
79
+ "@aztec/simulator": "3.0.0-nightly.20251105",
80
+ "@aztec/stdlib": "3.0.0-nightly.20251105",
81
+ "@aztec/telemetry-client": "3.0.0-nightly.20251105",
82
+ "@aztec/world-state": "3.0.0-nightly.20251105",
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.20251104",
92
+ "@aztec/noir-contracts.js": "3.0.0-nightly.20251105",
93
93
  "@jest/globals": "^30.0.0",
94
94
  "@types/jest": "^30.0.0",
95
95
  "@types/node": "^22.15.17",