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
We have several long-running processes in status-go:
Collectibles ownership refresh
Balance history checker
Transfers detection
Only (1) reacts to network changes in status-go. All others are reset by the client, which is quite error-prone.
Ideally this logic should live in the backend, the client should listen to changes in the results (balances, collectibles, etc) and not handle the business logic.
The text was updated successfully, but these errors were encountered:
We have several long-running processes in status-go:
Only (1) reacts to network changes in status-go. All others are reset by the client, which is quite error-prone.
Ideally this logic should live in the backend, the client should listen to changes in the results (balances, collectibles, etc) and not handle the business logic.
The text was updated successfully, but these errors were encountered: