1. Simplify Ethereum node architecture. The EL can become a library instead of being a full blown node.
Dec 29, 2021 • 12 tweets • 3 min read
I'm thinking about a new sharding design, where instead of having independent proposers for each shard, all shard blocks in one slot are proposed together with the beacon block. This leads to a major simplification of the sharding design 1/n
notes.ethereum.org/@dankrad/new_s…
In the previous design, at each slot, shard blocks are independently proposed and data availability has to be verified by committees. We can't just do that check globally for all shards or each proposer has the ability to disrupt the whole process (liveness failure) 2/n