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
Implement functionality that handles the syncing of the currency setting.
Background
In status-go syncing of settings has been implemented, and additional setting sync should be a relatively straightforward process. The syncing of the currency setting has been implemented from the status-go side.
Implement functionality that handles the syncing of the
currency
setting.Background
In
status-go
syncing of settings has been implemented, and additional setting sync should be a relatively straightforward process. The syncing of thecurrency
setting has been implemented from thestatus-go
side.See status-im/status-go#2478 and #13053
However there is additional functionality that needs to be implemented on the
status-react
side to make currency work correctly.See the QA report here ISSUE 6: Error on the synced device when changing currency
status-go
ImplementationCurrently the
currency
setting has its sync functionality disabled:To reactivate the
currency
functionality instatus-go
simply remove theinactive
field from theSyncProtobufFactory
The text was updated successfully, but these errors were encountered: