Skip to content

Commit b5f7fce

Browse files
authored
add gossipsub 1.2 links to the Readme (#645)
1 parent b63cdeb commit b5f7fce

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

pubsub/gossipsub/README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,21 @@ If you are new to Gossipsub and/or PubSub in general, we recommend you to first:
1616

1717
- [gossipsub-v1.0](gossipsub-v1.0.md): v1.0 of the gossipsub protocol. This is a revised specification, to use a more normative language. The original v1.0 specification is [here](gossipsub-v1.0-old.md), still a good read.
1818
- [gossipsub-v1.1](gossipsub-v1.1.md): v1.1 of the gossipsub protocol.
19+
- [gossipsub-v1.2](gossipsub-v1.2.md): v1.2 of the gossipsub protocol. This includes the aggregation of the IDONTWANT control messages to the specs.
1920
- [(not in use) episub](episub.md): a research note on a protocol building on top of gossipsub to implement [epidemic broadcast trees](https://www.gsd.inesc-id.pt/~ler/reports/srds07.pdf).
2021

2122
## Implementation status
2223

2324
Legend: ✅ = complete, 🏗 = in progress, ❕ = not started yet
2425

25-
| Name | v1.0 | v1.1 |
26-
|--------------------------------------------------------------------------------------------------|:-----:|:-----:|
27-
| [go-libp2p-pubsub (Golang)](https://github.com/libp2p/go-libp2p-pubsub/blob/master/gossipsub.go) |||
28-
| [js-libp2p-gossipsub (JavaScript)](https://github.com/ChainSafe/js-libp2p-gossipsub) |||
29-
| [rust-libp2p (Rust)](https://github.com/libp2p/rust-libp2p/tree/master/protocols/gossipsub) |||
30-
| [py-libp2p (Python)](https://github.com/libp2p/py-libp2p/tree/master/libp2p/pubsub) || 🏗 |
31-
| [jvm-libp2p (Java/Kotlin)](https://github.com/libp2p/jvm-libp2p/tree/develop/src/main/kotlin/io/libp2p/pubsub) || 🏗 |
32-
| [nim-libp2p (Nim)](https://github.com/status-im/nim-libp2p/blob/master/libp2p/protocols/pubsub/gossipsub.nim) || 🏗 |
26+
| Name | v1.0 | v1.1 | v1.2 |
27+
|--------------------------------------------------------------------------------------------------|:-----:|:-----:|:----:|
28+
| [go-libp2p-pubsub (Golang)](https://github.com/libp2p/go-libp2p-pubsub/blob/master/gossipsub.go) ||||
29+
| [js-libp2p-gossipsub (JavaScript)](https://github.com/ChainSafe/js-libp2p-gossipsub) | |||
30+
| [rust-libp2p (Rust)](https://github.com/libp2p/rust-libp2p/tree/master/protocols/gossipsub) | | | |
31+
| [py-libp2p (Python)](https://github.com/libp2p/py-libp2p/tree/master/libp2p/pubsub) || 🏗 ||
32+
| [jvm-libp2p (Java/Kotlin)](https://github.com/libp2p/jvm-libp2p/tree/develop/src/main/kotlin/io/libp2p/pubsub) || 🏗 ||
33+
| [nim-libp2p (Nim)](https://github.com/status-im/nim-libp2p/blob/master/libp2p/protocols/pubsub/gossipsub.nim) || 🏗 ||
3334

3435
Additional tooling:
3536

0 commit comments

Comments
 (0)