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