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

waku2: use rendezvous #3280

Open
richard-ramos opened this issue Mar 14, 2023 · 0 comments
Open

waku2: use rendezvous #3280

richard-ramos opened this issue Mar 14, 2023 · 0 comments

Comments

@richard-ramos
Copy link
Member

See: waku-org/go-waku#488

To use this functionality within status-go, when a waku node is instantiated the following option must be passed:

node.WithRendezvous(rendezvousNodes)

with rendezvousNodes being a slice of multiaddr.Multiaddr. I imagine these could be obtained from here: https://github.com/status-im/status-go/blob/develop/wakuv2/waku.go#L490-L511 which uses dns discovery to obtain the list of peers from the fleet (nwaku should support rendezvous first); or, the list of multiaddresses could be hardcoded, and use go-waku nodes.

cc: @cammellos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants