nwaku/waku/v2/node
Aaryamann Challani 9ddf0fe1e2
feat(discv5): advertise custom multiaddresses (#1512)
* feat(discv5): allow custom multiaddr advertisement in discv5

feat(discv5): allow custom multiaddr advertisement in discv5

feat(discv5): move discv5 setup from wakunode2 to waku_node

fix(waku_node): def param

test(discv5): test for ext multiaddr

fix(discv5): address comments

fix(discv5): address comments

fix(wakunode2): discoveryconfig in var before init

fix(discv5): pass multiaddr to discv5 directly

fix(discv5): make multiaddrs optional

fix(test): discv5 init

fix(discv5): split discv5 mounting from waku_node

chore(discv5): s/WakuAddressMetadata/WakuNodeAddrMeta/g

* fix(waku_node): 1.25 max conns

* fix(discv5): s/WakuNodeAddrMeta/NetConfig/g

* fix(discv5): address reviews

* fix(discv5): smaller try-catches

* fix(discv5): missing arg

* fix: compile error
2023-02-07 18:36:50 +05:30
..
discv5 feat(discv5): advertise custom multiaddresses (#1512) 2023-02-07 18:36:50 +05:30
dnsdisc feat(wakunode2): support log format format selection 2022-12-07 12:30:32 +01:00
jsonrpc refactor(utils): moved noise/compat payload encryption code to utils 2023-02-07 10:45:25 +01:00
peer_manager feat(networking): prune peers from peerstore exceeding capacity (#1513) 2023-01-31 13:24:49 +01:00
rest refactor: continue pubsub/content types started in #1352 (#1362) 2022-11-09 15:00:11 +01:00
README.md feat(rest): Add HTTP REST API (#727). Integrate REST API with the Waku V2 node 2022-07-19 11:02:43 +02:00
message_cache.nim chore: update push raises pragma according to nim 1.6 2022-11-04 10:52:27 +01:00
nim.cfg Folder restructure (#274) 2020-11-17 17:34:53 +08:00
peer_manager.nim chore(peer_manager): added peer_manager barrel module 2023-02-06 10:03:30 +01:00
waku_metrics.nim chore(peer_manager): added peer_manager barrel module 2023-02-06 10:03:30 +01:00
waku_node.nim feat(discv5): advertise custom multiaddresses (#1512) 2023-02-07 18:36:50 +05:30
wakuswitch.nim fix(rng): create rng only within isMainModule blocks (#1523) 2023-02-06 17:23:05 +05:30

README.md

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 Nim Node API.