nwaku/waku/v2/node
Alvaro Revuelta 028efc8547
feat(networking): add backoff period after failed dial (#1462)
* feat(networking): add exponential backoff when dialing relay peers

* feat(networking): fix tests

* revert withTimeout

* feat(networking): refactor tests

* feat(networking): improve logs + ping using switch

* feat(networking): fix backoff bug + fix tests

* feat(networking): fix comments
2023-01-23 21:24:46 +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): return error if peer cant be connected (#1476) 2023-01-09 14:15:03 +01:00
peer_manager feat(networking): add backoff period after failed dial (#1462) 2023-01-23 21:24:46 +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
waku_metrics.nim feat(wakunode2): support log format format selection 2022-12-07 12:30:32 +01:00
waku_node.nim feat(networking): add backoff period after failed dial (#1462) 2023-01-23 21:24:46 +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 feat(networking): use autonatservice and log if node is reachable (#1472) 2023-01-11 10:57:49 +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.