Implement Key Source and Account Name #215
audits.yml
on: pull_request
Required status checks have passed
0s
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
|