mirror of https://github.com/vacp2p/rfc.git
17: Simplify
This commit is contained in:
parent
f9e1abd5b4
commit
d3eafc5b46
|
@ -1,25 +1,11 @@
|
||||||
---
|
---
|
||||||
title: Waku RLN Relay
|
slug: 17
|
||||||
version: 2.0.0-alpha1
|
title: 17/WAKU-RLN
|
||||||
status: Raw
|
name: Waku v2 RLN Relay
|
||||||
authors: Sanaz Taheri <sanaz@status.im>
|
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 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.
|
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
|
TODO: to describe ProofBundle message fields
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Changelog
|
|
||||||
|
|
||||||
TBD.
|
|
||||||
|
|
||||||
# Copyright
|
# Copyright
|
||||||
|
|
||||||
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
|
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
|
||||||
|
|
Loading…
Reference in New Issue