|
|
|
|
|
by lavrov
2897 days ago
|
|
Verifiable computation is an active and developed area of research in cryptography, and the validation method of having every node run every step of every computation is the most naive approach. There are plenty of ways to prove to you that I faithfully executed a computation that don't rely on your also having performed the computation. 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? |
|
Augur just launched a couple weeks ago.
Preventing validator set manipulation is an important part of sharding research. Part of the solution is getting good random numbers that can't be manipulated, and there are several approaches for that.
Cross-shard communication gets complicated. There are some ideas for it, but that's several years down the road. It'll still be a big step up to have lots of shards, each with the capacity of the full blockchain today, sharing the security of all of them but not getting swamped with traffic if something gets really popular on another shard.