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
Describe the bug
During TestHandlePeerTopicEvent() execution nil pointer error occurred. Problem is with newly added Waku metadata check in handlerPeerTopicEvent(). This check pm.metadata.RelayShard() assumes metadata are always set.
Expected behavior
Please add nil metadata situation handling or ensure metadata are never nil with example how to instantiate when no cluster/sharding has been created.
Describe the bug
During TestHandlePeerTopicEvent() execution nil pointer error occurred. Problem is with newly added Waku metadata check in handlerPeerTopicEvent(). This check pm.metadata.RelayShard() assumes metadata are always set.
To Reproduce
Expected behavior
Please add nil metadata situation handling or ensure metadata are never nil with example how to instantiate when no cluster/sharding has been created.
Test run log
The text was updated successfully, but these errors were encountered: