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
As I am working towards upgrading the Gossipsub to V1.1 but along the way I am also trying to fill the gaps in existing v1.0 and Pubsub, for this I am taking reference from go-libp2p and libp2p specs.
TODOs
Implement seen_ttl for seen_messages cache in Pubsub Router
Add optional D_LAZY param coming from gossipsub v1.0
Spec: https://github.com/libp2p/specs/blob/master/pubsub/gossipsub/README.md
Ref. impl.: https://github.com/libp2p/go-libp2p-pubsub
The text was updated successfully, but these errors were encountered: