librustzcash icon indicating copy to clipboard operation
librustzcash copied to clipboard

Rust-language assets for Zcash

Results 313 librustzcash issues
Sort by recently updated
recently updated
newest added

> This seems pretty unsafe to me, as `get_wallet_summary` is likely to be called from multiple threads; I think that we need to remove this `impl` entirely; that should be...

This has been requested by the Brave folks in order to allow them to avoid a dependency on the `sapling-crypto` crate, and we will add a similar flag for `orchard`...

> More specifically, we realized as part of the discussion that there is probably an existing bug related to the import of seeds from transparent-only wallets, where we are not...

enhancement

I'm interested in reporting transactions as they are discovered during `scan_cached_blocks`. I figure I could do it by passing in my own wrapper for the data store that intercepts calls...

enhancement

If there are no transparent funds to be shielded, currently an error will be returned (either because the balance to be shielded is below the shielding threshold, or because an...

Open an issue for this. _Originally posted by @str4d in https://github.com/zcash/librustzcash/pull/1234#discussion_r1517859140_

https://github.com/zcash/librustzcash/blob/main/zcash_client_sqlite/src/wallet.rs#L949-L966 is a bit of a hack; we could get the shard index from the position of the current chain tip, and we don't really need to go through the...

> This should work but is quite ugly. I don't see any reason why keys shouldn't implement `ConstantTimeEq`. _Originally posted by @daira in https://github.com/zcash/librustzcash/pull/1213#discussion_r1509665137_ This will require the implementation of...