From 9e4a0c098f62d0e869e9015b89ad4222aa73c1a4 Mon Sep 17 00:00:00 2001 From: Oskar Thoren Date: Mon, 29 Mar 2021 17:22:42 +0800 Subject: [PATCH] 12/WAKU2-FILTER: Simplify --- content/docs/rfcs/12/README.md | 36 +++++++++------------------------- 1 file changed, 9 insertions(+), 27 deletions(-) diff --git a/content/docs/rfcs/12/README.md b/content/docs/rfcs/12/README.md index fbee22b..dcef354 100644 --- a/content/docs/rfcs/12/README.md +++ b/content/docs/rfcs/12/README.md @@ -1,33 +1,15 @@ --- -title: Waku -version: 2.0.0-beta2 -status: Draft -authors: Oskar Thorén , Dean Eigenmann , Hanno Cornelius , Sanaz Taheri +slug: 12 +title: 12/WAKU2-FILTER +name: Waku v2 Filter +status: draft +editor: Oskar Thorén +contributors: + - Dean Eigenmann + - Hanno Cornelius + - Sanaz Taheri --- -# Table of Contents - -- [Abstract](#abstract) -- [Content filtering](#content-filtering) - - [Rationale](#rationale) -- [Design Requirements](#design-requirements) -- [Security Consideration](#security-consideration) - - [Terminology](#terminology) -- [Adversarial Model](#adversarial-model) - - [Protobuf](#protobuf) - - [FilterRPC](#filterrpc) - - [FilterRequest](#filterrequest) - - [MessagePush](#messagepush) -- [Future Work](#future-work) -- [Changelog](#changelog) - - [Next](#next) - - [2.0.0-beta2](#200-beta2) - - [2.0.0-beta1](#200-beta1) -- [Copyright](#copyright) -- [References](#references) - -# Abstract - `WakuFilter` is a protocol that enables subscribing to messages that a peer receives. This is a more lightweight version of `WakuRelay` specifically designed for bandwidth restricted devices. This is due to the fact that light nodes subscribe to full-nodes and only receive the messages they desire. # Content filtering