Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
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
feat: waku sync 2.0 #47
feat: waku sync 2.0 #47
Changes from 9 commits
cba8da9
4732b14
8eb1db7
86fa391
fdde545
f0f37b6
e91e99d
3a5598c
46acd03
7d730e0
2f8bd43
b0fc86e
3d33b59
83c5a53
0c7adda
b3730d0
25e071d
99039de
364b27c
abcc128
0ee6778
299d608
dcbb1d4
da79ddb
0d655f7
ebb90d3
27aa8bc
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to receive a resolved set simply because this set has been resolved in the remote peer? In other words, it's not resolved by this peer yet?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure I understand.
An unequal fingerprint range can be received and produce an unresolved item set range.
An unresolved item set range can be received and produce a resolved item set range.
A resolved item set can be received and produces a skip range.
Those are the possible cases.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Input -> process -> output
You don't process your own output.