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

the total usd balance doesn't properly update, when the balance of one of the wallet changes #643

Open
2 tasks
dreacot opened this issue Sep 20, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@dreacot
Copy link
Member

dreacot commented Sep 20, 2024

  • the total usd balance doesn't properly update, when the balance of one of the wallet changes, it only updates when going to settings page and returning

  • often times the selected exchange rate resets to none

@dreacot dreacot added the bug Something isn't working label Sep 20, 2024
@dreacot dreacot added this to dev Sep 20, 2024
@ukane-philemon
Copy link
Collaborator

often times the selected exchange rate resets to none

This happens when we fail to get a rate from a selected source after three concurrent API calls... I saw that somewhere. Not sure what the correct behaviour should be but I guess we can:

  1. Use stall data until we are able to get a rate or the user changes to another provider
  2. Give more time before we disable the provider and reset to none.

@dreacot
Copy link
Member Author

dreacot commented Sep 20, 2024

if a default had been selected before, i don't think we need to keep checking again when the app is opened

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 🆕 To-Do
Development

No branches or pull requests

2 participants