Skip to content
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 rendezvous wrapper #2962

Merged
merged 17 commits into from
Dec 9, 2024
Prev Previous commit
Next Next commit
fix test
SionoiS committed Nov 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 3dbd22f391602eb2c61e605441d2e995cb11a329
2 changes: 1 addition & 1 deletion tests/factory/test_node_factory.nim
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ suite "Node Factory":
node.wakuStore.isNil()
node.wakuFilter.isNil()
not node.wakuStoreClient.isNil()
not node.rendezvous.isNil()
not node.wakuRendezvous.isNil()

test "Set up a node with Store enabled":
var conf = defaultTestWakuNodeConf()