From 82c94db89f1fb628d3889ca2ed9f2090d6f88631 Mon Sep 17 00:00:00 2001 From: Dean Eigenmann <7621705+decanus@users.noreply.github.com> Date: Thu, 17 Dec 2020 17:06:54 +0100 Subject: [PATCH] enhancement/strict-no-sign (#278) --- specs/waku/v2/waku-relay.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/specs/waku/v2/waku-relay.md b/specs/waku/v2/waku-relay.md index 74c265a9..093fbd7d 100644 --- a/specs/waku/v2/waku-relay.md +++ b/specs/waku/v2/waku-relay.md @@ -13,6 +13,7 @@ authors: Oskar Thorén * [RPC](#rpc) * [Message](#message) * [SubOpts](#subopts) + * [Signature Policy](#signature-policy) - [Copyright](#copyright) - [References](#references) @@ -83,6 +84,10 @@ The `subscribe` field MUST contain a boolean, where 1 means subscribe and 0 mean The `topicid` field MUST contain the topic. +## Signature Policy + +The `StrictNoSign` option MUST be used. + ## Changelog ### 2.0.0-beta2 @@ -90,6 +95,7 @@ The `topicid` field MUST contain the topic. Next version. Changes: - Moved WakuMessage to separate spec and made it mandatory +- StrictNoSign ### 2.0.0-beta1