From 412156c5b4ec8a41fc93e1702a0e39c20d710e7f Mon Sep 17 00:00:00 2001 From: autistic-symposium-helper <138340846+autistic-symposium-helper@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:25:33 -0800 Subject: [PATCH] new sharding design with tight beacon and shard block integration, by dankrad (2022) (the original danksharding paper) --- data_availability/ethereum/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/data_availability/ethereum/README.md b/data_availability/ethereum/README.md index 6380209..b84b235 100644 --- a/data_availability/ethereum/README.md +++ b/data_availability/ethereum/README.md @@ -9,3 +9,4 @@ * **[peerdas: a simpler das approach using battle-tested p2p components, by djrtwo (2024)](https://ethresear.ch/t/peerdas-a-simpler-das-approach-using-battle-tested-p2p-components/16541)** * **[fulldas: towards massive scalability with 32MB blocks and beyond, by cskiraly (2024)](https://ethresear.ch/t/fulldas-towards-massive-scalability-with-32mb-blocks-and-beyond/19529)** * **[private data attestation using merkle trees, by ethereum attestation servicei (2023)](https://mirror.xyz/0xeee68aECeB4A9e9f328a46c39F50d83fA0239cDF/BiFUEFJKo6ZsIvPwsP9WPC2UZX0-x_9BdtrvmQo1FwY)** +* **[new sharding design with tight beacon and shard block integration, by dankrad (2022)](https://notes.ethereum.org/@dankrad/new_sharding)** (the original danksharding paper)