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/ares-components.md
+21-4Lines changed: 21 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
The CDK Ares+ release has two modes:
2
2
3
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.
4
+
2. The CDK sovereign chain mode with pessimistic proofs, and no full execution proof, is coming shortly after.
5
5
6
6
This document details the full stack components for the first mode of release: CDK Ares+ with full execution proofs.
7
7
8
8
!!! note
9
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
10
11
-
## CDK with full execution proofs (FEP)
11
+
## CDK stack with full execution proofs (FEP)
12
12
13
13
In this release, the zkEVM components can be considered as a CDK stack in rollup mode.
14
14
@@ -30,10 +30,27 @@ The following table lists the components and where you can find them for CDK rol
30
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
31
32
32
!!! important
33
-
For specific release tags, please reference the [version matrix document](version-matrix.md)
33
+
For specific release tags, please reference the [version matrix document](version-matrix.md).
34
34
35
-
## CDK with pessimistic proof
35
+
## CDK stack with pessimistic proofs
36
36
37
37
This release will follow on shortly after the Ares+ FEP release.
38
38
39
39
## Previous release
40
+
41
+
| Component | zkEVM stack | CDK stack | Notes |
42
+
| --- | --- | --- | --- |
43
+
| Node | <a href=https://github.com/0xPolygonHermez/zkevm-node/tree/feature/fork-11>zkevm-node</a> | <a href=https://github.com/0xPolygon/cdk-validium-node>cdk-validium-node</a> | - zkEVM for rollup </br>- CDK for validium </br>Both include sequencer |
44
+
| Contracts | <a href=https://github.com/0xPolygonHermez/zkevm-contracts/releases/tag/v6.0.0-rc.1-fork.9>zkevm-contracts</a> | <a href=https://github.com/0xPolygonHermez/zkevm-contracts/releases/tag/v6.0.0-rc.1-fork.9>zkevm-contracts</a> | Same for both |
45
+
| Erigon RPC | <a href=https://github.com/0xPolygonHermez/cdk-erigon>cdk-erigon</a> | <a href=https://github.com/0xPolygonHermez/cdk-erigon>cdk-erigon</a> | Same for both |
46
+
| Erigon sequencer | <a href=https://github.com/0xPolygonHermez/cdk-erigon>cdk-erigon</a> | <a href=https://github.com/0xPolygonHermez/cdk-erigon>cdk-erigon</a> | Same for both |
| Pool manager | <a href=https://github.com/0xPolygon/zkevm-pool-manager>zkevm-pool-manager</a> using with cdk-erigon | No explicit pool manager as persistence is built in ||
| Bridge service | <a href=https://github.com/0xPolygonHermez/zkevm-bridge-service>zkevm-bridge-service</a> | <a href=https://github.com/0xPolygonHermez/zkevm-bridge-service>zkevm-bridge-service</a> | Same for both |
52
+
| Bridge UI | <a href=https://github.com/0xPolygonHermez/zkevm-bridge-ui>zkevm-bridge-ui</> | <a href=https://github.com/0xPolygonHermez/zkevm-bridge-ui>zkevm-bridge-ui</> | Same for both with modifications |
53
+
| Blockscout | <a href=https://github.com/0xPolygonHermez/blockscout>blockscout</a> | <a href=https://github.com/0xPolygonHermez/blockscout>blockscout</a> | Same for both |
54
+
55
+
!!! important
56
+
For specific release tags, please reference the [version matrix document](version-matrix.md).
0 commit comments