Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 83 additions & 0 deletions src/data/eips/XXXX.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
{
"id": null,
"title": "2D PeerDAS and Partial Reconstruction",
"status": "Draft",
"description": "A native 2D PeerDAS design to support fine-grained sampling, symmetric participation for reconstruction and strong security guarantees.",
"author": "Leo (@leobago)",
"type": "Standards Track",
"category": "Core",
"createdDate": "2026-02-04",
"discussionLink": "https://ethereum-magicians.org/t/hegota-headliner-partial-reconstruction-and-2d-peerdas/27652",
"reviewer": "bot",
"layer": "CL",
"forkRelationships": [
{
"forkName": "Hegota",
"statusHistory": [
{
"status": "Proposed",
"call": "acdc/174",
"date": "2026-02-05"
}
],
"isHeadliner": false,
"wasHeadlinerCandidate": true,
"champions": [
{
"name": "Leo",
"discord": "leobago"
}
],
"presentationHistory": [
{
"type": "headliner_proposal",
"link": "https://ethereum-magicians.org/t/hegota-headliner-partial-reconstruction-and-2d-peerdas/27652",
"date": "2026-02-04"
},
{
"type": "headliner_presentation",
"call": "acdc/174",
"date": "2026-02-05"
}
]
}
],
"laymanDescription": "New DAS design by enabling row-level data dissemination and partial reconstruction via cell-level messaging and 2D PeerDAS",
"stakeholderImpacts": {
"endUsers": {
"description": "More scalability and reliability"
},
"appDevs": {
"description": ""
},
"walletDevs": {
"description": ""
},
"toolingInfra": {
"description": ""
},
"layer2s": {
"description": "More reliable blob availability"
},
"stakersNodes": {
"description": "Lower bandwidth and storage pressure; more flexible participation in reconstruction"
},
"clClients": {
"description": "Lower bandwidth for sampling; must implement 2D encoding and cell-level sampling logic"
},
"elClients": {
"description": "Better re-use of blob mempool data"
}
},
"benefits": [
"Reduces reliance on high-bandwidth supernodes",
"Improves liveness under partial data withholding",
"Allows availability recovery to scale with node capacity",
"Finer sampling granularity"
],
"tradeoffs": [
"Increased protocol complexity compared to baseline 1D PeerDAS",
"Additional networking primitives for cell-level dissemination",
"More involved encoding (2D) and sampling logic"
]
}
Loading