From bbf27a2a3e1d6dd8e9e38f18235ade03ca1c2f80 Mon Sep 17 00:00:00 2001 From: Oskar Thoren Date: Tue, 7 Jul 2020 10:46:52 +0800 Subject: [PATCH] Add Waku v2 to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9fc5fbbe2..af7867f74 100644 --- a/README.md +++ b/README.md @@ -138,3 +138,13 @@ Additionally it makes the following choices: - It doesn't send message confirmations - It has partial support for accounting: - Accounting of total resource usage and total circulated envelopes is done through metrics But no accounting is done for individual peers. + +## Waku v2 + +Waku v2 is under active development but is currently in an early alpha state. +See `waku/node` and `waku/protocol` directory for more details on the current +state. + +Here's a post outlining the [current plan for Waku +v2](https://vac.dev/waku-v2-plan), and here's the current roadmap and progress +https://github.com/vacp2p/research/issues/40