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

iOS light client Framework proof-of-concept

Results 112 zcash-swift-wallet-sdk issues
Sort by recently updated
recently updated
newest added

Scenario: A seed is imported into three wallets with transparent/shielded funds. Wallet A sends a payment to some address. At the same time, Wallet B sends a payment of a...

Testing
unconfirmed
learning opportunity

Develop a test under Advanced ReOrg Test suite that: given 2 transactions, tx A mined at Height X and tx B mined at height Y and a reorg of N...

help wanted
good first issue
Testing
learning opportunity

A notification is generated when there's a reorg, but rewinding the data DB can in theory fail with an exception, which will cause a [different kind of error, from the...

enhancement
documentation
learning opportunity

conditions: - one spends the output of another - 11 block reorg that contains transaction

enhancement
help wanted
good first issue
Testing

1. Initialize an empty wallet. 2. Send the wallet enough 1 zat UTXOs that an attempt to spend them all would be larger than the block size. 3. Try to...

enhancement
help wanted
Testing
unconfirmed

- `evaluateBestOf(endpoints)` async method implemented. It takes a list of endpoints and evaluates the performance of each, rule out some during the process and returns top `k` best servers. This...

S-waiting-on-review

- The API has been refactored to carry state and always broadcast a value, even in case of failed request - ignore refresh request when one is already in flight...

S-waiting-on-review

Includes: - Initialization changes to enable log filter customization. We now connect the Rust log level to the Swift log level, and always run other Rust initialization steps. - ZIP...

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...

## Is your feature request related to a problem? Please describe. Users need to be able to see their ZEC balance in Fiat currency values, e.g. USD. ## Describe the...