From 41399df611afc04d00f437402b4debdf9a34d1bb Mon Sep 17 00:00:00 2001 From: Oskar Thoren Date: Fri, 3 Jul 2020 13:02:50 +0800 Subject: [PATCH] Move gossipsub implementation status to gossipsub spec --- pubsub/README.md | 1 - pubsub/gossipsub/README.md | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubsub/README.md b/pubsub/README.md index 362ccdf..cdd3fd5 100644 --- a/pubsub/README.md +++ b/pubsub/README.md @@ -70,7 +70,6 @@ You can find information about the PubSub research and notes in the following re - [status-im/nim-libp2p/floodsub](https://github.com/status-im/nim-libp2p/blob/master/libp2p/protocols/pubsub/floodsub.nim) - GossipSub, extensible baseline pubsub (2018) - [gossipsub](https://github.com/libp2p/specs/tree/master/pubsub/gossipsub#implementation-status) - - [status-im/nim-libp2p/gossipsub](https://github.com/status-im/nim-libp2p/blob/master/libp2p/protocols/pubsub/gossipsub.nim) - [EpiSub](https://github.com/libp2p/specs/blob/master/pubsub/gossipsub/episub.md), an epidemic broadcast tree router (defined 2018, not yet started as of Oct 2018) ## The RPC diff --git a/pubsub/gossipsub/README.md b/pubsub/gossipsub/README.md index 4dd5a05..6e95759 100644 --- a/pubsub/gossipsub/README.md +++ b/pubsub/gossipsub/README.md @@ -28,7 +28,8 @@ Legend: ✅ = complete, 🏗 = in progress, ❕ = not started yet | [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) | ✅ | ❕ +| [jvm-libp2p (Java/Kotlin)](https://github.com/libp2p/jvm-libp2p/tree/develop/src/main/kotlin/io/libp2p/pubsub) | ✅ | ❕ | +| [nim-libp2p (Nim)](https://github.com/status-im/nim-libp2p/blob/master/libp2p/protocols/pubsub/gossipsub.nim) | ✅ | 🏗 | Additional tooling: