-
Notifications
You must be signed in to change notification settings - Fork 58
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 store sync 2.0 protocols & tests #3216
Conversation
You can find the image built from this PR at
Built from 1ab822b |
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.
Thanks for the PR! 🥳
Some comments so far
|
||
reconciliation_roundtrips.observe(roundTrips) | ||
|
||
await conn.close() |
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.
The conn gets closed after every reconciliation is complete right?
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.
Yes it's the last step
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.
Thanks! :)
a7d34dd
to
1314372
Compare
Description
Third PR for the new Waku store sync 2.0
Include the protocols themselves.
Transfer protocol does not have tests yet.
Specification
Research issue
Changes
N.B. Cannot be merged before #3215
Followed by #3217
Issue