ethresearch / sharding-p2p-poc

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

Validate content in pubsub #18

Closed mhchia closed 6 years ago

mhchia commented 6 years ago

What is wrong?

We need to validate the received content(collations, beacon chain messages, ...) before relaying them.

How can it be fixed