nwaku/waku/v2/protocol/waku_store
Sanaz Taheri Boshrooyeh 286482ea32
Handling initial paging requests over message history of size one (#479)
* handles initial paging query for history of size one

* adds two more tests to fetch the entire history in the initial paging request

* increases the pageSize
2021-04-12 10:29:09 -07:00
..
README.md Refactor types store (#291) 2020-11-24 12:34:32 +08:00
waku_store.nim Handling initial paging requests over message history of size one (#479) 2021-04-12 10:29:09 -07:00
waku_store_types.nim Change page size type to uint64 (#469) 2021-04-09 18:04:21 +08:00

README.md

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.