-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Description
Description
For an edge node, there is no such thing as a "pubsub topic configuration". An edge node should be able to operate for any possible shard, and it is a per-protocol matter (eg send message with light push).
A relay node does subscribe to shards, but in this case, even metadata protocol does not need to advertise them, this is already handled by gossipsub.
Only service node should advertise their shards via metadata protocol, which is out of scope for js-waku.
Proposed Solution / Feature Design
- remove pubsubTopic configuration at node creation (aligned with Waku API spec proposal Waku API Spec: Node initialization specs#65 )
- do not send shards in waku metadata messages
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done