Skip to content

Commit a87a31b

Browse files
update the doc afta review
1 parent f148353 commit a87a31b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/cdk/architecture/high-level-views.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
## CDK stack layout
1+
## CDK full execution proof (FEP)
22

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.
44

55
![High level view of CDK stack](../../img/cdk/cdk-stack.png)
66

7-
### Communication steps
7+
### Component interactions
88

99
- External applications interact with the CDK Erigon RPC node via the transaction pool manager.
1010
- 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
1616
- Users interact with the bridge service via the bridge UI.
1717
- The AggLayer also utilizes the bridge service and interacts with the L1 smart contracts.
1818

19-
## User data flow
19+
### User data flow
2020

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.
2222

2323
![High level view of CDK user data flow](../../img/cdk/user-data-flow.png)
2424

25-
### Sequential steps
25+
#### Sequential interactions
2626

2727
1. User sends a transaction to the CDK Erigon RPC node.
2828
2. The Erigon RPC node proxies the data to the CDK Erigon sequencer node.

0 commit comments

Comments
 (0)