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
Based on waku-org/go-waku#1128, it was found out that status-go runs into a problem where if a peer is discovered dynamically, perhaps using Peer Exchange, the peer is stored in the Peer Store with certain TTL. In case the peer is discovered again, in case with updated addresses, it is discarded because we assume that we already have knowledge about its information, but the addresses might be refreshed.
Proposed Solutions
Account for the change of addresses observed, when the same peer is discovered again in Peer Exchange
The text was updated successfully, but these errors were encountered:
This is a potential bug report
Problem
Based on waku-org/go-waku#1128, it was found out that status-go runs into a problem where if a peer is discovered dynamically, perhaps using Peer Exchange, the peer is stored in the Peer Store with certain TTL. In case the peer is discovered again, in case with updated addresses, it is discarded because we assume that we already have knowledge about its information, but the addresses might be refreshed.
Proposed Solutions
Account for the change of addresses observed, when the same peer is discovered again in Peer Exchange
The text was updated successfully, but these errors were encountered: