@aztec/prover-node 5.0.0-nightly.20260610 → 5.0.0-nightly.20260612
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.
- package/dest/prover-node.js +1 -1
- package/package.json +23 -23
- package/src/prover-node.ts +1 -1
package/dest/prover-node.js
CHANGED
|
@@ -531,7 +531,7 @@ import { SessionManager } from './session-manager.js';
|
|
|
531
531
|
await this.handleCheckpointEvent(event.checkpoint);
|
|
532
532
|
break;
|
|
533
533
|
case 'chain-pruned':
|
|
534
|
-
await this.handlePruneEvent(event.checkpoint);
|
|
534
|
+
await this.handlePruneEvent(event.checkpointed.checkpoint);
|
|
535
535
|
break;
|
|
536
536
|
case 'chain-proven':
|
|
537
537
|
this.publishingService?.onChainProven(BlockNumber(event.block.number));
|
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.20260612",
|
|
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.20260612",
|
|
60
|
+
"@aztec/bb-prover": "5.0.0-nightly.20260612",
|
|
61
|
+
"@aztec/blob-client": "5.0.0-nightly.20260612",
|
|
62
|
+
"@aztec/blob-lib": "5.0.0-nightly.20260612",
|
|
63
|
+
"@aztec/constants": "5.0.0-nightly.20260612",
|
|
64
|
+
"@aztec/epoch-cache": "5.0.0-nightly.20260612",
|
|
65
|
+
"@aztec/ethereum": "5.0.0-nightly.20260612",
|
|
66
|
+
"@aztec/foundation": "5.0.0-nightly.20260612",
|
|
67
|
+
"@aztec/kv-store": "5.0.0-nightly.20260612",
|
|
68
|
+
"@aztec/l1-artifacts": "5.0.0-nightly.20260612",
|
|
69
|
+
"@aztec/native": "5.0.0-nightly.20260612",
|
|
70
|
+
"@aztec/node-keystore": "5.0.0-nightly.20260612",
|
|
71
|
+
"@aztec/node-lib": "5.0.0-nightly.20260612",
|
|
72
|
+
"@aztec/noir-protocol-circuits-types": "5.0.0-nightly.20260612",
|
|
73
|
+
"@aztec/p2p": "5.0.0-nightly.20260612",
|
|
74
|
+
"@aztec/protocol-contracts": "5.0.0-nightly.20260612",
|
|
75
|
+
"@aztec/prover-client": "5.0.0-nightly.20260612",
|
|
76
|
+
"@aztec/sequencer-client": "5.0.0-nightly.20260612",
|
|
77
|
+
"@aztec/simulator": "5.0.0-nightly.20260612",
|
|
78
|
+
"@aztec/stdlib": "5.0.0-nightly.20260612",
|
|
79
|
+
"@aztec/telemetry-client": "5.0.0-nightly.20260612",
|
|
80
|
+
"@aztec/world-state": "5.0.0-nightly.20260612",
|
|
81
81
|
"source-map-support": "^0.5.21",
|
|
82
82
|
"tslib": "^2.4.0",
|
|
83
83
|
"viem": "npm:@aztec/viem@2.38.2"
|
package/src/prover-node.ts
CHANGED
|
@@ -222,7 +222,7 @@ export class ProverNode implements L2BlockStreamEventHandler, ProverNodeApi, Tra
|
|
|
222
222
|
await this.handleCheckpointEvent(event.checkpoint);
|
|
223
223
|
break;
|
|
224
224
|
case 'chain-pruned':
|
|
225
|
-
await this.handlePruneEvent(event.checkpoint);
|
|
225
|
+
await this.handlePruneEvent(event.checkpointed.checkpoint);
|
|
226
226
|
break;
|
|
227
227
|
case 'chain-proven':
|
|
228
228
|
this.publishingService?.onChainProven(BlockNumber(event.block.number));
|