Skip to content

Add pczt send-without-storing command #479

Add pczt send-without-storing command

Add pczt send-without-storing command #479

Triggered via push July 29, 2025 14:01
Status Failure
Total duration 5m 22s
Artifacts

ci.yml

on: push
Matrix: build-latest
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 4 notices
/home/runner/work/zcash-devtool/zcash-devtool/src/main.rs#L81
the borrowed expression implements the required traits
/home/runner/work/zcash-devtool/zcash-devtool/src/main.rs#L264
the borrowed expression implements the required traits
the borrowed expression implements the required traits: src/main.rs#L264
error: the borrowed expression implements the required traits --> src/commands/inspect/context.rs:264:47 | 264 | serializer.serialize_str(&hex::encode(&self.0.to_bytes())) | ^^^^^^^^^^^^^^^^^^ help: change this to: `self.0.to_bytes()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: src/main.rs#L81
error: the borrowed expression implements the required traits --> src/commands/create_multisig_address.rs:81:62 | 81 | let script_id = ripemd::Ripemd160::digest(Sha256::digest(&multisig_redeem_script.to_bytes())); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `multisig_redeem_script.to_bytes()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `-D clippy::needless-borrows-for-generic-args` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_borrows_for_generic_args)]`
Build on macOS-latest
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
Build on macOS-latest
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
Build latest on macOS-latest
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
Build latest on macOS-latest
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520