Skip to content

Commit 37c58e8

Browse files
add current release and sundries
1 parent d2af668 commit 37c58e8

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

docs/cdk/releases/ares-components.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
The CDK Ares+ release has two modes:
22

33
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.
55

66
This document details the full stack components for the first mode of release: CDK Ares+ with full execution proofs.
77

88
!!! note
99
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.
1010

11-
## CDK with full execution proofs (FEP)
11+
## CDK stack with full execution proofs (FEP)
1212

1313
In this release, the zkEVM components can be considered as a CDK stack in rollup mode.
1414

@@ -30,10 +30,27 @@ The following table lists the components and where you can find them for CDK rol
3030
| Blockscout | <a href=https://github.com/0xPolygonHermez/blockscout>blockscout</a> | <a href=https://github.com/0xPolygonHermez/blockscout>blockscout</a> | Same code for both |
3131

3232
!!! 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).
3434

35-
## CDK with pessimistic proof
35+
## CDK stack with pessimistic proofs
3636

3737
This release will follow on shortly after the Ares+ FEP release.
3838

3939
## 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 |
47+
| Sequence sender | <a href=https://github.com/0xPolygonHermez/zkevm-sequence-sender>zkevm-sequence-sender</a> | <a href=https://github.com/0xPolygon/cdk-sequence-sender>cdk-sequence-sender</a> | |
48+
| Aggregator | <a href=https://github.com/0xPolygonHermez/zkevm-aggregator>zkevm-aggregator</a> | <a href=https://github.com/0xPolygon/cdk>cdk</a> | |
49+
| 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 | |
50+
| Prover | <a href=https://github.com/0xPolygonHermez/zkevm-prover>zkevm-prover<a> | <a href=https://github.com/0xPolygonHermez/zkevm-prover>zkevm-prover<a> | Versions in flight |
51+
| 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

Comments
 (0)