Skip to content

Commit 6cb3230

Browse files
committed
chore: remove comment
1 parent c626ecb commit 6cb3230

File tree

1 file changed

+0
-2
lines changed
  • public/content/roadmap/danksharding

1 file changed

+0
-2
lines changed

public/content/roadmap/danksharding/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ summaryPoints:
1818
Proto-Danksharding, also known as [EIP-4844](https://eips.ethereum.org/EIPS/eip-4844), is a way for [rollups](/layer2/#rollups) to add cheaper data to blocks. The name comes from the two researchers who proposed the idea: Protolambda and Dankrad Feist.
1919
Historically, rollups had been limited in how cheap they can make user transactions by the fact that they post their transactions in `CALLDATA`.
2020

21-
<!-- Right now, rollups are limited in how cheap they can make user transactions by the fact that they post their transactions in `CALLDATA`. -->
22-
2321
This is expensive because it is processed by all Ethereum nodes and lives on-chain forever, even though rollups only need the data for a short time. Proto-Danksharding introduces data blobs that can be sent and attached to blocks. The data in these blobs is not accessible to the EVM and is automatically deleted after a fixed time period (set to 4096 epochs at time of writing, or about 18 days). This means rollups can send their data much more cheaply and pass the savings on to end users in the form of cheaper transactions.
2422

2523
<ExpandableCard title="Why do blobs make rollups cheaper?" eventCategory="/roadmap/danksharding" eventName="clicked why do blocks make rollups cheaper?">

0 commit comments

Comments
 (0)