ethresearch / sharding-p2p-poc

Proof of Concept of Ethereum Serenity Peer-to-Peer Layer on libp2p PubSub System
40 stars 19 forks source link

Design simulation #25

Open mhchia opened 6 years ago

mhchia commented 6 years ago

What is wrong?

Currently, we only have the simulation of floodsub/gossipsub by jannikluhn. We should have one for the sharding-p2p layer.

How can it be fixed?

The simulation should be able to be done by

The best situation is we should be able to switch to simulation mode by modifying as little code as possible


Edited: Added the link to mock components and example usages.