go-waku
go-waku copied to clipboard
feat: allow query messages based on message hash from waku store
Problem
The message reliability is a big milestone we are trying to achieve, a few options are discussed at here and here.
To ensure a message is stored by a store service node, client should be able to query a message based on message hash from store node.
Query messages based on message hash is also required in sync protocol research.
Suggested solution
Add or extend the current time range based message query to allow only query the matched messages based on a list of message hash.
Waiting for Store spec upgrade complete, https://github.com/vacp2p/rfc/pull/665
WIP in this PR: https://github.com/waku-org/go-waku/pull/1028