zcash-android-wallet-sdk icon indicating copy to clipboard operation
zcash-android-wallet-sdk copied to clipboard

SdkSynchronizer - address TODOs from code base

Open HonzaR opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe.

Filling an additional issue to provide a link to the code base TODO occurrence. This should be ideally split into several more detailed issues once we're on solving it.

TODOs overview:

  • turn this section into the data access API. For now, just aggregate all the things that we want to do with the underlying data
  • refreshAllBalances: refresh orchard balance See #761
  • ~~CoroutineScope.onReady(): clean this up and handle enhancing gracefully~~
  • ~~refreshPendingTransactions: his would be the place to clear out any stale pending transactions. Remove filter logic and then delete any pending transaction with sufficient confirmations (all in one db transaction).~~

HonzaR avatar Aug 19 '22 09:08 HonzaR