mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-10 18:03:11 +00:00
* Handles stale clients Signed-off-by: rshiv <reeshav96@gmail.com> * adds test Signed-off-by: rshiv <reeshav96@gmail.com> * removes failed client from subscriber list Signed-off-by: rshiv <reeshav96@gmail.com> * adds filter timeout config Signed-off-by: rshiv <reeshav96@gmail.com> * reverts peer removal logic Signed-off-by: rshiv <reeshav96@gmail.com> * resolve ci issues Signed-off-by: rshiv <reeshav96@gmail.com> * resolves review comment Signed-off-by: rshiv <reeshav96@gmail.com> * solves review comments Signed-off-by: rshiv <reeshav96@gmail.com> * ChangeLog update Signed-off-by: rshiv <reeshav96@gmail.com> * resolves review comment Signed-off-by: rshiv <reeshav96@gmail.com> * Update CHANGELOG.md Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com> * fixes review comments Signed-off-by: rshiv <reeshav96@gmail.com> * handles CI issues Signed-off-by: rshiv <reeshav96@gmail.com> * tries to solve test CI Signed-off-by: rshiv <reeshav96@gmail.com> * solves CI issue Signed-off-by: rshiv <reeshav96@gmail.com> * resolves ci issue Signed-off-by: rshiv <reeshav96@gmail.com> * resolves CI issue Signed-off-by: rshiv <reeshav96@gmail.com> * resolves review comments Signed-off-by: rshiv <reeshav96@gmail.com> Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com>
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.