bee-dashboard icon indicating copy to clipboard operation
bee-dashboard copied to clipboard

Fetch wallet balances from Bee API instead of Gnosis RPC

Open vojtechsimetka opened this issue 3 years ago • 2 comments

vojtechsimetka avatar Jun 22 '22 08:06 vojtechsimetka

It looks like this endpoint is not available in ultra-light mode and it even takes time to populate in light mode. I would therefore suggest we keep checking the wallet balance manually through provided Gnosis RPC endpoint for now.

vojtechsimetka avatar Jul 25 '22 12:07 vojtechsimetka

There is ongoing work for making the light mode responsive on the endpoints right after start by making the postage stamp syncing asynchronous: https://github.com/ethersphere/bee/pull/3127

After that is done we can use the wallet endpoint. For an ultra-light node we don't need the balance anyhow.

agazso avatar Aug 03 '22 09:08 agazso