Skip to content

Memory Wallet Implementation #209

Memory Wallet Implementation

Memory Wallet Implementation #209

Triggered via pull request December 3, 2024 22:47
@ec2ec2
synchronize #1
ec2/memwallet
Status Failure
Total duration 3m 3s
Artifacts

audits.yml

on: pull_request
Vet Rust dependencies
2m 37s
Vet Rust dependencies
Check licenses
45s
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