You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The --content-topic CLI flag helps us resolve and subscribe to shards that correspond to content topics that we will use via autosharding.
It seems that the resolved shards are not being included in the node's ENR and the metadata protocol is also not considering those shards as subscribed.
Problem
The
--content-topic
CLI flag helps us resolve and subscribe to shards that correspond to content topics that we will use via autosharding.It seems that the resolved shards are not being included in the node's ENR and the metadata protocol is also not considering those shards as subscribed.
We can see it from the following logs
In which shard 827 is resolved from the content topic but is not included when creating the Metadata protocol.
Expected behavior
The shards derived from the content topics should be included in the Metadata protocol and in the node's ENR
nwaku version/commit hash
b358c90
The text was updated successfully, but these errors were encountered: