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
Interface between status-go and waku api should be simple i.e status-go specifies list of storenodes to be used and waku internally manages connectivity to them and picks a storenode and manages active store. There can be one event emitter than status-go can register with to get all updates such as what is active-store-node, in case connectivity is lost etc.
All 3 components i.e history-query, missing-messages and message-check should end up using same set of store nodes instead of their own selection criteria and logic.
selection of storenode can be done using peer-selection and RTT. logic seems duplicated here
store node failed requests should also consider requests made from missing_messages and message_check so that active storenode can be switched.
#1223 (review)
status-im/status-go#5857 (comment)
#1223 (comment)
PerformStorenodeTask
The text was updated successfully, but these errors were encountered: