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/releases/pp-intro-components.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,15 +37,15 @@ The table below lists the components of a CDK PP chain and where you can find th
37
37
Here are brief descriptions for each CDK FEP component.
38
38
39
39
- CDK Erigon node, a fork of [erigon](https://github.com/ledgerwatch/erigon), that manages the following:
40
-
- Multiple RPC nodes that provide common APIs for sending transactions.
41
-
- Sequencer for executing transactions, and creating blocks and batches.
40
+
- Multiple RPC nodes that provide common APIs for sending transactions.
41
+
- Sequencer for executing transactions, and creating blocks and batches.
42
42
- Contracts: Various smart contracts deployed on L1 for the full implementation and complete functionality of the Polygon zkEVM protocol:
43
-
-`PolygonRollupManager`
44
-
-`PolygonZkEVMBridgeV2`
45
-
-`PolygonZkEVMGlobalExitRootV2`
46
-
-`FflonkVerifier`
47
-
-`PolygonZkEVMDeployer`
48
-
-`PolygonZkEVMTimelock`
43
+
-`PolygonRollupManager`
44
+
-`PolygonZkEVMBridgeV2`
45
+
-`PolygonZkEVMGlobalExitRootV2`
46
+
-`FflonkVerifier`
47
+
-`PolygonZkEVMDeployer`
48
+
-`PolygonZkEVMTimelock`
49
49
- CLI tool: A single command line interface tool for abstracting away the complexity of deploying or configuring CDK components.
50
50
- AggSender is the CDK PP component that accumulates all necessary info in order to generate certificates, which are sent to the SP1 prover via the JSON-RPC API for the generation of pessimistic proofs.
51
51
- Transaction pool manager: For storing transactions submitted by users.
0 commit comments