zcash-android-wallet-sdk
zcash-android-wallet-sdk copied to clipboard
Native Android SDK for Zcash
### Describe the issue While testing latest Secant wallet project PRs I found rescan blockchain feature not working as expected. After the rescan button from Settings screen hit, the code...
## Is your feature request related to a problem? Please describe. Long term, we'd like to migrate the package group for our published artifacts away from `cash.z` to `co.electriccoin`
## Is your feature request related to a problem? Please describe. Filling an additional issue to provide a link to the code base TODO occurrence. We'd like to provide proper...
## Is your feature request related to a problem? Please describe. After https://github.com/zcash/zcash-android-wallet-sdk/pull/675 and its follow-up issues, we could be able to make a fake networking client available to be...
## Is your feature request related to a problem? Please describe. We'd like to separate our data model classes layer to a dedicated Gradle module. We'd also like to make...
## Is your feature request related to a problem? Please describe. Sonatype has been [hosed recently](https://issues.sonatype.org/browse/OSSRH-88223?focusedCommentId=1236502&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-1236502) which makes publishing packages more difficult. ## Describe the solution you'd like Support publishing...
## Is your feature request related to a problem? Please describe. It would be helpful to have coverage reports during development, so we can identify areas to improve testing. ##...
The bottom of the demo-app/build.gradle.kts includes an explicit dependency on a task from the sdk, e.g. `tasks.getByName("assemble").dependsOn(":sdk-lib:assemble")`. Based on a [conversation in KotlinLang](https://kotlinlang.slack.com/archives/C19FD9681/p1672314173971109?thread_ts=1672293242.229299&cid=C19FD9681), this is not the correct way to...
### Describe the issue This is a followup for the https://github.com/zcash/zcash-android-wallet-sdk/pull/830. I've noticed there in the new Compose Get Addresses screen following: The SDK provides addresses for the new Get...
## Describe the solution you'd like This task is follows up to the https://github.com/zcash/zcash-android-wallet-sdk/issues/789, which creates a new benchmark module, but only for local use. We'd like to have running...