Rename ETH-DM to TOY-ETH-DM (#408)

This commit is contained in:
Franck Royer 2021-06-25 13:56:11 +10:00 committed by GitHub
parent a7bfccf7c1
commit 45596b1c04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 7 deletions

View File

@ -1,7 +1,7 @@
--- ---
slug: 20 slug: 20
title: 20/ETH-DM title: 20/TOY-ETH-DM
name: Ethereum Direct Message name: Toy Ethereum Direct Message
status: raw status: raw
tags: waku-application tags: waku-application
editor: Franck Royer <franck@status.im> editor: Franck Royer <franck@status.im>
@ -13,13 +13,14 @@ contributors:
- Public Key Broadcast: `/eth-dm/1/public-key/json`, - Public Key Broadcast: `/eth-dm/1/public-key/json`,
- Direct Message: `/eth-dm/1/direct-message/json`. - Direct Message: `/eth-dm/1/direct-message/json`.
This specification explains the Ethereum Direct Message protocol This specification explains the Toy Ethereum Direct Message protocol
which enables a peer to send a direct message to another peer which enables a peer to send an encrypted direct message to another peer
using the Waku v2 network, and the peer's Ethereum address. using the Waku v2 network, and the peer's Ethereum address.
The main purpose of this specification is to demonstrate how Waku v2 can be used for direct messaging purposes. The main purpose of this specification is to demonstrate how Waku v2 can be used for direct messaging purposes.
In the current state, the protocol has privacy and features [limitations](#limitations), In the current state, the protocol has privacy and features [limitations](#limitations), has not been audited
we hope this can be an inspiration for developers wishing to build on top of Waku v2. and hence is not fit for production usage.
We hope this can be an inspiration for developers wishing to build on top of Waku v2.
# Goal # Goal

View File

@ -7,7 +7,7 @@ bookMenuLevels: 1
- [17/WAKU2-RLNRELAY]({{< relref "/docs/rfcs/17/README.md" >}}) - [17/WAKU2-RLNRELAY]({{< relref "/docs/rfcs/17/README.md" >}})
- [18/WAKU2-SWAP]({{< relref "/docs/rfcs/18/README.md" >}}) - [18/WAKU2-SWAP]({{< relref "/docs/rfcs/18/README.md" >}})
- [19/WAKU2-LIGHTPUSH]({{< relref "/docs/rfcs/19/README.md" >}}) - [19/WAKU2-LIGHTPUSH]({{< relref "/docs/rfcs/19/README.md" >}})
- [20/ETH-DM]({{< relref "/docs/rfcs/20/README.md" >}}) - [20/TOY-ETH-DM]({{< relref "/docs/rfcs/20/README.md" >}})
- [21/WAKU2-FTSTORE]({{< relref "/docs/rfcs/21/README.md" >}}) - [21/WAKU2-FTSTORE]({{< relref "/docs/rfcs/21/README.md" >}})
- [24/STATUS-CURATION]({{< relref "/docs/rfcs/24/README.md" >}}) - [24/STATUS-CURATION]({{< relref "/docs/rfcs/24/README.md" >}})
- [25/LIBP2P-DNS-DISCOVERY]({{< relref "/docs/rfcs/25/README.md" >}}) - [25/LIBP2P-DNS-DISCOVERY]({{< relref "/docs/rfcs/25/README.md" >}})