Skip to content

zcash_client_sqlite: Migration fixes and API updates #1301

zcash_client_sqlite: Migration fixes and API updates

zcash_client_sqlite: Migration fixes and API updates #1301

Triggered via pull request March 5, 2025 01:42
Status Success
Total duration 2m 50s
Artifacts

audits.yml

on: pull_request
Vet Rust dependencies
2m 34s
Vet Rust dependencies
Check licenses
48s
Check licenses
Required audits have passed
0s
Required audits have passed
Fit to window
Zoom out
Zoom in

Annotations

2 errors
unused import: `Typecode`: zcash_client_sqlite/src/wallet/transparent.rs#L15
error: unused import: `Typecode` --> zcash_client_sqlite/src/wallet/transparent.rs:15:35 | 15 | use zcash_address::unified::{Ivk, Typecode, Uivk}; | ^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_imports)]`
unused import: `Typecode`: zcash_client_sqlite/src/wallet/transparent.rs#L15
error: unused import: `Typecode` --> zcash_client_sqlite/src/wallet/transparent.rs:15:35 | 15 | use zcash_address::unified::{Ivk, Typecode, Uivk}; | ^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_imports)]`