mirror of https://github.com/vacp2p/rfc.git
12/WAKU2-FILTER: Simplify
This commit is contained in:
parent
f17b688628
commit
9e4a0c098f
|
@ -1,33 +1,15 @@
|
||||||
---
|
---
|
||||||
title: Waku
|
slug: 12
|
||||||
version: 2.0.0-beta2
|
title: 12/WAKU2-FILTER
|
||||||
status: Draft
|
name: Waku v2 Filter
|
||||||
authors: Oskar Thorén <oskar@status.im>, Dean Eigenmann <dean@status.im>, Hanno Cornelius <hanno@status.im>, Sanaz Taheri <sanaz@status.im>
|
status: draft
|
||||||
|
editor: Oskar Thorén <oskar@status.im>
|
||||||
|
contributors:
|
||||||
|
- Dean Eigenmann <dean@status.im>
|
||||||
|
- Hanno Cornelius <hanno@status.im>
|
||||||
|
- Sanaz Taheri <sanaz@status.im>
|
||||||
---
|
---
|
||||||
|
|
||||||
# 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.
|
`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
|
# Content filtering
|
||||||
|
|
Loading…
Reference in New Issue