Skip to content

Commit afdb08c

Browse files
add content for fork12
1 parent 1d84070 commit afdb08c

File tree

3 files changed

+41
-1
lines changed

3 files changed

+41
-1
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
The CDK Ares+ release has two modes:
2+
3+
1. The CDK rollup/validium mode with full execution proofs is the first mode for release.
4+
2. The CDK sovereign chain mode with pessimistic proofs, and no execution proof, is coming shortly after.
5+
6+
This document details the full stack components for the first mode of release: CDK Ares+ with full execution proofs.
7+
8+
!!! note
9+
We are going to leave a placeholder for the pessimistic proof mode stack; and for good measure and completeness we'll add details of the previous stack in which zkEVM and CDK components were more disparate.
10+
11+
## CDK with full execution proofs (FEP)
12+
13+
In this release, the zkEVM components can be considered as a CDK stack in rollup mode.
14+
15+
The following table lists the components and where you can find them for CDK rollup and validium stacks. You will notice only small differences in the component makeup of the two stacks which are now mostly use case specific.
16+
17+
| Component | CDK rollup (FEP) | CDK validium (FEP) | Notes |
18+
| --- | --- | --- | --- |
19+
| Node = RPC and sequencer | <a href=https://github.com/0xPolygonHermez/cdk-erigon>cdk-erigon</a> | <a href=https://github.com/0xPolygonHermez/cdk-erigon>cdk-erigon</a> | Customizable but usually sequencer=1 node, multiple for RPC |
20+
| Data availability | None | <a href=https://github.com/0xPolygon/cdk-data-availability>cdk-data-availability</a> | |
21+
| Contracts | <a href=https://github.com/0xPolygonHermez/zkevm-contracts>zkevm-contracts</a> | <a href=https://github.com/0xPolygonHermez/zkevm-contracts>zkevm-contracts</a> | Same code for both: 8.0.0-rc.2-fork.12 |
22+
| Data streamer | tbc | tbc | tbc |
23+
| CLI | tbc | tbc | tbc |
24+
| Sequence sender | <a href=https://github.com/0xPolygon/cdk>Sequence sender included</a> | <a href=https://github.com/0xPolygon/cdk>Sequence sender included</a> | Same code for both |
25+
| Aggregator | <a href=https://github.com/0xPolygon/cdk>Aggregator included</a> | <a href=https://github.com/0xPolygon/cdk>Aggregator included</a> | Same code for both |
26+
| Tx pool manager | <a href=https://github.com/0xPolygon/zkevm-pool-manager>zkevm-pool-manager | <a href=https://github.com/0xPolygon/zkevm-pool-manager>zkevm-pool-manager | Same code for both |
27+
| Prover | <a href=https://github.com/0xPolygonHermez/zkevm-prover>zkevm-prover</a> | <a href=https://github.com/0xPolygonHermez/zkevm-prover>zkevm-prover</a> | Same code for both - wip |
28+
| Bridge service | <a href=https://github.com/0xPolygonHermez/zkevm-bridge-service>zkevm-bridge-service</a> | <a href=https://portal.polygon.technology/>Polygon Portal</a> | tbc |
29+
| Bridge UI | <a href=https://portal.polygon.technology/>Polygon Portal</a> | <a href=https://portal.polygon.technology/>Polygon Portal</a> | Same UI for both |
30+
| Blockscout | <a href=https://github.com/0xPolygonHermez/blockscout>blockscout</a> | <a href=https://github.com/0xPolygonHermez/blockscout>blockscout</a> | Same code for both |
31+
32+
!!! important
33+
For specific release tags, please reference the [version matrix document](version-matrix.md)
34+
35+
## CDK with pessimistic proof
36+
37+
This release will follow on shortly after the Ares+ FEP release.
38+
39+
## Previous release
File renamed without changes.

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ nav:
5454
- CDK: cdk/index.md
5555
- Overview: cdk/overview.md
5656
- Releases:
57-
- Version compatibility matrix: cdk/version-matrix.md
57+
- Version compatibility matrix: cdk/releases/version-matrix.md
58+
- Ares+ component stack: cdk/releases/ares-components.md
5859
- Get started:
5960
- Local deployment guide: cdk/getting-started/local-deployment.md
6061
- Concepts:

0 commit comments

Comments
 (0)