Skip to content

Commit 4d3a741

Browse files
committed
Merge branch 'mitchpolygon-dev' into dev
2 parents 5607a98 + 159073e commit 4d3a741

20 files changed

+881
-45
lines changed

docs/agglayer/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ The unified bridge is a single bridge contract for all AggLayer-connected chains
4444

4545
### AggLayer service
4646

47-
The AggLayer service is designed to receive ZK proofs from various CDK and non-CDK chains, and verify their validity before sending them to the L1 Ethereum for final settlement. Currently, the AggLayer service has two implementations: [agglayer-go](agglayer-go.md) and [agglayer-rs](agglayer-rs.md).
47+
The AggLayer service is designed to receive ZK proofs from various CDK and non-CDK chains, and verify their validity before sending them to the L1 Ethereum for final settlement. Currently, the AggLayer service has two implementations: [agglayer-go](agglayer-go.md) and [agglayer-rs](agglayer-rs.md).

docs/agglayer/unified-bridge.md

Lines changed: 805 additions & 8 deletions
Large diffs are not rendered by default.

docs/cdk/how-to/migrate/forkid-9-12.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,9 @@
66

77
To initiate a CDK chain upgrade, the Implementation Provider can request support from Polygon by submitting the "*Request Help for an Issue with an Existing CDK Chain*" through the [service desk](https://cdk.polygon.technology/).
88

9-
<table>
10-
<tr>
11-
<td>
12-
<img alt="CDK Service Desk" src="https://github.com/mitchpolygon/polygon-docs/blob/main/docs/img/cdk/CDK-service-desk.png?raw=true" width="300" height="200"/>
13-
</td>
14-
<td>
15-
<img alt="Example Request" src="https://github.com/mitchpolygon/polygon-docs/blob/main/docs/img/cdk/Example-request.png?raw=true" width="300" height="200"/>
16-
</td>
17-
</tr>
18-
<tr>
19-
<td align="center"><strong>CDK Service Desk</strong></td>
20-
<td align="center"><strong>Example Request</strong></td>
21-
</tr>
22-
</table>
9+
| ![CDK Service Desk](https://raw.githubusercontent.com/0xPolygon/polygon-docs/a8eee02f74ed28011ccaec99ae73b5b95d768b87/docs/img/cdk/Service-desk-screenshot.png) | ![Example Request](https://raw.githubusercontent.com/0xPolygon/polygon-docs/a8eee02f74ed28011ccaec99ae73b5b95d768b87/docs/img/cdk/Example-request-screenshot.png) |
10+
|:------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
11+
| **CDK Service Desk**| **Example Request**|
2312

2413
Polygon will then collaborate with the Implementation Provider to **schedule** the UTC timing and dates for the upgrade.
2514

@@ -316,4 +305,4 @@ Update FROM node version [0.6.7+cdk.1](https://hub.docker.com/layers/0xpolygon/c
316305

317306
- `cast send $TIMELOCK_ADDR $SCHEDULE_DATA --private-key $ADMIN_KEY --rpc-url $L1_URL`
318307
- Wait timelock delay
319-
- `cast send $TIMELOCK_ADDR $EXECUTE_DATA --private-key $ADMIN_KEY --rpc-url $L1_URL`
308+
- `cast send $TIMELOCK_ADDR $EXECUTE_DATA --private-key $ADMIN_KEY --rpc-url $L1_URL`

docs/cdk/releases/release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Polygon CDK Version 12 introduces critical updates to enhance performance, security, and the developer experience, including Full Execution Proofs and Erigon integration.
1+
Polygon CDK Fork ID 12 introduces critical updates to enhance performance, security, and the developer experience, including Full Execution Proofs and Erigon integration.
22

33
---
44

@@ -33,4 +33,4 @@ Polygon CDK Version 12 introduces critical updates to enhance performance, secur
3333
- [Explore the Full Features](../cdk/concepts/overview.md): Learn more about Full Execution Proofs and Erigon integration.
3434
- [Deploy Your Chain](../cdk/getting-started/cli-guide.md): Follow the CLI guide to launch your Layer 2 solution.
3535

36-
Polygon CDK Version 12 provides the tools to build scalable, secure, and high-performance Layer 2 solutions. Start building today!
36+
Polygon CDK Fork ID 12 provides the tools to build scalable, secure, and high-performance Layer 2 solutions. Start building today!
392 KB
Loading
207 KB
Loading

docs/img/zkEVM/L1InfoTree.png

194 KB
Loading

docs/img/zkEVM/L1MET.png

147 KB
Loading

docs/img/zkEVM/LET.png

152 KB
Loading

docs/img/zkEVM/RET.png

150 KB
Loading

0 commit comments

Comments
 (0)