chore: update js gossipsub implementation status to complete

This commit is contained in:
Vasco Santos
2020-08-28 10:38:52 +02:00
parent 36556f0c56
commit 0a992c3648

View File

@@ -25,7 +25,7 @@ Legend: ✅ = complete, 🏗 = in progress, ❕ = not started yet
| Name | v1.0 | v1.1 |
|--------------------------------------------------------------------------------------------------|:-----:|:-----:|
| [go-libp2p-pubsub (Golang)](https://github.com/libp2p/go-libp2p-pubsub/blob/master/gossipsub.go) | ✅ | ✅ |
| [js-libp2p-gossipsub (JavaScript)](https://github.com/ChainSafe/js-libp2p-gossipsub) | ✅ | 🏗 |
| [js-libp2p-gossipsub (JavaScript)](https://github.com/ChainSafe/js-libp2p-gossipsub) | ✅ | |
| [rust-libp2p (Rust)](https://github.com/libp2p/rust-libp2p/tree/master/protocols/gossipsub) | 🏗 | 🏗 |
| [py-libp2p (Python)](https://github.com/libp2p/py-libp2p/tree/master/libp2p/pubsub) | ✅ | 🏗 |
| [jvm-libp2p (Java/Kotlin)](https://github.com/libp2p/jvm-libp2p/tree/develop/src/main/kotlin/io/libp2p/pubsub) | ✅ | 🏗 |