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 sets up the general framework; most of the implementation is `todo!()`. Closes #1414.

The gRPC method to get subtree roots from `lightwalletd` takes a start index and returns every subtree root from there on. However, if we know that we won't use the...

This script is solely for the purpose of producing Rust source code from protobuf spec files, to support lightwalletd gRPC services. It should only be run when a developer explicitly...

Adds commonly used constructors to `LocalNetwork` struct.

Closes #1153.

S-waiting-on-review
C-zip-impl

- Builds on #1184, implementing an async wallet synchronization function - Replaces `FsBlockDb` with `BlockCache` for generic implementation of block caches, solving cyclic dependencies. - Implements `BlockCache` for `FsBlockDb` and...