-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e0983e
commit 664dc60
Showing
2 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,38 @@ | ||
# Polygon CDK Version 12 Release Notes | ||
# Version 12 Release Notes | ||
|
||
**Polygon CDK Version 12** introduces critical updates to enhance performance, security, and developer experience, with a focus on **Full Execution Proofs** and **Erigon integration**. | ||
Polygon CDK Version 12 introduces critical updates to enhance performance, security, and the developer experience, including Full Execution Proofs and Erigon integration. | ||
|
||
--- | ||
|
||
## Key Updates | ||
|
||
### Full Execution Proofs | ||
- **zk-Based Security:** Ensures robust transaction validation with zero-knowledge proofs. | ||
- **Rollback Sequences:** Introduces protocol flexibility with minimal downtime for updates and recovery. | ||
- **Customizable Upgrades:** Supports sovereign updates, allowing operators to manage their chain independently. | ||
- zk-based security for robust transaction validation. | ||
- Rollback sequences for protocol flexibility and minimal downtime. | ||
- Customizable upgrades, allowing operators to manage their chain independently. | ||
|
||
### Erigon Client Integration | ||
- **Ethereum Compatibility:** Seamless interaction with Ethereum-based tools and infrastructure. | ||
- **High Performance:** Increased transaction throughput (TPS) and improved efficiency for high-demand chains. | ||
- Seamless compatibility with Ethereum-based tools and infrastructure. | ||
- Increased transaction throughput (TPS) for high-demand chains. | ||
|
||
### Enhanced Prover Capacity | ||
- Supports higher zkCounter limits for complex computations and high transaction loads. | ||
- Supports higher zkCounter limits for complex computations and high transaction volumes. | ||
|
||
### Improved Developer Experience | ||
- **CLI Enhancements:** Simplifies chain deployment and reduces time-to-market. | ||
- **Updated Documentation:** Provides clearer guidance for building and deploying chains with CDK. | ||
- CLI enhancements simplify chain deployment and reduce time-to-market. | ||
- Updated documentation provides clearer guidance for building and deploying chains. | ||
|
||
--- | ||
|
||
## Benefits for Developers | ||
- **Security:** Full Execution Proofs deliver advanced zk-based protection for transactions. | ||
- **Scalability:** Enhanced prover capacity supports high TPS and complex applications. | ||
- **Performance:** Erigon integration boosts chain speed and ensures compatibility with Ethereum tooling. | ||
- **Security:** Advanced zk-based protection for transactions. | ||
- **Scalability:** Supports high TPS and complex applications. | ||
- **Performance:** Boosts chain speed and ensures compatibility with Ethereum tooling. | ||
|
||
--- | ||
|
||
## Next Steps | ||
- **[Explore the Full Features](../cdk/concepts/overview.md):** Learn about Full Execution Proofs and Erigon integration. | ||
- **[Deploy Your Chain](../cdk/getting-started/cli-guide.md):** Follow the CLI guide to launch your Layer 2 solution. | ||
- [Explore the Full Features](../cdk/concepts/overview.md): Learn more about Full Execution Proofs and Erigon integration. | ||
- [Deploy Your Chain](../cdk/getting-started/cli-guide.md): Follow the CLI guide to launch your Layer 2 solution. | ||
|
||
Polygon CDK Version 12 provides the tools to build scalable, secure, and high-performance Layer 2 solutions. Start building today! |