-
Notifications
You must be signed in to change notification settings - Fork 44
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: storeV3 client #1028
feat: storeV3 client #1028
Conversation
richard-ramos
commented
Feb 7, 2024
•
edited
Loading
edited
- Use waku-proto protobuffer (once available)
- Implement queryFrom
- TODOs
- Test units
- Interop against nwaku
- Github action to test this feature automatically against nwaku
Jenkins BuildsClick to see older builds (28)
|
Just few items missing: the validation of response codes and interop tests against waku-org/nwaku#2431 once available. |
b30f5c5
to
29c0184
Compare
Some issues were identified during interop with nwaku:
Also, the protobuffer used in this PR uses different variable type compared to the spec vacp2p/rfc#665 . I do believe that the implementation in nwaku and go-waku is what should be used tho. |
5abca34
to
5590bda
Compare
6993120
to
01fc9de
Compare
@chaitanyaprem This PR is ready to review! Btw, this is like 1500 lines PR, but fear not! It's because i renamed a package from |
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.
LGTM
Left few comments/queries, but can be merged.