zcash-android-wallet-sdk/src/main/java/cash/z/ecc/android/sdk
Kevin Gorham c913b4385f
New: Return an empty list when wallets try to subscribe to transactions.
This allows a wallet to subscribe to transactions right away and then eventually get notified when new transactions are found. Although that is not the preferred way to use the synchronizer, we can support it without a lot of effort or compromise.
2021-06-30 02:32:20 -04:00
..
block Fix: Gracefully handle failures while fetching UTXOs 2021-06-30 02:25:40 -04:00
db New: Improve behavior and messaging when an account is missing. 2021-05-05 14:26:13 -04:00
exception New: Improve the "unprepared" error message. 2021-06-30 02:29:32 -04:00
ext Fix: Rely on List instead of PagedList for paged repository results. 2021-06-30 02:27:16 -04:00
jni Improvement: Remove dropAccountsTable. 2021-05-07 04:11:35 -04:00
service New: Clean up logs. 2021-06-30 02:24:24 -04:00
tool New: Explicitly declare network when needed. 2021-04-09 21:46:20 -04:00
transaction New: Return an empty list when wallets try to subscribe to transactions. 2021-06-30 02:32:20 -04:00
type New: Convenience functions for WalletBalances. 2021-06-30 02:28:00 -04:00
Initializer.kt Fix: Removed variable that is no longer used. 2021-05-12 20:57:09 -04:00
SdkSynchronizer.kt Fix: Gracefully handle failures while fetching UTXOs 2021-06-30 02:25:40 -04:00
Synchronizer.kt New: Expose the stateflows for balances. 2021-06-30 02:30:24 -04:00