koinos / koinos-p2p

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

Libp2p Pub/Sub #42

Closed mvandeberg closed 3 years ago

mvandeberg commented 3 years ago

We stumbled across and official pub/sub written on top of libp2p which looks like it might meet our needs for gossip mode.

https://github.com/libp2p/go-libp2p-pubsub

Research how pubsub works and if it looks compatible with what we need, write a prototype to replace gossip.