mirror of
https://github.com/vacp2p/specs.git
synced 2026-01-09 07:17:56 -05:00
gossipsub: fix typos (#148)
This commit is contained in:
committed by
Raúl Kripalani
parent
817cbfd71a
commit
9e664bf40d
@@ -41,7 +41,7 @@ profiles.
|
||||
|
||||
- Go: [libp2p/go-libp2p-pubsub/gossipsub.go](https://github.com/libp2p/go-libp2p-pubsub/blob/master/gossipsub.go) (experimental)
|
||||
- JS: [ChainSafeSystems/gossipsub-js](https://github.com/ChainSafeSystems/gossipsub-js) – work in progress; check branches and PRs.
|
||||
- Rust: [libp2p/rust-libp2p#898](https://github.com/libp2p/rust-libp2p/pull/898), which implements this spec, although missing some features, and [libp2p/rust-libp2p#767](https://github.com/libp2p/rust-libp2p/pull/767), which is a partial implementation, and differs in some ways to this spec—see [#142](https://github.com/libp2p/specs/issues/142) ofr details.)
|
||||
- Rust: [libp2p/rust-libp2p#898](https://github.com/libp2p/rust-libp2p/pull/898) implements the spec but is missing some features. [libp2p/rust-libp2p#767](https://github.com/libp2p/rust-libp2p/pull/767) is an alternative, partial implementation that differs slightly from the spec (see [#142](https://github.com/libp2p/specs/issues/142) for details).
|
||||
- Gerbil: [vyzo/gerbil-simsub](https://github.com/vyzo/gerbil-simsub) (simulator)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user