mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-26 14:51:49 +00:00
89909d281f
* adds resume function * unittest for findLastSeen * fixes a bug in find last seen unit test * argument type change to indexed waku message * relocates findLastSeen * adds unit test for resume * adds comments * adds a TODO * adds offset * cleans up * modifies some of tests title and deletes a duplicate unit test * more condition on running resume() * adds more detailed docstring and simplifies if statement * Update waku/v2/protocol/waku_store/waku_store.nim Co-authored-by: Oskar Thorén <ot@oskarthoren.com> * new doc string * Update waku/v2/protocol/waku_store/waku_store.nim Co-authored-by: Oskar Thorén <ot@oskarthoren.com> * fixes a bug Co-authored-by: Oskar Thorén <ot@oskarthoren.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.