nwaku/waku/v2/node
Hanno Cornelius 4421b8de00
Improve node metrics (#831)
* Improve node metrics

* Add support for empty content topics as a separate label
2022-01-26 12:02:57 +01:00
..
discv5 Add support for RFC31 ENR (#789) 2021-12-06 20:51:37 +01:00
dnsdisc Add support for RFC31 ENR (#789) 2021-12-06 20:51:37 +01:00
jsonrpc Update submodules: differentiate between local and remote `PeerInfo` (#730) 2021-10-06 14:29:08 +02:00
peer_manager Update submodules: differentiate between local and remote `PeerInfo` (#730) 2021-10-06 14:29:08 +02:00
scripts Makes the arguments of the store jsonrpc api optional (#526) 2021-05-03 12:25:28 -07:00
storage Fix empty scripts condition. Logging. (#795) 2021-12-07 13:06:59 +01:00
README.md Folder restructure (#274) 2020-11-17 17:34:53 +08:00
config.nim Handles stale clients in FILTER protocol (#782) 2021-12-08 18:35:47 +00:00
nim.cfg Folder restructure (#274) 2020-11-17 17:34:53 +08:00
quicksim2.nim Update submodules (#814) 2022-01-14 10:25:01 +01:00
start_network2.nim Update submodules (#761) 2021-11-04 15:46:38 +01:00
waku_payload.nim Move Whisper types and protocol from nim-eth to this repo (#663) 2021-07-19 16:14:37 +08:00
waku_setup.nim Fix empty scripts condition. Logging. (#795) 2021-12-07 13:06:59 +01:00
wakunode2.nim Improve node metrics (#831) 2022-01-26 12:02:57 +01:00

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