koinos / koinos-p2p

The p2p microservice orchestrates the distribution of blocks and transactions between peers.
MIT License
6 stars 4 forks source link

Ensure that we don't gossip blocks we can't apply #76

Closed theoreticalbts closed 3 years ago

theoreticalbts commented 3 years ago

We shouldn't gossip blocks we can't apply locally.

Libp2p has the ability to do an application-specific check for gossip items.

We need to be sure that block application is properly plugged into that application-specific check interface.