mirror of https://github.com/status-im/specs.git
remove cruft x7
This commit is contained in:
parent
66fb046ab4
commit
2a407efcd7
18
x7.md
18
x7.md
|
@ -1,15 +1,4 @@
|
||||||
---
|
<!-- TODO: Remove stuff already captured elsewhere -->
|
||||||
sip: x7
|
|
||||||
title: Initial Transport Privacy through Whisper Specification
|
|
||||||
status: Draft
|
|
||||||
type: Standard
|
|
||||||
author:
|
|
||||||
author: Adam Babik <adam@status.im>, Corey Petty <corey@status.im>, Oskar Thorén <oskar@status.im>
|
|
||||||
created: 2019-04-18
|
|
||||||
updated:
|
|
||||||
---
|
|
||||||
|
|
||||||
# Initial Transport Privacy through Whisper Specification
|
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
|
@ -37,10 +26,6 @@ updated:
|
||||||
- [Whisper V6 extensions (or Status Whisper Node)](#whisper-v6-extensions-or-status-whisper-node)
|
- [Whisper V6 extensions (or Status Whisper Node)](#whisper-v6-extensions-or-status-whisper-node)
|
||||||
- [New RPC methods](#new-rpc-methods)
|
- [New RPC methods](#new-rpc-methods)
|
||||||
|
|
||||||
# Abstract
|
|
||||||
|
|
||||||
Ethereum empowers users and developers to interact with totally new kind of applications called Dapps (Decentralized applications). These application allows to interact with the blockchain on a completely new level which is not only about exchanging values but also executing arbitrary logic. This logic can form very sophisticated programs like DAOs (Decentralized autonomous organizations). The missing part here is how users of Dapps can communicate securely and in a decentralized way with each other. Communication is an essential part of any activity. In this document, we specify a secure and decentralized messaging protocol that is capable of running on the Ethereum network.
|
|
||||||
|
|
||||||
# Terminology
|
# Terminology
|
||||||
|
|
||||||
* *Client*: a Whisper node implementing the protocol
|
* *Client*: a Whisper node implementing the protocol
|
||||||
|
@ -286,6 +271,7 @@ In order to receive historic messages from a filter, p2p messages MUST be allowe
|
||||||
|
|
||||||
In order to use a mail server, a given node needs to connect to it directly, i.e. add the mail server as its peer and mark it as trusted. This means that the mail server is able to send direct p2p messages to the node instead of broadcasting them. Effectively, it knows which topics the node is interested in, when it is online as well as many metadata like IP address.
|
In order to use a mail server, a given node needs to connect to it directly, i.e. add the mail server as its peer and mark it as trusted. This means that the mail server is able to send direct p2p messages to the node instead of broadcasting them. Effectively, it knows which topics the node is interested in, when it is online as well as many metadata like IP address.
|
||||||
|
|
||||||
|
|
||||||
# Whisper V6 extensions (or Status Whisper Node)
|
# Whisper V6 extensions (or Status Whisper Node)
|
||||||
|
|
||||||
Protocol's target is to be compliant with [the Whisper V6 Specification](https://github.com/ethereum/go-ethereum/wiki/Whisper). It should not matter which implementation is used as long as the implementation follow the Whisper V6 Specification.
|
Protocol's target is to be compliant with [the Whisper V6 Specification](https://github.com/ethereum/go-ethereum/wiki/Whisper). It should not matter which implementation is used as long as the implementation follow the Whisper V6 Specification.
|
||||||
|
|
Loading…
Reference in New Issue