libp2p / go-libp2p-pubsub

The PubSub implementation for go-libp2p
https://github.com/libp2p/specs/tree/master/pubsub
Other
319 stars 185 forks source link

Add support for custom gossipsub protocols #413

Closed vyzo closed 3 years ago

vyzo commented 3 years ago

This adds support for custom gossipsub protocols, with an associated feature test function, and a gossipsub router option to specify them.

Closes #408

Stebalien commented 3 years ago

Except CI needs some fixing.

vyzo commented 3 years ago

travis has gone AWOL since yesterday; what's worse it doesn't even let me restart the builds (and it didn't let @raulk either).

We need to move away from it ASAP.

vyzo commented 3 years ago

fwis tests all pass locally.

Stebalien commented 3 years ago

Merge when comfortable.