status-im / status-go

The Status module that consumes go-ethereum
https://status.im
Mozilla Public License 2.0
728 stars 245 forks source link

Use store V3 to improve reliability for Relay #5234

Closed plopezlpz closed 2 months ago

plopezlpz commented 4 months ago

Problem

Use store v3 in status-go to improve reliability for relay

Ensure that MVDS is used in all direct message scenarios:

Implementation

Use store v3 recently implemented in go-waku inside status-go.

Acceptance Criteria

Store v3 is used in status-go and tests implemented

chaitanyaprem commented 3 months ago

@plopezlpz this is completed since we do frequent check for missing messages and also confirmations of sent messages via storev3. is there something pending , else we can close this.

kaichaosun commented 2 months ago

I believe it's finished, feel free to reopen if more work needs to be done.