zcash-android-wallet-sdk
zcash-android-wallet-sdk copied to clipboard
Native Android SDK for Zcash
## Is your feature request related to a problem? Please describe. Although the project dependencies are covered with our dependency locking mechanism, we could leverage the new Gradle **Verifying dependencies**...
## Is your feature request related to a problem? Please describe. After discussion, we could consider running the transaction-enhancing sub-phase of the overall block synchronization on a separate thread. ##...
**What is your feature request?** Consider a strongly typed API for wallet addresses, instead of strings. In addition, consider a factory method that takes in a string, validates it as...
Reported by Edge: > Android doesn’t return memos for shielding (transparent to shielded) transactions. Is there another potential way to identify this type of transaction from the transactions flow?
zcash-android-wallet-sdk: Demo-app: Add textfileds for restoring from an older seed to `Seed` screen
## Is your feature request related to a problem? Please describe. We'd like to have the capability to restore an older wallet from the seed phare to the existing Alice,...
## Is your feature request related to a problem? Please describe. We'd like to display the transaction state within transaction items in the Transaction screen ## Describe the solution you'd...
The database read layer currently coalesces these two cases into `expiryHeight = null`.
## Is your feature request related to a problem? Please describe. There are a few corner cases in which we don't currently fill in the `recoverUntil` parameter to the Rust...
sibling issue of https://github.com/zcash/ZcashLightClientKit/issues/1233 ## Is your feature request related to a problem? Please describe. Let's add `regtest` support to the SDKs, so that we can create more flexible scenarios...