-
Notifications
You must be signed in to change notification settings - Fork 8
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
API for Topics management #53
Comments
@richard-ramos do we have something like that in the underlaying lib? |
Hm. In go-waku we could access the list of topics via {
peerId: ....,
topic: ....,
contentTopics: [ ... ]
} and then subscription management could be done by the application using go-waku library. ... In vacp2p/rfc#562 a lot of improvements over filter protocol are being done, and once they land in go-waku and nwaku i believe it will be easier to provide a list of active filter subscriptions. |
This will need to be added to nwaku when we switch from go-waku to nwaku for Rust bindings. |
Added to Epic: waku-org/nwaku#2420 |
It would be really nice to have a function returning topics related to the running node, such as
This makes it easier to track and manage the topics
The text was updated successfully, but these errors were encountered: