zcash-android-wallet-sdk icon indicating copy to clipboard operation
zcash-android-wallet-sdk copied to clipboard

Native Android SDK for Zcash

Results 126 zcash-android-wallet-sdk issues
Sort by recently updated
recently updated
newest added

## Is your feature request related to a problem? Please describe. The following code from ChannelFactory.kt within the SDK is used to determine whether the connection to lightwalletd will be...

security_finding

### Describe the issue Although our back navigation is still enabled and working in the Demo-app, we're getting a new warning about it (see below). ### Can you reliably reproduce...

bug
demo-app

### Describe the issue `Compilation is not supported for the following modules: zcash-android-sdk.backend-lib.unitTest. Unfortunately, you can't have non-Gradle Java modules and Android-Gradle modules in one project. If you didn't add...

bug

These will could be possibly solved with this as well: - https://github.com/zcash/zcash-android-wallet-sdk/issues/844 - https://github.com/zcash/zcash-android-wallet-sdk/issues/839 - https://github.com/zcash/zcash-android-wallet-sdk/issues/649 - https://github.com/zcash/zcash-android-wallet-sdk/issues/542 - [ ] Eliminate dependency `com.google.android.material:material`

demo-app

- Library version - Changelog update - Checkpoints update

## Is your feature request related to a problem? Please describe. - Library version - Changelog update - Checkpoints update ## Describe the solution you'd like ## Alternatives you've considered...

C-release

### Actual behavior + errors ``` java.lang.NullPointerException: null cannot be cast to non-null type kotlin.String at ftl.args.ArgsHelper.getProjectIdFromJson(ArgsHelper.kt:200) at ftl.args.ArgsHelper.fromUserProvidedCredentials(ArgsHelper.kt:195) at ftl.args.ArgsHelper.getUserProjectId(ArgsHelper.kt:188) at ftl.args.ArgsHelper.getDefaultProjectIdOrNull(ArgsHelper.kt:185) at ftl.config.common.CommonFlankConfig$Companion.default(CommonFlankConfig.kt:237) Parsing /home/runner/work/zcash-android-wallet-sdk/zcash-android-wallet-sdk/gha-creds-49b4cf4d64aa3833.json failed: at ftl.config.CreateKt.defaultAndroidConfig(Create.kt:16)...

bug
S-in-progress

The block downloader writes the blocks to disk and caches their metadata. We then flush the block metadata buffer to the Rust side to make the cache aware of the...

Currently `SYNC_BATCH_SIZE` is set to 100. This is fine for scanning during the sandblasting region of the chain, but outside that we should raise the limit to 1000. Eventually the...

## 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 enhance try/catch...

enhancement
tech_debt