-
Notifications
You must be signed in to change notification settings - Fork 56
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
base: master
Are you sure you want to change the base?
Conversation
You can find the image built from this PR at
Built from eb0008e |
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! :)
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