zcash-swift-wallet-sdk
zcash-swift-wallet-sdk copied to clipboard
iOS light client Framework proof-of-concept
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...
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...
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...
conditions: - one spends the output of another - 11 block reorg that contains transaction
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...
- `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...
- 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...
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...