Skip to content

Implement Key Source and Account Name #215

Implement Key Source and Account Name

Implement Key Source and Account Name #215

Triggered via pull request December 4, 2024 20:29
Status Failure
Total duration 2m 54s
Artifacts

audits.yml

on: pull_request
Vet Rust dependencies
2m 35s
Vet Rust dependencies
Check licenses
41s
Check licenses
Required status checks have passed
0s
Required status checks have passed
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 3 warnings
non-exhaustive patterns: `proto::generated::ShieldedProtocol::Orchard` not covered: zcash_client_memory/src/types/nullifier.rs#L85
error[E0004]: non-exhaustive patterns: `proto::generated::ShieldedProtocol::Orchard` not covered --> zcash_client_memory/src/types/nullifier.rs:85:22 | 85 | Ok(match nullifier.protocol() { | ^^^^^^^^^^^^^^^^^^^^ pattern `proto::generated::ShieldedProtocol::Orchard` not covered | note: `proto::generated::ShieldedProtocol` defined here --> zcash_client_memory/src/proto/generated.rs:76:10 | 76 | pub enum ShieldedProtocol { | ^^^^^^^^^^^^^^^^ 77 | Sapling = 0, 78 | Orchard = 1, | ------- not covered = note: the matched value is of type `proto::generated::ShieldedProtocol` help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern or an explicit pattern as shown | 88 ~ }, 89 + proto::generated::ShieldedProtocol::Orchard => todo!() |
Vet Rust dependencies
Process completed with exit code 255.
Required status checks have passed
Process completed with exit code 1.
Check licenses
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Vet Rust dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Required status checks have passed
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636