Skip to content

Commit c942069

Browse files
committed
Add implementation improvements
1 parent bb76e67 commit c942069

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

pubsub/gossipsub/implementation-status.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ Gossipsub versions and Extensions.
2323
| [Nim libp2p] | Not Implemented | Not Implemented |
2424
| [Java libp2p] | Not Implemented | Not Implemented |
2525

26+
## Gossipsub Implementation Improvements
27+
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 |
35+
2636
[Go libp2p]: https://github.com/libp2p/go-libp2p-pubsub
2737
[Rust libp2p]: https://github.com/libp2p/rust-libp2p/tree/master/protocols/gossipsub
2838
[JS libp2p]: https://github.com/ChainSafe/js-libp2p-gossipsub
@@ -32,3 +42,6 @@ Gossipsub versions and Extensions.
3242
[1.3-alpha]: https://github.com/libp2p/specs/issues/687
3343
[Choke Extensions]: https://github.com/libp2p/specs/pull/681
3444
[Partial Messages]: https://github.com/libp2p/specs/pull/685
45+
[Batch Publishing]: https://ethresear.ch/t/improving-das-performance-with-gossipsub-batch-publishing/21713
46+
[IDONTWANT on first Publish]: https://github.com/libp2p/go-libp2p-pubsub/issues/610
47+
[WFR Gossip]: https://ethresear.ch/t/the-paths-of-least-resistance-introducing-wfr-gossip/22671/3

0 commit comments

Comments
 (0)