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...
### Describe the issue The SDK suffers from the Android leaked closeable filed [here](https://github.com/aosp-mirror/platform_frameworks_base/commit/e7ae30f76788bcec4457c4e0b0c9cbff2cf892f3). Not sure what is the actual trigger on our side. It probably could be any of...
## 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...
### Describe the issue Anytime first access/sync unpause/new blocks to sync/etc. we access the new blocks table managed by the rust layer it throws warning `Error while initializing blocks table:...
## Is your feature request related to a problem? Please describe. We have some flaky tests because they connect to the network. ## Describe the solution you'd like Disable or...
### Describe the issue This is a followup for #954. ### Can you reliably reproduce the issue? #### If so, please list the steps to reproduce below: 1. `brew install...
### Describe the issue After some troubles with pseudo-locales in the Secant wallet project, while running screenshot tests, we've decided to move the `co_electriccoin_zcash_zec_amount_regex_continuous_filter` and `co_electriccoin_zcash_zec_amount_regex_confirm_filter` out of the strings...
## Is your feature request related to a problem? Please describe. Once the Synchornizer runs into trouble of **no free space left on the device** it returns this error message...
## Is your feature request related to a problem? Please describe. Remove `CurrencyFormatter.kt` from the `sdk-lib` and refactor it into `sdk-incubator-lib`. We probably don’t need all the methods for Double...
## Is your feature request related to a problem? Please describe. The SDK is technically capable of syncing multiple wallets, and client apps may be managing multiple seeds. Currently, clients...