diff --git a/pubsub/gossipsub/episub.md b/pubsub/gossipsub/episub.md index 416a73a..a644ca2 100644 --- a/pubsub/gossipsub/episub.md +++ b/pubsub/gossipsub/episub.md @@ -1,10 +1,19 @@ # Episub: Proximity Aware Epidemic PubSub for libp2p -Revision: draft 1, 2018-06-28 +| Lifecycle Stage | Maturity | Status | Latest Revision | +|-----------------|---------------|--------|-----------------| +| 1A | Working Draft | Active | r1, 2018-06-28 | -Author: vyzo +Authors: [@vyzo] -Editor: jamesray1 +Interest Group: [@yusefnapora], [@raulk], [@vyzo], [@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 Author's note: - This is based on an earlier research draft about an epidemic broadcast protocol @@ -13,6 +22,8 @@ Author's note: optimized for single source multicast and scenarios with a few fixed sources broadcasting to a large number of clients in a topic. +--- + - [Introduction](#introduction)