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

We want to move all reads of the wallet SQLite DB behind the Rust FFI (to remove the current dependency on the SQL views). All places that currently read from...

## Is your feature request related to a problem? Please describe. Assuming we have a conversion rate as implemented in #614, we need methods that take an amount in Zatoshi...

enhancement
S-waiting-on-review

## Is your feature request related to a problem? Please describe. In backend-lib/src/main/rust/lib.rs there is code for enabling tracing of the Rust code: ## Describe the solution you'd like Double-check...

security_finding

## Is your feature request related to a problem? Please describe. This issue stands for a wrapper for unresolved security findings. ## Describe the solution you'd like ## Alternatives you've...

security_finding

## Is your feature request related to a problem? Please describe. The SDK uses the SHA1 to check that the correct parameter files have been downloaded. SHA1 is vulnerable to...

security_finding

## Is your feature request related to a problem? Please describe. ## Describe the solution you'd like Kotlin’s until is exclusive, so this does not check that the last group,...

security_finding

## Is your feature request related to a problem? Please describe. The SDK determines which type of error occurred within librustzcash by comparing the error message string: ## Describe the...

security_finding

## Is your feature request related to a problem? Please describe. The following hex decoder in BlockExt.kt will silently ignore the last character in an odd-length hex string, because of...

security_finding

## Is your feature request related to a problem? Please describe. The following code from CurrencyFormatter.kt, used to convert a Double? value to a BigDecimal silently converts the value null...

security_finding