Open
Description
This is a bug report
Problem
When contentTopics
is specified, options.shardInfo
will get populated here https://github.com/waku-org/js-waku/blob/master/packages/sdk/src/utils/libp2p.ts#L98
If shardInfo
is specified, pubsubTopics
get rewritten https://github.com/waku-org/js-waku/blob/master/packages/sdk/src/utils/libp2p.ts#L105
Proposed Solutions
Either error out if both shardInfo
and pubsubTopics
is populated, or do not overwrite pubsubTopics
if they are explicitly defined
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done