remove dup

This commit is contained in:
Oskar Thoren 2019-08-29 12:35:11 +02:00
parent d5d4f67321
commit abe3f633f1
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
1 changed files with 0 additions and 28 deletions

View File

@ -1,4 +1,3 @@
# Status Client Specification
> Version: 0.1 (Draft)
@ -44,33 +43,6 @@ have to be implemented in order to be a full Status client. The second gives a d
- [Footnotes](#footnotes)
- [Acknowledgements](#acknowledgements)
- [Abstract](#abstract)
- [P2P Overlay](#p2p-overlay)
- [Node discovery and roles](#node-discovery-and-roles)
- [Bootstrapping](#bootstrapping)
- [Discovery](#discovery)
- [Mailservers](#mailservers)
- [Mobile nodes](#mobile-nodes)
- [Whisper adapter](#whisper-adapter)
- [Node configuration](#node-configuration)
- [Keys management and encryption](#keys-management-and-encryption)
- [Topics](#topics)
- [Secure Transport](#secure-transport)
- [Data Sync](#data-sync)
- [Payloads and clients](#payloads-and-clients)
- [Design Rationale](#design-rationale)
- [P2P Overlay](#p2p-overlay-1)
- [Why devp2p? Why not use libp2p?](#why-devp2p-why-not-use-libp2p)
- [What about other RLPx subprotocols like LES, and Swarm?](#what-about-other-rlpx-subprotocols-like-les-and-swarm)
- [Why do you use Whisper?](#why-do-you-use-whisper)
- [I heard you were moving away from Whisper?](#i-heard-you-were-moving-away-from-whisper)
- [Why is PoW for Whisper set so low?](#why-is-pow-for-whisper-set-so-low)
- [Why do you not use Discovery v5 for node discovery?](#why-do-you-not-use-discovery-v5-for-node-discovery)
- [Footnotes](#footnotes)
- [Acknowledgements](#acknowledgements)
## Introduction
### Protocol layers