Implement Base64 encoding for ZIP 304 signatures #390
ci.yml
on: push
Bitrot check
6m 56s
Clippy (MSRV)
4m 7s
Clippy (beta)
14s
Code coverage
21m 35s
Intra-doc links
5m 18s
Rustfmt
13s
UUID validity
3s
Matrix: build-latest
Matrix: build-nodefault
Matrix: test
Annotations
4 errors and 2 warnings
Clippy (beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
constants have by default a `'static` lifetime:
zcash_primitives/src/sapling/zip304.rs#L28
error: constants have by default a `'static` lifetime
--> zcash_primitives/src/sapling/zip304.rs:28:39
|
28 | const ZIP304_PERSONALIZATION_PREFIX: &'static [u8; 12] = b"ZIP304Signed";
| -^^^^^^^--------- help: consider removing `'static`: `&[u8; 12]`
|
= note: `-D clippy::redundant-static-lifetimes` implied by `-D warnings`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_static_lifetimes
|
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/
|