BlockchainCommons / GordianWallet-iOS

iOS wallet linked by Torgap to your own full-node server
Other
47 stars 14 forks source link

Only refresh accounts when absolutely required #45

Closed Fonta1n3 closed 4 years ago

Fonta1n3 commented 4 years ago

Currently we refresh account data each time the accounts tab is viewed which is not great UX. We ought to only do this when a particular event requires it. Such as account creation, rescanning, abort rescan, seeds added, signers added, accounts imported/recovered, seeds deleted, accounts deleted, wallets swept, transactions sent, etc.

Fonta1n3 commented 4 years ago

Done as per #72