nwaku/waku/v2/node
Alvaro Revuelta 94459b4886
fix: add safe default values for peer-store-capacity (#1525)
2023-01-31 17:26:22 +01:00
..
discv5 feat(networking): add backoff period after failed dial (#1462) 2023-01-23 21:24:46 +01:00
dnsdisc feat(wakunode2): support log format format selection 2022-12-07 12:30:32 +01:00
jsonrpc fix(rpc): fix out of bound when empty multiadd (#1507) 2023-01-26 12:05: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
waku_metrics.nim feat(wakunode2): support log format format selection 2022-12-07 12:30:32 +01:00
waku_node.nim fix: add safe default values for peer-store-capacity (#1525) 2023-01-31 17:26:22 +01:00
waku_payload.nim chore: update push raises pragma according to nim 1.6 2022-11-04 10:52:27 +01:00
wakuswitch.nim fix: add safe default values for peer-store-capacity (#1525) 2023-01-31 17:26:22 +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 Nim Node API.