yenda 89680f4861
[performance] improve wallet update performances
`wallet-autoconfig-token` is a very expensive call on mainnet
because it checks the balance of every known token.

it is called:
- when wallet is refreshed by pulling
- when user goes on any wallet screen

this PR changes that by:
- calling it only when the wallet is initialized and there is no
visible-token configuration

it only calls update-wallet when a new transaction arrives
2019-05-23 10:44:15 +02:00
..
2019-03-25 16:55:09 +01:00
2019-03-25 16:55:09 +01:00
2019-03-25 16:55:09 +01:00
2019-04-05 14:32:15 +02:00
2019-05-11 23:05:33 +03:00
2018-09-25 15:18:44 +02:00
2019-01-29 10:31:59 +01:00
2019-03-25 16:55:09 +01:00
2019-05-14 13:44:08 +02:00