nwaku/waku/v2/node
Aaryamann Challani 8f66e61ac1
feat(rln-relay): group manager integration (#1496)
* feat(rln-relay): init group manager integration

fix(rln-relay): integrate group manager. todo spam and reg handlers

fix(rln-relay): decouple waku-relay and waku-rln-relay

fix(rln-relay): compiles now

fix(chat2): compilation

fix(rln-relay): wip segfault

fix(rln-relay): segfault

fix(chat2|wakunode2): use optional field

fix(rln-relay): wakunode test

fix(rln-relay): uncomment fields in proto decode

fix(rln-relay): used pragma on tests

fix(rln-relay): include cred processing

fix(rln-relay): add reg callback

fix(rln-relay): args to mount

fix(rln-relay): add timeout to waitForExit

fix(rln-relay): use osproc term instead of posix kill

fix(rln-relay): use poParentStream to prevent deadlock

fix(rln-relay): remove poParentStream, remove ganache log output

* fix(rln-relay): abstract tuple into own type
2023-02-28 19:08:30 +05:30
..
discv5 fix(discv5): add multiaddrs only if len > 0 (#1559) 2023-02-14 13:41:48 +05:30
dnsdisc feat(wakunode2): support log format format selection 2022-12-07 12:30:32 +01:00
jsonrpc fix(jsonrpc): use padded-base64 for payload encoding 2023-02-23 09:31:06 +01:00
peer_manager refactor(networking): peermanager refactor and cleanups (#1539) 2023-02-27 10:24:31 -07:00
rest fix(jsonrpc): use padded-base64 for payload encoding 2023-02-23 09:31:06 +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: lower per-message log level to trace (#1561) 2023-02-14 15:07:26 +02: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(rln-relay): group manager integration (#1496) 2023-02-28 19:08:30 +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.