Skip to content

Commit 8af11d9

Browse files
committed
Link PRs
1 parent c942069 commit 8af11d9

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

pubsub/gossipsub/implementation-status.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@ Gossipsub versions and Extensions.
1515

1616
## Gossipsub Extensions
1717

18-
| | [Choke Extensions] | [Partial Messages] |
19-
| ------------- | ------------------ | ------------------ |
20-
| [Go libp2p] | Not Implemented | PR Soon |
21-
| [Rust libp2p] | Not Implemented | Not Implemented |
22-
| [JS libp2p] | Not Implemented | Not Implemented |
23-
| [Nim libp2p] | Not Implemented | Not Implemented |
24-
| [Java libp2p] | Not Implemented | Not Implemented |
18+
| | [Choke Extensions] | [Partial Messages] |
19+
| ------------- | ------------------ | --------------------------------------------------------- |
20+
| [Go libp2p] | Not Implemented | [PR](https://github.com/libp2p/go-libp2p-pubsub/pull/631) |
21+
| [Rust libp2p] | Not Implemented | Not Implemented |
22+
| [JS libp2p] | Not Implemented | Not Implemented |
23+
| [Nim libp2p] | Not Implemented | Not Implemented |
24+
| [Java libp2p] | Not Implemented | Not Implemented |
2525

2626
## Gossipsub Implementation Improvements
2727

28-
| | [Batch Publishing] | [IDONTWANT on First Publish] | [WFR Gossip] |
29-
| ------------- | ------------------------------------------------------------------------ | --------------------------------------------------------- | --------------------- |
30-
| [Go libp2p] | [](https://pkg.go.dev/github.com/libp2p/go-libp2p-pubsub#MessageBatch) | [](https://github.com/libp2p/go-libp2p-pubsub/pull/612) | In Progress (PR Soon) |
31-
| [Rust libp2p] | Not Implemented | [](https://github.com/libp2p/rust-libp2p/pull/5773) | Not Implemented |
32-
| [JS libp2p] | Not Implemented | Not Implemented | Not Implemented |
33-
| [Nim libp2p] | Not Implemented | Not Implemented | Not Implemented |
34-
| [Java libp2p] | Not Implemented | Not Implemented | Not Implemented |
28+
| | [Batch Publishing] | [IDONTWANT on First Publish] | [WFR Gossip] |
29+
| ------------- | ------------------------------------------------------------------------ | --------------------------------------------------------- | --------------------------------------------------------- |
30+
| [Go libp2p] | [](https://pkg.go.dev/github.com/libp2p/go-libp2p-pubsub#MessageBatch) | [](https://github.com/libp2p/go-libp2p-pubsub/pull/612) | [PR](https://github.com/libp2p/go-libp2p-pubsub/pull/632) |
31+
| [Rust libp2p] | Not Implemented | [](https://github.com/libp2p/rust-libp2p/pull/5773) | Not Implemented |
32+
| [JS libp2p] | Not Implemented | Not Implemented | Not Implemented |
33+
| [Nim libp2p] | Not Implemented | Not Implemented | Not Implemented |
34+
| [Java libp2p] | Not Implemented | Not Implemented | Not Implemented |
3535

3636
[Go libp2p]: https://github.com/libp2p/go-libp2p-pubsub
3737
[Rust libp2p]: https://github.com/libp2p/rust-libp2p/tree/master/protocols/gossipsub

0 commit comments

Comments
 (0)