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

`getNearestRewindHeight`: add a concept of original checkpoint height to the processor. For now, derive it add one because we already have the checkpoint. Add one again because we delete ABOVE...

Once we have gRPC-over-Tor support in `zcash_client_backend` (zcash/librustzcash#1471), we can move single-shot requests (e.g. transaction enhancement or submission) from using the Kotlin gRPC library to using Arti. We've already decided...

### Describe the issue As reported by users, they are missing their transparent funds. It seems like both impacted users have very low-end devices (both are under 100$ today) and...

bug

- test the implementation by executing testing transactions to a TEX address - validate the implementation - trubleshoot any issues with the Core Team if necessary - adopt ZIP 320...

S-in-progress

## Is your feature request related to a problem? Please describe. A few `Synchronizer` APIs throw `RuntimeException`, which is too generic and should be replaced with a more specific one....

Closes #359 - [x] **Self-review** your own code in GitHub's web interface[^1] - [ ] Add **automated tests** as appropriate - [ ] Update the [**manual tests**](../blob/main/docs/testing/manual_testing)[^2] as appropriate -...

## Is your feature request related to a problem? Please describe. We'd like to check and resolve all the CI action warnings reported in the Actions tab. ## Describe the...

bug

The zCash network allows sending at least two shielded transactions without waiting for 10 confirmations, but the available balance and pending balance are calculated incorrectly. I made this adjustment, and...

## Is your feature request related to a problem? Please describe. Gradle 7.4 has a new incubating feature for the configuration cache, which can speed up builds. https://docs.gradle.org/7.4/userguide/configuration_cache.html ## Describe...

As @ccjernigan noticed, the block downloading timout interval will cause all clients with synchronized clocks to hit the server around the same time, potentially DoSing the server. ``` private fun...