-
Notifications
You must be signed in to change notification settings - Fork 53
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
refactor(node): use store client in waku_node #1309
Conversation
Jenkins BuildsClick to see older builds (12)
|
fce8662
to
5689852
Compare
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! We may have to think about peer management, but in principle I like specifying the queried peer directly.
Absolutely! For now, I am extracting the peer management capabilities outside the different protocol clients (to the waku node) as an intermediate movement. With the goal of simplifying the client code. |
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
a928457
to
32dd7d0
Compare
32dd7d0
to
f604c64
Compare
Merging with a CI failure. The offending test case has already been reported to the RLN team. |
The second part of the spit store client PR:
protocol.nim
andclient.nim
--storenode
logic to allow using client without mounting store protocol