Skip to content

transparent: Fix bugs in AccountPubKey::derive_pubkey_at_bip32_path #1030

transparent: Fix bugs in AccountPubKey::derive_pubkey_at_bip32_path

transparent: Fix bugs in AccountPubKey::derive_pubkey_at_bip32_path #1030

Triggered via pull request December 17, 2024 13:10
Status Success
Total duration 3m 1s
Artifacts

audits.yml

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

Annotations

1 error and 3 warnings
this expression creates a reference which is immediately dereferenced by the compiler: zcash_transparent/src/keys.rs#L620
error: this expression creates a reference which is immediately dereferenced by the compiler --> zcash_transparent/src/keys.rs:620:42 | 620 | assert_eq!(pubkey_to_address(&account_pubkey.0.public_key()), address); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `account_pubkey.0.public_key()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `-D clippy::needless-borrow` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
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 audits have passed
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636