mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-11 06:26:43 +00:00
* 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