Skip to content

Commit dab2f0d

Browse files
Update docs/cdk/architecture/cdk-pp-highlevel-arch.md
Co-authored-by: Arnau Bennassar <arnaubennassar5@gmail.com>
1 parent 50fe59d commit dab2f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cdk/architecture/cdk-pp-highlevel-arch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Here is a step by step flow of transactions starting from when users submit tran
99
1. A user connects to the chain via a CDK Erigon RPC node and submits a transaction.
1010
2. CDK Erigon RPC node sends the transaction data to the transaction-pool manager.
1111
3. The transaction-pool manager proxies all transaction data to the CDK Erigon sequencer.
12-
4. CDK Erigon sequencer executes transactions, puts the transactions in blocks, and the blocks fill up batches.
12+
4. CDK Erigon sequencer executes transactions, puts the transactions in blocks
1313
5. CDK Erigon sequencer syncs all transaction data with any CDK Erigon RPC node.
1414
6. AggSender gets batch data from the CDK Erigon sequencer, uses the data to generate certificates, and submits the certificates to the JSON-RPC API.
1515
7. The JSON-RPC API checks validity of the certificates against the transaction data in the CDK Erigon RPC node.

0 commit comments

Comments
 (0)