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 issue, and issues it blocks, should be moved out of the `librustzcash` repository once we have a repository where we are going to build this application.

What kinds of p2sh scripts do the Zcashd RPCs enable clients to construct?

Currently, the transaction builder only supports spending P2PKH coins. This issue can be closed once it is possible to spend (almost) arbitrary P2SH inputs. In practice this means we should...

The publicly-exposed APIs have documentation, but most of the crate-private functions don't have docstrings. It would be nice to add those.

A-documentation

@nuttycom: > There's a very straightforward "passive note management" approach that we could take, which is to inspect the distribution of unspent notes prior to deciding upon the change note...

enhancement
A-wallet

When recovering from seed, we set a restore height at the current chain tip. There may be notes received prior to that height which are spendable, but without DAGSync (or...

A-wallet

This is a high-level tracking issue to serve as a target for identifying all of the functionality that would need to be added to `zcash_client_backend` to permit construction of a...

C-target