mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-08 08:53:06 +00:00
* 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>
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.