From d383e7634ff27429a7cb763b9ab111b377fee108 Mon Sep 17 00:00:00 2001 From: Oskar Thoren Date: Mon, 26 Aug 2019 16:36:04 +0200 Subject: [PATCH] Add Whisper para --- status-spec.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/status-spec.md b/status-spec.md index b52afd3..6c00231 100644 --- a/status-spec.md +++ b/status-spec.md @@ -34,6 +34,9 @@ To communicate between Ethereum nodes, the (RLPx Transport Protocol, v5)[https://github.com/ethereum/devp2p/blob/master/rlpx.md] is used, which allows for TCP-based communication between nodes. +On top of this we run the RLPx-based subprotocol (Whisper +v6)[https://eips.ethereum.org/EIPS/eip-627] for privacy-preserving messaging. + ## Node discovery and roles - Bootstrap nodes