-
Notifications
You must be signed in to change notification settings - Fork 6
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
Proxy connection and healthcheck #183
Conversation
utACK |
@Janaka-Steph I always need to reload the app after pairing with an initialized daemon to see balances, markets, etc correctly. From the console, it seems like the dashboard tries to call the grpc methods while connecting. It should either wait for the proxy to be connected or retry all the failing grpc calls. |
@altafan |
Yes, it's fixed 👍 |
@Janaka-Steph I tested after the last commits:
|
Handle proxy connection and health check.
healthCheck is called in useExponentialInterval (fast at startup then every 4 secs).
Fix market selection error by fetching asset data from Esplora and determining market based on ticker rather than asset_id.
It closes #108
It closes #122
It closes #176
It closes #177
It closes #181
Known issue:
Please review @tiero @altafan