zcash_primitives: Refactor Transaction
to permit omitting protocol-specific bundles
#5269
ci.yml
on: pull_request
Bitrot check
3m 10s
Clippy (MSRV)
2m 31s
Clippy (beta)
11s
Code coverage
17m 40s
Intra-doc links
3m 35s
Rustfmt
13s
protobuf consistency
2m 55s
UUID validity
3s
Matrix: build-latest
Matrix: build-nodefault
Matrix: check-msrv
Matrix: test
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/
|