Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt existing specs to lifecycle framework #177

Merged
merged 13 commits into from
Jul 3, 2019
Prev Previous commit
Next Next commit
add header to gossipsub spec
  • Loading branch information
yusefnapora committed Jun 21, 2019
commit 5123bd0fd5658e112aa2f98e84873c976a09caf6
23 changes: 21 additions & 2 deletions pubsub/gossipsub/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
# gossipsub: An extensible baseline pubsub protocol

Revision: r1; 2018-08-29
| Lifecycle Stage | Maturity | Status | Latest Revision |
|-----------------|----------------|--------|-----------------|
| 3A | Recommendation | Active | r1, 2018-08-29 |

Author: vyzo

Authors: [@vyzo]

Interest Group: [@yusefnapora], [@raulk], [@whyrusleeping], [@Stebalien], [@jamesray1]

[@whyrusleeping]: https://github.com/whyrusleeping
[@yusefnapora]: https://github.com/yusefnapora
[@raulk]: https://github.com/raulk
[@vyzo]: https://github.com/vyzo
[@Stebalien]: https://github.com/Stebalien
[@jamesray1]: https://github.com/jamesray1

See the [lifecycle document][lifecycle-spec] for context about maturity level
and spec status.

[lifecycle-spec]: https://github.com/libp2p/specs/blob/master/00-framework-01-spec-lifecycle.md

---

This is the specification for an extensible baseline pubsub protocol,
based on randomized topic meshes and gossip. It is a general purpose
Expand Down