mirror of https://github.com/waku-org/nwaku.git
8f66e61ac1
* 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 |
||
---|---|---|
.. | ||
discv5 | ||
dnsdisc | ||
jsonrpc | ||
peer_manager | ||
rest | ||
README.md | ||
message_cache.nim | ||
nim.cfg | ||
peer_manager.nim | ||
waku_metrics.nim | ||
waku_node.nim | ||
wakuswitch.nim |
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.