Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
spec/waku-discovery (#99)
Browse files Browse the repository at this point in the history
* changed waku discovery

* Update waku.md
  • Loading branch information
decanus authored Feb 7, 2020
1 parent b19b2a3 commit 03949cf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions waku/waku.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,11 +495,7 @@ Notes useful for implementing Waku mode.

### Node discovery

[Discovery v4](https://github.com/ethereum/devp2p/wiki/Discovery-Overview) SHOULD NOT be used, because it doesn't distinguish between capabilities. It will thus have a hard time finding Waku/Whisper nodes.

[Discovery v5](https://github.com/ethereum/devp2p/blob/master/discv5/discv5.md) MAY be used. However, it is quite bandwidth heavy for resource restricted devices. Thus, some lighter discovery mechanism is used. For some ad hoc ideas, see the current ad hoc implementation used in the [Status spec](https://github.com/status-im/specs/blob/master/status-client-spec.md#discovery).

This is an ongoing area of research and will likely change in future versions.
Resource restricted devices SHOULD use [EIP-1459](https://eips.ethereum.org/EIPS/eip-1459) to discover nodes.

Known static nodes MAY also be used.

Expand Down

0 comments on commit 03949cf

Please sign in to comment.