waku-org / js-waku

JavaScript implementation of Waku v2
https://js.waku.org
Apache License 2.0
162 stars 41 forks source link

bug: investigate usage of filter subscriptions on non-fleet nodes #2050

Closed danisharora099 closed 1 week ago

danisharora099 commented 1 week ago

This is an investigation request

Problem

Based on https://github.com/status-im/status-go/issues/5344, it was observed that non-fleet nodes found out using Peer Exchange instability in terms of e2e tests using Filter because of some instability.

Proposed Solutions

danisharora099 commented 1 week ago

Ah, not required. Based on https://github.com/status-im/status-go/issues/5344#issuecomment-2196347722, it seems that status-go does not filter peers by shards/pubsub topics which seems to be the root cause.