libp2p / specs

Technical specifications for the libp2p networking stack
https://libp2p.io
1.56k stars 273 forks source link

pubsub/gossipsub/README: Mark rust gossipsub v1.0 as complete #310

Closed mxinden closed 3 years ago

mxinden commented 3 years ago

With https://github.com/libp2p/rust-libp2p/pull/898 and https://github.com/libp2p/rust-libp2p/pull/1720 I think it is safe to say that the Rust GossipSub v1.0 implementation is complete.

@AgeManning please correct me in case I am missing something.

AgeManning commented 3 years ago

Yes, it is complete up to what is written in the spec.

We don't have signed peer records, but that is not gossipsub-specific.

Anyone wanting further features into our gossipsub, they can make issues to the repo and we can add them. I think we should mark it as complete in specs.