mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-09 22:36:32 +00:00
cd703c6c52
* adds queryFromWithPaging * adds unit test for paged queryFrom * adds a new resume with paging capability * unittest for resumePaging * fixes the bug * implementes a second version of query with paging * integrates the second version of resume * clean up * adds the error message * fixes a format issue * renames variables * defines DefaultPageSize * adds a todo * updates a docstring * gets the pagesize as proc input * updates unittest description * removes unused gcsafe pragma * better var naming * updates changelog * updates changelog * updates the TODO * more debug logs
Waku Store protocol
The store protocol implements historical message support. See https://github.com/vacp2p/specs/blob/master/specs/waku/v2/waku-store.md for more information.