@aztec/prover-node 5.0.0-nightly.20260410 → 5.0.0-nightly.20260412
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.
|
@@ -25,7 +25,7 @@ import { deserializeEpochProvingJobData } from '../job/epoch-proving-job-data.js
|
|
|
25
25
|
}, log, {
|
|
26
26
|
...config,
|
|
27
27
|
...metadata,
|
|
28
|
-
|
|
28
|
+
fileStore
|
|
29
29
|
});
|
|
30
30
|
const dataPath = urlJoin(location, 'data.bin');
|
|
31
31
|
const localPath = config.jobDataDownloadPath;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/prover-node",
|
|
3
|
-
"version": "5.0.0-nightly.
|
|
3
|
+
"version": "5.0.0-nightly.20260412",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dest/index.js",
|
|
@@ -56,28 +56,28 @@
|
|
|
56
56
|
]
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@aztec/archiver": "5.0.0-nightly.
|
|
60
|
-
"@aztec/bb-prover": "5.0.0-nightly.
|
|
61
|
-
"@aztec/blob-client": "5.0.0-nightly.
|
|
62
|
-
"@aztec/blob-lib": "5.0.0-nightly.
|
|
63
|
-
"@aztec/constants": "5.0.0-nightly.
|
|
64
|
-
"@aztec/epoch-cache": "5.0.0-nightly.
|
|
65
|
-
"@aztec/ethereum": "5.0.0-nightly.
|
|
66
|
-
"@aztec/foundation": "5.0.0-nightly.
|
|
67
|
-
"@aztec/kv-store": "5.0.0-nightly.
|
|
68
|
-
"@aztec/l1-artifacts": "5.0.0-nightly.
|
|
69
|
-
"@aztec/native": "5.0.0-nightly.
|
|
70
|
-
"@aztec/node-keystore": "5.0.0-nightly.
|
|
71
|
-
"@aztec/node-lib": "5.0.0-nightly.
|
|
72
|
-
"@aztec/noir-protocol-circuits-types": "5.0.0-nightly.
|
|
73
|
-
"@aztec/p2p": "5.0.0-nightly.
|
|
74
|
-
"@aztec/protocol-contracts": "5.0.0-nightly.
|
|
75
|
-
"@aztec/prover-client": "5.0.0-nightly.
|
|
76
|
-
"@aztec/sequencer-client": "5.0.0-nightly.
|
|
77
|
-
"@aztec/simulator": "5.0.0-nightly.
|
|
78
|
-
"@aztec/stdlib": "5.0.0-nightly.
|
|
79
|
-
"@aztec/telemetry-client": "5.0.0-nightly.
|
|
80
|
-
"@aztec/world-state": "5.0.0-nightly.
|
|
59
|
+
"@aztec/archiver": "5.0.0-nightly.20260412",
|
|
60
|
+
"@aztec/bb-prover": "5.0.0-nightly.20260412",
|
|
61
|
+
"@aztec/blob-client": "5.0.0-nightly.20260412",
|
|
62
|
+
"@aztec/blob-lib": "5.0.0-nightly.20260412",
|
|
63
|
+
"@aztec/constants": "5.0.0-nightly.20260412",
|
|
64
|
+
"@aztec/epoch-cache": "5.0.0-nightly.20260412",
|
|
65
|
+
"@aztec/ethereum": "5.0.0-nightly.20260412",
|
|
66
|
+
"@aztec/foundation": "5.0.0-nightly.20260412",
|
|
67
|
+
"@aztec/kv-store": "5.0.0-nightly.20260412",
|
|
68
|
+
"@aztec/l1-artifacts": "5.0.0-nightly.20260412",
|
|
69
|
+
"@aztec/native": "5.0.0-nightly.20260412",
|
|
70
|
+
"@aztec/node-keystore": "5.0.0-nightly.20260412",
|
|
71
|
+
"@aztec/node-lib": "5.0.0-nightly.20260412",
|
|
72
|
+
"@aztec/noir-protocol-circuits-types": "5.0.0-nightly.20260412",
|
|
73
|
+
"@aztec/p2p": "5.0.0-nightly.20260412",
|
|
74
|
+
"@aztec/protocol-contracts": "5.0.0-nightly.20260412",
|
|
75
|
+
"@aztec/prover-client": "5.0.0-nightly.20260412",
|
|
76
|
+
"@aztec/sequencer-client": "5.0.0-nightly.20260412",
|
|
77
|
+
"@aztec/simulator": "5.0.0-nightly.20260412",
|
|
78
|
+
"@aztec/stdlib": "5.0.0-nightly.20260412",
|
|
79
|
+
"@aztec/telemetry-client": "5.0.0-nightly.20260412",
|
|
80
|
+
"@aztec/world-state": "5.0.0-nightly.20260412",
|
|
81
81
|
"source-map-support": "^0.5.21",
|
|
82
82
|
"tslib": "^2.4.0",
|
|
83
83
|
"viem": "npm:@aztec/viem@2.38.2"
|
|
@@ -30,7 +30,7 @@ export async function downloadEpochProvingJob(
|
|
|
30
30
|
|
|
31
31
|
const dataUrls = makeSnapshotPaths(location);
|
|
32
32
|
log.info(`Downloading state snapshot from ${location} to local data directory`, { metadata, dataUrls });
|
|
33
|
-
await snapshotSync({ dataUrls }, log, { ...config, ...metadata,
|
|
33
|
+
await snapshotSync({ dataUrls }, log, { ...config, ...metadata, fileStore });
|
|
34
34
|
|
|
35
35
|
const dataPath = urlJoin(location, 'data.bin');
|
|
36
36
|
const localPath = config.jobDataDownloadPath;
|