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

_Originally posted by @daira in https://github.com/zcash/librustzcash/pull/1496#discussion_r1722294295_: > Incidentally, why does the doc for `wallet::chain_tip_height` say > ```rust > /// Returns the minimum and maximum heights of blocks in the chain...

A-documentation

As a safeguard against corruption, check the contents of the wallet database (if any) to ensure that the network type passed to `WalletDb` construction is the same as the network...

Todo: - Finish fields for transparent bundles (adapting from BIP 370 as appropriate) - Optional ZIP 32 paths (that Updaters can set to help Signers determine which keys to use)...

This PR introduces "non-controversial" derives of `Serialize` and `Deserialize` for some structs that we persist to storage in our memory wallet implementation. This is by no means all the structs...

#1576 removed a test of `WalletWrite::put_received_transparent_utxo` because it had `zcash_client_sqlite`-specific details. It should be replaced by the equivalent test that we get an error if putting a UTXO with an...

It's a rare corner case, but the `zcash_primitives` transaction builder currently does not bound the transaction size at the time of transaction creation. It is possible for large spend requests...