Ethereum Prototype Suggests Reduced RowDAS Design Could Ease Rollup Computing Burden
A recent report by Ethereum researcher Csaba Kiraly proposes a reduced version of RowDAS, a networking protocol aimed at easing the computing burden on layer-2 rollups. The prototype divides blob-recovery duties among nodes and demonstrates an estimated 11-18× reduction in reconstruction computing work across 1,000-node simulations.
The simulation results suggest that operators could reduce duplicated work through this smaller change to RowDAS without introducing new row-networking channels. In the reduced design, assigned nodes share recovered cells through existing column-distribution channels, with high-custody nodes retaining a delayed recovery role for anything still missing.
The measurements remain limited to simulated networks using real cryptography, and Kiraly reported no devnet results. The full RowDAS proposal, specified in draft EIP-8371, would add another recovery route: row channels let smaller nodes pool their data and reconstruct collectively when their combined holdings clear the recovery threshold.
The reduced design retains today's dependence on high-custody nodes and cannot provide that additional resilience. The immediate opportunity is narrower: reducing the processor work needed for recovery, with broader resilience benefits dependent on a later row layer.