nwaku/waku/v2/protocol/waku_store
Lorenzo Delgado ee86d190d6
refactor(node): use store client in waku_node
2022-10-28 20:11:28 +02:00
..
README.md Refactor types store (#291) 2020-11-24 12:34:32 +08:00
client.nim refactor(node): use store client in waku_node 2022-10-28 20:11:28 +02: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 refactor(node): use store client in waku_node 2022-10-28 20:11:28 +02:00
protocol_metrics.nim refactor(node): use store client in waku_node 2022-10-28 20:11:28 +02: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.