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

> Nit: now that `start_height = birthday_height` there's an off-by-one here, because the birthday height is one of the blocks that gets scanned, not the base block. Non-blocking, the error...

When introducing a testnet for ZSAs, it could be useful to have a separate set of HRPs for addresses used on this testnet. We should create an abstraction that allows...

enhancement

Motivated by https://github.com/zcash/zcash-android-wallet-sdk/pull/1260: We're currently using unstructured strings to pass error information across the FFI in the wallet SDKs, and it's awful. I know we want to eventually use uniffi...

This then defines what data it needs to consume from a full validator (e.g. `zebrad`).

remove duplicate words in comments to improve readability.

This follow-up to #1257 is not essential, but it improves the error reporting by: * reporting some errors when a proposal is constructed rather than when it is used to...