Skip to content

Implement Base64 encoding for ZIP 304 signatures #390

Implement Base64 encoding for ZIP 304 signatures

Implement Base64 encoding for ZIP 304 signatures #390

Triggered via push November 13, 2023 04:52
Status Failure
Total duration 28m 18s
Artifacts

ci.yml

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

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/