diff --git a/content/docs/rfcs/17/README.md b/content/docs/rfcs/17/README.md index 3c6d6d40..6288a8ef 100644 --- a/content/docs/rfcs/17/README.md +++ b/content/docs/rfcs/17/README.md @@ -1,25 +1,11 @@ --- -title: Waku RLN Relay -version: 2.0.0-alpha1 -status: Raw -authors: Sanaz Taheri +slug: 17 +title: 17/WAKU-RLN +name: Waku v2 RLN Relay +status: raw +editor: Sanaz Taheri --- -# Table of Contents -- [Abstract](#abstract) -- [Motivation](#motivation) -- [Flow](#flow) - - [SetUp and Registration](#setup-and-registration) - - [Publishing](#publishing) - - [Routing](#routing) - - [Spam Detection and Slashing](#spam-detection-and-slashing) -- [Security Considerations](#security-considerations) -- [Protobuf](#protobuf) -- [Changelog](#changelog) -- [Copyright](#copyright) - -# Abstract - The current specification embodies the details of the spam-protected version of `relay` protocol empowered by Rate Limiting Nullifiers (RLN). More details on RLN can be found in [this spec]() (TODO: to link the spec). The security objective is to control the number of PubSub messages that each peer can publish per epoch (where epoch is a system design parameter), regardless of the published topic. @@ -139,15 +125,6 @@ message ProofBundle { ``` TODO: to describe ProofBundle message fields - - - - - -# Changelog - -TBD. - # Copyright Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).