Skip to content

zcash_primitives: Refactor Transaction to permit omitting protocol-specific bundles #5269

zcash_primitives: Refactor Transaction to permit omitting protocol-specific bundles

zcash_primitives: Refactor Transaction to permit omitting protocol-specific bundles #5269

Triggered via pull request May 13, 2024 18:34
Status Failure
Total duration 19m 49s
Billable time 1h 19m
Artifacts

ci.yml

on: pull_request
Matrix: build-latest
Matrix: build-nodefault
Matrix: check-msrv
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 4 warnings
Clippy (beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Check ZFuture build on Linux
Process completed with exit code 101.
Check ZFuture build on macOS
Process completed with exit code 101.
Check ZFuture build on Windows
Process completed with exit code 1.
redundant closure: zcash_primitives/src/transaction/mod.rs#L530
error: redundant closure --> zcash_primitives/src/transaction/mod.rs:530:30 | 530 | .map_or_else(|| Amount::zero(), |b| b.value_balance()), | ^^^^^^^^^^^^^^^^^ help: replace the closure with the function itself: `Amount::zero` | = note: `-D clippy::redundant-closure` implied by `-D warnings` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure
Clippy (MSRV)
Clippy had exited with the 101 exit code
Clippy (beta)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Clippy (beta)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Clippy (MSRV)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Clippy (MSRV)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/