waves icon indicating copy to clipboard operation
waves copied to clipboard

[Wallet] Balances are not refreshed automatically

Open bonomat opened this issue 4 years ago • 0 comments
trafficstars

The current implementation polls balances state only on reloading the UI or when triggered manually.

https://github.com/comit-network/waves/blob/052878b3ba213132d5099dd9d171736c7d464280/extension/src/App.tsx#L29-L47

Ideally this is refreshed automatically.

If this is done, we can remove some busy waits in the e2e tests.

bonomat avatar Jul 29 '21 23:07 bonomat