Skip to content

Commit 71eda9c

Browse files
authored
Update rollup-vs-validium.md
Added a note clarifying that EIP4844 is not actually supported in the CDK at this time.
1 parent 06ae926 commit 71eda9c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/cdk/concepts/rollup-vs-validium.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Using Ethereum to store transaction data is generally considered the most secure
1010

1111
Within the rollup category, there are further nuances to storing transaction data on Ethereum. Some rollups post serialized transaction data directly, whereas others post state differences instead. Some rollups use [calldata](https://docs.soliditylang.org/en/v0.8.26/types.html#data-location) to store transaction data, while others use more recent Ethereum features such as Blobs, introduced in [EIP-4844](https://www.eip4844.com/).
1212

13-
The CDK provides full flexibility to developers to choose what to do with transaction data, including the ability to build rollups that store data on Ethereum as a rollup like the Polygon zkEVM.
13+
The CDK provides full flexibility to developers to choose what to do with transaction data, including the ability to build rollups that store data on Ethereum as a rollup like the Polygon zkEVM.
14+
15+
Note: Currently, the rollup mode of Polygon CDK does not support BLOB mode (EIP4844), but this functionality is coming soon.
1416

1517
## Validiums
1618

@@ -61,4 +63,4 @@ Below is a breakdown of the technical differences between a zkEVM rollup and val
6163
## Further reading
6264

6365
- [Ethereum documentation: rollups](https://ethereum.org/en/developers/docs/scaling/#rollups)
64-
- [Ethereum documentation: validiums](https://ethereum.org/en/developers/docs/scaling/validium/)
66+
- [Ethereum documentation: validiums](https://ethereum.org/en/developers/docs/scaling/validium/)

0 commit comments

Comments
 (0)