From a6a9d6bcb127044e13b47c229da7a5b3f66eadf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Thor=C3=A9n?= Date: Fri, 21 Feb 2020 18:00:24 +0800 Subject: [PATCH] Waku v0.4 (#107) - Simplify implementation matrix with latest state - Introduces a new required packet code Status Code (`0x22`) for communicating option changes - Deprecates the following packet codes: PoW Requirement (`0x02`), Bloom Filter (`0x03`), Rate limits (`0x20`), Topic interest (`0x21`) - all superseded by the new Status Code (`0x22`) - Increased `topic-interest` capacity from 1000 to 10000 --- specs/waku/waku.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/waku/waku.md b/specs/waku/waku.md index ea05094d..d1255541 100644 --- a/specs/waku/waku.md +++ b/specs/waku/waku.md @@ -518,7 +518,7 @@ Known static nodes MAY also be used. ### Version 0.4 -Released [February 20, 2020](https://github.com/vacp2p/specs/commit/ce12c499e0ac484dee2b05a307c86a164ae3f178). +Released [February 21, 2020](https://github.com/vacp2p/specs/commit/17bd066e317bbe33af07146b721d73f24de47e88). - Simplify implementation matrix with latest state - Introduces a new required packet code Status Code (`0x22`) for communicating option changes