Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make all long-running services react to network changes in status-go #17182

Open
dlipicar opened this issue Jan 31, 2025 · 0 comments
Open

Make all long-running services react to network changes in status-go #17182

dlipicar opened this issue Jan 31, 2025 · 0 comments
Assignees

Comments

@dlipicar
Copy link
Contributor

We have several long-running processes in status-go:

  1. Collectibles ownership refresh
  2. Balance history checker
  3. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant