17: Simplify

This commit is contained in:
Oskar Thoren 2021-03-29 17:35:21 +08:00
parent f9e1abd5b4
commit d3eafc5b46
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
1 changed files with 5 additions and 28 deletions

View File

@ -1,25 +1,11 @@
---
title: Waku RLN Relay
version: 2.0.0-alpha1
status: Raw
authors: Sanaz Taheri <sanaz@status.im>
slug: 17
title: 17/WAKU-RLN
name: Waku v2 RLN Relay
status: raw
editor: Sanaz Taheri <sanaz@status.im>
---
# 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/).