zcash_client_backend: Add Orchard note commitment tree size to block … #2200
ci.yml
on: push
Bitrot check
6m 46s
Clippy (MSRV)
8m 9s
Clippy (beta)
19s
Code coverage
20m 21s
Intra-doc links
5m 2s
Rustfmt
11s
UUID validity
8s
Matrix: build-latest
Matrix: build-nodefault
Matrix: test
Annotations
6 errors and 2 warnings
Clippy (beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Intra-doc links
Process completed with exit code 101.
|
this function has too many arguments (8/7):
zcash_client_backend/src/data_api.rs#L472
error: this function has too many arguments (8/7)
--> zcash_client_backend/src/data_api.rs:472:5
|
472 | / pub fn from_parts(
473 | | block_height: BlockHeight,
474 | | block_hash: BlockHash,
475 | | block_time: u32,
... |
480 | | sapling_commitments: Vec<(sapling::Node, Retention<BlockHeight>)>,
481 | | ) -> Self {
| |_____________^
|
= note: `-D clippy::too-many-arguments` implied by `-D warnings`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
|
this function has too many arguments (8/7):
zcash_client_backend/src/data_api.rs#L472
error: this function has too many arguments (8/7)
--> zcash_client_backend/src/data_api.rs:472:5
|
472 | / pub fn from_parts(
473 | | block_height: BlockHeight,
474 | | block_hash: BlockHash,
475 | | block_time: u32,
... |
480 | | sapling_commitments: Vec<(sapling::Node, Retention<BlockHeight>)>,
481 | | ) -> Self {
| |_____________^
|
= note: `-D clippy::too-many-arguments` implied by `-D warnings`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
|
Clippy (MSRV)
Clippy had exited with the 101 exit code
|
Code coverage
Process completed with exit code 1.
|
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)
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/
|