We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Add or extend the current time range based message query to allow only query the matched messages based on a list of message hash.
The text was updated successfully, but these errors were encountered:
Waiting for Store spec upgrade complete, vacp2p/rfc#665
Sorry, something went wrong.
WIP in this PR: #1028
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: