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/cdk/architecture/high-level-views.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
@@ -10,9 +10,9 @@ The following diagram depicts the CDK FEP stack component layout and details som
10
10
- Engineers use a CLI tool to manage the backend components, installing and initializing various modes of operation, such as validium versus rollup for example.
11
11
- The CDK Erigon RPC sends transactions to the CDK Erigon sequencer which sequences transactions batches.
12
12
- The CDK Erigon sequencer puts the transaction batches into the data streamer.
13
-
- The data streamer streams data to the sequencer sender (validium mode) and the aggregator.
13
+
- The data streamer streams data to the sequencer sender and the aggregator.
14
14
- The sequencer sender sequences batches into the L1 smart contract domain and persists data into DAC nodes for validium mode operations.
15
-
- The aggregator sends batches to the prover and receives proofs in return. It then aggregates the proofs into batches before submitting them to the L1 domain.
15
+
- The aggregator sends batches to the prover and receives proofs in return. It then aggregates the proofs into batches before submitting them to the AggLayer or L1, depending on the chosen settlement layer.
16
16
- Users interact with the bridge service via the bridge UI.
17
17
- The AggLayer also utilizes the bridge service and interacts with the L1 smart contracts.
0 commit comments