Daniel Kaiser 172a60c74e discv5 stage1 beta test (#862)
* update vendor/nim-eth submodule

point to the selectable `protocol-id` feature branch

* use d5waku as protocol-id

Use compiletime flag to change the discv5 protocol-id to "d5waku" allowing
nim-waku to span a separate discv5 network

* waku discv5 first beta stage

  - start discv5 during node start
  - added config options for discv5

* fix: pass to tcp port also when specifying ext ip

* bump nim-eth

Co-authored-by: ksr <kaiserd@users.noreply.github.com>
2022-03-01 15:11:56 +01:00
..
2022-03-01 15:11:56 +01:00
2021-12-06 20:51:37 +01:00
2022-02-17 16:00:15 +01:00
2022-03-01 15:11:56 +01:00
2020-11-17 17:34:53 +08:00
2022-02-17 16:00:15 +01:00
2020-11-17 17:34:53 +08:00
2021-11-04 15:46:38 +01:00
2022-03-01 15:11:56 +01:00

Waku Node v2

This folder contains code related to running a wakunode2 process. The main entrypoint is the wakunode2 file.

See ../../docs/api/v2/node.md for more details on the the Nim Node API.