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

Currently the canonical state machines for using the `zcash_client_backend` APIs live in the Android and Swift mobile SDKs. This would provide a Rust implementation of the state machine, that could...

Currently the `BlockSource` trait only exposes a generic way to access cached blocks. However, if we want to provide a generic state machine (#1169), we will need a generic way...

This enables use cases where the diversifier index is prescribed instead of sequentially assigned.

@str4d wrote at https://github.com/zcash/librustzcash/pull/914/files#r1316507311 : > There is a slight issue here regarding notes that are just about to expire. Without the `max(_, 1)`, with `min_confirmations == 0` this would...

This issue exists for the purpose of organising [the DAG](https://zcash.github.io/developers/zcash-core-dag). We can close it once we have DAGSync fully implemented in the Zcash Rust crates.

C-target