@aztec/prover-client 3.0.0-nightly.20251012 → 3.0.0-nightly.20251014

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.
@@ -42,17 +42,17 @@ export declare function computeInHashFromL1ToL2Messages(unpaddedL1ToL2Messages:
42
42
  export declare function getBlobsHashFromBlobs(inputs: Blob[]): Fr;
43
43
  export declare function getEmptyBlockBlobsHash(): Promise<Fr>;
44
44
  export declare function getLastSiblingPath<TID extends MerkleTreeId>(treeId: TID, db: MerkleTreeReadOperations): Promise<Tuple<Fr, {
45
- readonly 1: 40;
46
- readonly 4: 29;
47
- readonly 3: 39;
48
- readonly 0: 40;
45
+ readonly 1: 42;
46
+ readonly 4: 30;
47
+ readonly 3: 36;
48
+ readonly 0: 42;
49
49
  readonly 2: 40;
50
50
  }[TID]>>;
51
51
  export declare function getRootTreeSiblingPath<TID extends MerkleTreeId>(treeId: TID, db: MerkleTreeReadOperations): Promise<Tuple<Fr, {
52
- readonly 1: 40;
53
- readonly 4: 29;
54
- readonly 3: 39;
55
- readonly 0: 40;
52
+ readonly 1: 42;
53
+ readonly 4: 30;
54
+ readonly 3: 36;
55
+ readonly 0: 42;
56
56
  readonly 2: 40;
57
57
  }[TID]>>;
58
58
  export declare function getTreeSnapshot(id: MerkleTreeId, db: MerkleTreeReadOperations): Promise<AppendOnlyTreeSnapshot>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/prover-client",
3
- "version": "3.0.0-nightly.20251012",
3
+ "version": "3.0.0-nightly.20251014",
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.20251012",
71
- "@aztec/blob-lib": "3.0.0-nightly.20251012",
72
- "@aztec/constants": "3.0.0-nightly.20251012",
73
- "@aztec/ethereum": "3.0.0-nightly.20251012",
74
- "@aztec/foundation": "3.0.0-nightly.20251012",
75
- "@aztec/kv-store": "3.0.0-nightly.20251012",
76
- "@aztec/noir-protocol-circuits-types": "3.0.0-nightly.20251012",
77
- "@aztec/noir-types": "3.0.0-nightly.20251012",
78
- "@aztec/protocol-contracts": "3.0.0-nightly.20251012",
79
- "@aztec/simulator": "3.0.0-nightly.20251012",
80
- "@aztec/stdlib": "3.0.0-nightly.20251012",
81
- "@aztec/telemetry-client": "3.0.0-nightly.20251012",
82
- "@aztec/world-state": "3.0.0-nightly.20251012",
70
+ "@aztec/bb-prover": "3.0.0-nightly.20251014",
71
+ "@aztec/blob-lib": "3.0.0-nightly.20251014",
72
+ "@aztec/constants": "3.0.0-nightly.20251014",
73
+ "@aztec/ethereum": "3.0.0-nightly.20251014",
74
+ "@aztec/foundation": "3.0.0-nightly.20251014",
75
+ "@aztec/kv-store": "3.0.0-nightly.20251014",
76
+ "@aztec/noir-protocol-circuits-types": "3.0.0-nightly.20251014",
77
+ "@aztec/noir-types": "3.0.0-nightly.20251014",
78
+ "@aztec/protocol-contracts": "3.0.0-nightly.20251014",
79
+ "@aztec/simulator": "3.0.0-nightly.20251014",
80
+ "@aztec/stdlib": "3.0.0-nightly.20251014",
81
+ "@aztec/telemetry-client": "3.0.0-nightly.20251014",
82
+ "@aztec/world-state": "3.0.0-nightly.20251014",
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.20251012",
92
+ "@aztec/noir-contracts.js": "3.0.0-nightly.20251014",
93
93
  "@jest/globals": "^30.0.0",
94
94
  "@types/jest": "^30.0.0",
95
95
  "@types/node": "^22.15.17",