zcash-swift-wallet-sdk
zcash-swift-wallet-sdk copied to clipboard
iOS light client Framework proof-of-concept
comment https://github.com/zcash/ZcashLightClientKit/pull/535#discussion_r977917479
At present, we have well-typed errors in Rust, and well-typed errors in Swift, but we lose all of that where we cross the FFI. It may be that UniFFI makes...
Remove SQLite Swift dependency and in favor of another one. For example https://github.com/Lighter-swift Lighter has a mode that can be dependency-free generating an API that require no other dependency than...
UTXO's don't seem to need this field on the rust side anymore. Consider removing this field from this entity, more over, removing the entity itself completely
## Is your feature request related to a problem? Please describe. Currently the json checkpoint files we use (or atleast _will be_ using after #326 is closed) are updated manually....
## Is your feature request related to a problem? Please describe. ZcashLightClientKit ships a pre-build xcframework called libzcashlc. I'd like to know how to build the SDK from Source Code...
What is your feature request? When the SDK is initialized, it should fail fast if the viewing keys provided during construction mismatch those which might already be in the database....