Pacu
Pacu
version: Zecwallet Fullnode v0.9.1 when copying my own address from dashboard the content contains spaces and the TAZ symbol instead of a usable address. result: ztestsapling1ut jnln87gml45yh98 uvkfwlskl6rxtgq 3q0vzmme9zec02q qsk6wj2yzl6dqvx...
Context: I'm using swift-nio-ssl through Swift GRPC. And found some improvement points along the way of their API. see: https://github.com/grpc/grpc-swift/issues/1459 API Calls that make use of this initializer ````Swift ///...
Context: WIF formatted transparent private key support was removed, so in order to support shielding transparent keys we need to share `UnifiedSpendingKey` through the FFI interface. Currently a UnifiedSpendingKey is...
Problem: Shared custody of the DB files between light clients' native environment (kotlin/swift) has been problematic. The access to the databases must be orchestrated perfectly in order to avoid `database...
How much storage does a light client using the sqlite crate would need to sync a wallet? - Basic estimate block range regardless of Inputs and outputs of the given...
As a developer I would like librustzcash to use the least disk space as possible. Currently the scan_blocks function takes both cache_db and wallet_db files but only manages the latter....
Pending for when this PR is merged: https://github.com/zcash/librustzcash/pull/341 sibling issue: https://github.com/zcash/ZcashLightClientKit/issues/248 1. Initialize an empty wallet. 2. Send the wallet enough 1 zat UTXOs that an attempt to spend them...
As a wallet developer I would like to show progress to my users. ## Combined chained validation Currently wallets can download thousands of blocks at a time and scan them...
current API for this function validates the whole cache. This is suited for a linear scan where the client downloads all the blocks, then validates and lastly scans. ````Rust pub...
I'm running cashed and this version of lwd locally. I usually launch Zcashd and then lwd without paying too much attention to it. I noticed that some of my tests...