Improvements for the loading dialog showing time on the Convert screen.
This PR includes #1009 to avoid conflicts.
Issue being fixed or feature implemented
Coinbase code seems to request the /accounts endpoint each time it needs something from it - I think there is an opportunity for caching and reusing the result. It will still be updated when a user opens buy/sell or the Coinbase portal and at some other times, but for deeper navigations, we might as well use the data we already have.
Related PR's and Dependencies
Screenshots / Videos
How Has This Been Tested?
[ ] QA (Mobile Team)
Checklist:
[x] I have performed a self-review of my own code and added comments where necessary
[ ] I have added or updated relevant unit/integration/functional/e2e tests
Improvements for the loading dialog showing time on the Convert screen. This PR includes #1009 to avoid conflicts.
Issue being fixed or feature implemented
Coinbase code seems to request the
/accounts
endpoint each time it needs something from it - I think there is an opportunity for caching and reusing the result. It will still be updated when a user opens buy/sell or the Coinbase portal and at some other times, but for deeper navigations, we might as well use the data we already have.Related PR's and Dependencies
Screenshots / Videos
How Has This Been Tested?
Checklist: