nwaku/waku/v2/protocol/waku_store
Hanno Cornelius a12a359b79
fix: store cursors should be exclusive and match a DB item (#1263)
* fix(store): use exclusive cursor

* fix(store): read correct column length

Co-authored-by: Lorenzo Delgado <lorenzo@status.im>
2022-10-20 13:24:40 +03:00
..
README.md Refactor types store (#291) 2020-11-24 12:34:32 +08:00
message_store.nim fix(store): fix waku store resume tests 2022-10-05 17:58:24 +02:00
pagination.nim chore(store): collocate pagination and message store types 2022-09-28 13:36:05 +02:00
protocol.nim fix: store cursors should be exclusive and match a DB item (#1263) 2022-10-20 13:24:40 +03:00
rpc.nim chore(store): collocate pagination and message store types 2022-09-28 13:36:05 +02:00
rpc_codec.nim chore(store): collocate pagination and message store types 2022-09-28 13:36:05 +02: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.