From c7939bcebf0e1e77d57b169410adf14135bb15de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Thor=C3=A9n?= Date: Fri, 21 Feb 2020 17:56:15 +0800 Subject: [PATCH] Create WAKU.md with spec support (#1855) * Create WAKU.md with spec support See https://github.com/vacp2p/pm/issues/7 * Update WAKU.md * Update WAKU.md Co-Authored-By: Adam Babik * Update WAKU.md Co-Authored-By: Adam Babik * Update WAKU.md * Update WAKU.md * Update WAKU.md Co-authored-by: Adam Babik --- WAKU.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 WAKU.md diff --git a/WAKU.md b/WAKU.md new file mode 100644 index 000000000..18c3e2e97 --- /dev/null +++ b/WAKU.md @@ -0,0 +1,15 @@ +# Waku spec support + +*Last updated February 21, 2020* + +status-go client of Waku is spec compliant with [Waku spec v0.4](https://specs.vac.dev/waku.html) with the exception of: +- Currently nodes with higher version don't automatically disconnect if versions are different + +It doesn't yet implement the following recommended features: +- It doesn't apply a timeout to receive Status message +- Partial support for rate limiting +- No support for DNS discovery to find Waku nodes +- No support for negotiation with peer supporting multiple version + +Additionally it makes the following choices: +- It doesn't enforce rate limit policy