You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gossipsub is a pubsub router implementation that succeeded Floodsub as the default pubsub router for libp2p and IPFS. Over the last months, the IPFS/libp2p teams have been working on extending the initial version of gossipsub to improve bootstrapping and protocol attack resistance. The extensions change the algorithms that prescribe local peer behaviour and are fully backwards compatible with v1.0 of the protocol. Peers that implement these extensions, advertise v1.1 of the protocol using /meshsub/1.1.0 as the protocol string.
I created this Issue to track the gossipsub update work and provide visibility for the libp2p@0.29 release work. Feel free to change/decouple milesones if it is easier for your side. Meanwhile, we are going to start working on the signed peer records as we need this to gossipsub and rendezvous (#651).
https://github.com/libp2p/specs/blob/master/pubsub/gossipsub/gossipsub-v1.1.md
Background
Gossipsub is a pubsub router implementation that succeeded Floodsub as the default pubsub router for libp2p and IPFS. Over the last months, the IPFS/libp2p teams have been working on extending the initial version of gossipsub to improve bootstrapping and protocol attack resistance. The extensions change the algorithms that prescribe local peer behaviour and are fully backwards compatible with v1.0 of the protocol. Peers that implement these extensions, advertise v1.1 of the protocol using /meshsub/1.1.0 as the protocol string.
References:
Milestones
0) Refactor Pubsub base protocol
1) Support topic validators
2) Full gossipsub v1.1 implementation
3) Integrate signed peer records
4) Integration on libp2p and ipfs, with interop tests running
libp2p/js-libp2p-pubsub#67
The text was updated successfully, but these errors were encountered: