zcash-android-wallet-sdk/src/main/java/cash/z/ecc/android/sdk/transaction
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
..
PagedTransactionRepository.kt New: Return an empty list when wallets try to subscribe to transactions. 2021-06-30 02:32:20 -04:00
PersistentTransactionManager.kt Clean up error logging. 2021-05-25 16:02:27 -04:00
TransactionEncoder.kt New: Non-Rust changes to support auto-shielding. 2021-02-17 16:07:57 -05:00
TransactionManager.kt New: Non-Rust changes to support auto-shielding. 2021-02-17 16:07:57 -05:00
TransactionRepository.kt Fix: Rely on List instead of PagedList for paged repository results. 2021-06-30 02:27:16 -04:00
WalletTransactionEncoder.kt Clean up error logging. 2021-05-25 16:02:27 -04:00