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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
## CDK stack layout
1
+
## CDK full execution proof (FEP)
2
2
3
-
The following diagram depicts the full CDK stack layout and details some of the high level communication between components.
3
+
The following diagram depicts the CDK FEP stack component layout and details some of the high level communication between components.
4
4
5
5

6
6
7
-
### Communication steps
7
+
### Component interactions
8
8
9
9
- External applications interact with the CDK Erigon RPC node via the transaction pool manager.
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.
@@ -16,13 +16,13 @@ The following diagram depicts the full CDK stack layout and details some of the
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.
18
18
19
-
## User data flow
19
+
###User data flow
20
20
21
-
The following diagram is a sequential depiction of the user data flow in validium mode using a mock prover and having an AggLayer connection.
21
+
The following diagram is a sequential depiction of the user data flow for the CDK FEP stack in validium mode using a mock prover and having an AggLayer connection.
22
22
23
23

24
24
25
-
### Sequential steps
25
+
####Sequential interactions
26
26
27
27
1. User sends a transaction to the CDK Erigon RPC node.
28
28
2. The Erigon RPC node proxies the data to the CDK Erigon sequencer node.
0 commit comments