Jack Grigg
Jack Grigg
RPIT (return-position `impl Trait`) was stabilized in Rust 1.75, and the `dynosaur` crate providing dynamic dispatch support was published two weeks ago. Now that our MSRV is 1.77, we can...
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)...
#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...
https://github.com/zcash/librustzcash/blob/dec3024b0da78d1dcb9c6b84bc44e829748f66a5/components/zcash_encoding/src/lib.rs#L11 We currently rely on the `ReadBytesExt` and `WriteBytesExt` traits, which are built around `std::io` and thus require the `std` feature flag of `byteorder`. This makes the `zcash_encoding` crate incompatible...
Follow-up work after #1543.