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
Currently, we are allowed to start a node on clusterId 0 without subscribing to pubsub topics from startup, but not for clusterIds different than 0. In that case, we get the following error:
ERR 2023-12-20 11:01:10.765+01:00 no sharding info topics="wakunode main" tid=93403 file=app.nim:138
To reproduce
Run ./build/wakunode2 --relay=true --cluster-id=18
Expected behavior
We should be able to start nodes in clusterIds different than 0 without having to subscribe to pubsub topics from the CLI.
Screenshots/logs
If applicable, add screenshots or logs to help explain your problem.
Problem
Currently, we are allowed to start a node on clusterId 0 without subscribing to pubsub topics from startup, but not for clusterIds different than 0. In that case, we get the following error:
To reproduce
./build/wakunode2 --relay=true --cluster-id=18
Expected behavior
We should be able to start nodes in clusterIds different than 0 without having to subscribe to pubsub topics from the CLI.
Screenshots/logs
If applicable, add screenshots or logs to help explain your problem.
nwaku version/commit hash
The text was updated successfully, but these errors were encountered: