diff --git a/src/data/eips/XXXX.json b/src/data/eips/XXXX.json new file mode 100644 index 0000000..77568e6 --- /dev/null +++ b/src/data/eips/XXXX.json @@ -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" + ] +}