You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/2_architecture/agg_mode_components/1_deep_dive.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Aggregation Mode Deep Dive
2
2
3
-
The **Aggregation Mode** runs every 24 hours and performs the following steps:
3
+
The Aggregation Mode runs **once every 24 hours** and performs the following steps:
4
4
5
5
1.**Fetch Proofs from the Verification Layer**
6
6
Queries `NewBatchV3` events from the `AlignedLayerServiceManager` and downloads the batches from `S3`, starting from the last processed block of the previous run.
@@ -22,7 +22,7 @@ The **Aggregation Mode** runs every 24 hours and performs the following steps:
22
22
Two separate aggregators are run every 24 hours:
23
23
24
24
-**Risc0**: Aggregates proofs of types `Composite` and `Succinct`.
0 commit comments