Skip to content

Merge pull request #643 from zcash/wallet-db-hardening #1549

Merge pull request #643 from zcash/wallet-db-hardening

Merge pull request #643 from zcash/wallet-db-hardening #1549

Triggered via push July 17, 2026 23:57
Status Success
Total duration 21m 33s
Artifacts

lints.yml

on: push
Matrix: hadolint
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Clippy (beta)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: auguwu/clippy-action@94a9ff2f6920180b89e5c03d121d0af04a9d3e03. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
useless use of `format!`: zallet-core/src/lib.rs#L363
warning: useless use of `format!` --> zallet-core/src/components/json_rpc/methods/z_send_many.rs:363:25 | 363 | bound = format!("N >= %u"), | ^^^^^^^^^^^^^^^^^^ help: consider using `.to_string()`: `"N >= %u".to_string()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/beta/index.html#useless_format = note: `-W clippy::useless-format` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::useless_format)]`
useless use of `format!`: zallet-core/src/lib.rs#L363
warning: useless use of `format!` --> zallet-core/src/components/json_rpc/methods/z_send_many.rs:363:25 | 363 | bound = format!("N >= %u"), | ^^^^^^^^^^^^^^^^^^ help: consider using `.to_string()`: `"N >= %u".to_string()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/beta/index.html#useless_format = note: `-W clippy::useless-format` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::useless_format)]`
Clippy (MSRV)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: auguwu/clippy-action@94a9ff2f6920180b89e5c03d121d0af04a9d3e03. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/