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. Filling an additional issue to provide a link to the code base TODO occurrence. This should be ideally split...
As the `DerivedDataDb.new()` calls `backend.initDataDb(seed)`, which could take a while to finish, we could consider a new `is_data_db_migration_needed` API in the Rust backed.
## Is your feature request related to a problem? Please describe. This is a follow-up to the https://github.com/zcash/zcash-android-wallet-sdk/issues/1088, which purpose is to bring Compose Previews to Addresses and Transactions screens.
## Is your feature request related to a problem? Please describe. We'd like to refactor the initial `verifySetup` function of processing compact blocks to be more testable and better handle...
## Is your feature request related to a problem? Please describe. In our tests as well as in the Compose Previews we'd appreciate having a way how to mock our...
## Is your feature request related to a problem? Please describe. As we have plenty of our Detekt static code analysis warnings suppressed with the baseline file, we could consider...
### Describe the issue ### Can you reliably reproduce the issue? #### If so, please list the steps to reproduce below: 1. Create a release build of the app `./gradlew...
## Is your feature request related to a problem? Please describe. Storing the version numbers in the gradle.properties is effective, but can be a bit surprising to contributors. Also tools...
## Is your feature request related to a problem? Please describe. The Java version used for builds is spread across several files, including GitHub Actions workflows and Gradle scripts. ##...
### Describe the issue The SDK experiences the strict mode violation while working with SQL database in DerivedDataRepository. ### Can you reliably reproduce the issue? #### If so, please list...