|
|
|
|
|
by DennisP
2898 days ago
|
|
Of course it's not optimal. But consensus mechanisms resilient to Byzantine attack are an active area of academic research, and traditionally they've all required all nodes to hold the complete state. Bitcoin's contribution was a new method that scaled to a much large number of nodes and didn't require a known set of nodes; the tradeoffs were low throughput, long latency, and offering only probabilistic finality. But it wasn't Vitalik who created that; what he did was extend it into an application platform. That platform is working, with live applications including decentralized exchanges, Maker (stable currency and collateralized loans) and Augur (prediction market with decentralized bet resolution). Sharding is one of the main things he and the research team are working on now (along with proof of stake). The current design uses 4000 shards, so unless you consider 1/4000 to be a large subset, it would answer your objection if they manage to get it working. |
|
I don't know how active the Maker userbase is, but Augur has 700 monthly active users.
It seems like it would be possible to manipulate the validator set for a particular shard - also, isn't part of the point of ethereum to be able to access information from other contracts? How do you guarantee that that contract is on the same shard?