Kris Nuttycombe
Kris Nuttycombe
> I think for consistency it would be fine to change this to `t.mined_height < :target_height` (and use `target_height` consistently) but I believe that there's no semantic difference here. Since...
As part of `zcashd` wallet support, we need to ensure that we can continue observing funds for watch-only transparent addresses that were imported to the `zcashd` wallet. In `zcash_client_backend`, we...
If there is a pending network upgrade, we know that the mempool will be flushed when the network upgrade occurs. We should clarify handling of the mempool at network upgrades...
`fundrawtransaction` is a zcashd wallet method that is required for use with offline signing protocols, and is consequently required by exchanges. It is documented as: ``` Usage: fundrawtransaction "hexstring" includeWatching...
The `librustzcash` wallet stack was originally designed for use by shielded-only wallets, and transparent transaction functionality has been incrementally added to serve user needs over time. At present, however, the...
Proptest kicked this up this morning: ``` thread 'tests::prop_zip321_roundtrip_uri' panicked at components/zip321/src/lib.rs:1163:65: called `Result::unwrap()` on an `Err` value: ParseError("Error parsing query parameters: Parsing Error: Error { input: \"&req-H-kz7iN=0.%2F%3C%3D%F0%96%AB%B0%F0%9F%AA%B2%5C($%22%F0%9E%BA%92b%C2%A5\", code: Eof...
* P2SH address * Redeem script * Imported pubkeys corresponding to signatures that need to be applied.
When a PR makes a release of a crate, CI needs to check that all dependency crates in the workspace have no unpublished changes.