Skip to content

Commit 4c21406

Browse files
authored
Merge pull request 0xPolygon#2574 from 0xPolygon/mitchpolygon-patch-1
Update release-notes.md
2 parents 8a153fd + 721939f commit 4c21406

File tree

2 files changed

+24
-60
lines changed

2 files changed

+24
-60
lines changed

docs/cdk/releases/release-notes.md

Lines changed: 16 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,24 @@
1-
The **Fork ID 12 release** introduces the most robust Polygon CDK stack to date. With a focus on stability, performance and interopability, this release was driven by feedback from the ecosystem, developers, and IPs.
1+
_Last updated: December 2024_
22

3-
---
4-
5-
## What’s New in Fork ID 12?
6-
7-
### **1. Full Execution Proofs**
8-
- **Trustless Finality:** Advanced zk-based finality ensures transactions are secure, decentralized, and verified without reliance on centralized entities.
9-
- **Customizable Proving Systems:** Developers have full control to define and optimize proof configurations for zk rollups, validium setups, or Agglayer-native configurations.
10-
11-
### **2. Erigon Integration**
12-
- **High-Speed Data Syncing:** Integrates the Erigon client to deliver faster syncing and improved resource efficiency, enabling high transaction throughput.
13-
- **Seamless Ethereum Compatibility:** Leverages Erigon’s Ethereum foundation, ensuring smooth integration with Ethereum tooling and infrastructure.
14-
15-
### **3. Prover System Upgrades**
16-
- **Increased Proving Capacity:** Expanded zkCounter limits now support complex computation and higher throughput.
17-
- **Faster Proof Generation:** Optimized proof pipelines reduce time-to-deployment and enhance performance in production environments.
18-
19-
### **4. Developer Tooling Improvements**
20-
- **Refined CLI:** A more intuitive and streamlined command-line interface simplifies chain deployment, configuration, and testing.
21-
- **Documentation Updates:** New and improved guides provide step-by-step instructions for deploying, customizing, and migrating L2 chains.
3+
Fork ID 12 brings significant updates to the Polygon CDK stack, enhancing performance, scalability, and the developer experience. This release focuses on improvements across the client layer, proving systems, and developer tooling, making it easier to build and operate high-performance Layer 2 chains.
224

235
---
246

25-
## Why This Matters for Developers
7+
### Key Updates
268

27-
### **1. Enhanced Modularity**
28-
Fork ID 12 enables developers to design chains specific to their use case, with modular components for:
29-
- Consensus and governance mechanisms.
30-
- Proving systems and data availability configurations.
31-
32-
### **2. Industry-Leading Performance**
33-
The integration of Erigon and enhanced proving capabilities allow:
34-
- Greater scalability for high-transaction environments.
35-
- Stability and performance improvements to keep the chain operational at high capacity.
36-
37-
### **3. Simplified Interoperability**
38-
Chains built with Fork ID 12 can integrate with the **Agglayer** in the future unlocking:
39-
- Cross-chain transactions.
40-
- Ecosystem bootstrapping for liquidity and growth.
41-
42-
### **4. Increased Security and Sovereignty**
43-
Leverage zk-proofs for robust, trustless security while maintaining control over your chain’s:
44-
- Governance.
45-
- Economic policies.
46-
- Finality mechanisms.
47-
48-
---
9+
#### Erigon Integration
10+
- Faster syncing for quicker chain setup and operation.
11+
- Improved transaction throughput and resource efficiency.
12+
- Full compatibility with Ethereum tools and infrastructure.
4913

50-
## Key Benefits at a Glance
14+
#### Proving System Enhancements
15+
- Increased capacity for handling complex transactions and higher volumes.
16+
- Faster proof generation for quicker deployment and smoother operations.
5117

52-
| **Feature** | **What’s Improved in Fork ID 12?** |
53-
|-------------------------|----------------------------------------------------------|
54-
| **Proving Systems** | Higher throughput and faster proof generation. |
55-
| **Erigon Integration** | Faster syncing and Ethereum compatibility. |
56-
| **Developer Tooling** | Simplified CLI and detailed documentation. |
57-
| **Customizability** | More options to tailor chains to unique requirements. |
58-
| **Cross-Chain Ready** | Native Agglayer support for seamless interoperability. |
18+
#### Developer Tooling Improvements
19+
- Simplified CLI for easier chain deployment and configuration.
20+
- Updated documentation with improved guides for developers.
5921

60-
---
22+
#### Full Execution Proofs
23+
- Comprehensive validation: Verifies that all state transitions executed by the underlying VM (such as Polygon zkEVM) adhere to the protocol’s specifications.
24+
- Flexibility across modes: Supports both rollup and validium modes, providing scalability and security tailored to different use cases.

mkdocs.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ nav:
5757
- Rust SDK: agglayer/agglayer-rs.md
5858
- Token Flows: agglayer/token-flows.md
5959
- CDK:
60-
- Polygon CDK Home: cdk/index.md
60+
- Polygon CDK: cdk/index.md
6161
- Overview: cdk/overview.md
6262
- Current Release:
6363
- Release Notes: cdk/releases/release-notes.md
@@ -74,10 +74,10 @@ nav:
7474
- Resources: cdk/getting-started/cdk-erigon/resources.md
7575
- How To:
7676
- Migration Guides:
77-
- General Guide for Implementation Providers: cdk/how-to/migrate/fork.md
77+
- General Guide: cdk/how-to/migrate/fork.md
7878
- Fork ID 9 to 12: cdk/how-to/migrate/forkid-9-12.md
7979
- Fork ID 7 to 9: cdk/how-to/migrate/forkid-7-to-9.md
80-
- Create Custom Native Token: cdk/how-to/use-native-token.md
80+
- Create A Native Token: cdk/how-to/use-native-token.md
8181
- Integrate DA Layer: cdk/how-to/integrate-da.md
8282
- Manage Allowlists with Policies: cdk/how-to/manage-policies.md
8383
- Quickly Test a Running Stack: cdk/how-to/quick-test-stack.md
@@ -96,16 +96,16 @@ nav:
9696
- Bridging & Interoperability: cdk/concepts/bridging.md
9797
- Admin Upgradeability: cdk/concepts/admin-upgradeability.md
9898
- Architecture:
99-
- CDK FEP High Level View: cdk/architecture/high-level-views.md
100-
- CDK PP High Level View: cdk/architecture/cdk-pp-highlevel-arch.md
101-
- CDK Rollup: cdk/architecture/cdk-zkevm.md
102-
- CDK Validium: cdk/architecture/cdk-validium.md
99+
- FEP Overview: cdk/architecture/high-level-views.md
100+
- PP Overview: cdk/architecture/cdk-pp-highlevel-arch.md
101+
- Rollup Overview: cdk/architecture/cdk-zkevm.md
102+
- Validium Overview: cdk/architecture/cdk-validium.md
103103
- Staking the Bridge (STB): cdk/architecture/staking-the-bridge.md
104104
- Glossary:
105105
- Glossary: cdk/glossary/index.md
106106
- Additional Resources:
107107
- Third-Party Guides: cdk/resources/third-party-guides.md
108-
- CDK Repos: cdk/resources/cdk-repo-reference.md
108+
- Polygon CDK Repos: cdk/resources/cdk-repo-reference.md
109109
- zkEVM:
110110
- zkEVM: zkEVM/index.md
111111
- Overview: zkEVM/overview.md

0 commit comments

Comments
 (0)