From 7203e18c6fef5363b49db8bbf53a3532eebe0afd Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" <110212804+fryorcraken@users.noreply.github.com> Date: Tue, 2 May 2023 17:56:25 +1000 Subject: [PATCH] Fix links and add notes on Waku v1 deprecation (#1707) --- waku/v1/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/waku/v1/README.md b/waku/v1/README.md index 3c185c650..4813fcf92 100644 --- a/waku/v1/README.md +++ b/waku/v1/README.md @@ -4,7 +4,7 @@ This folder contains code related to Waku v1, both as a node and as a protocol. ## Introduction -This is a Nim implementation of the Nim implementation of the [Waku v1 protocol](https://specs.vac.dev/waku/waku.html) and a cli application `wakunode` that allows you to run a Waku enabled node from command line. +This is a Nim implementation of the Nim implementation of the [Waku v1 protocol](https://rfc.vac.dev/spec/6/) and a cli application `wakunode` that allows you to run a Waku enabled node from command line. For supported specification details see [here](#spec-support). @@ -13,6 +13,8 @@ an experimental Whisper - Waku bridging option. The underlying transport protocol is [rlpx + devp2p](https://github.com/ethereum/devp2p/blob/master/rlpx.md) and the [nim-eth](https://github.com/status-im/nim-eth) implementation is used. +⚠️ Note that Waku v1 development has been stopped, in favour of libp2p-based protocol Waku v2: [specs](https://rfc.vac.dev/spec/10/), [code](https://github.com/waku-org/nwaku/tree/master/waku/v2). + ## How to Build & Run All of the below commands should be executed at the root level, i.e. `cd ../..`.