Skip to content

integrate encrypted kkt into nym-lp

518c41b
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Gateway probe localnet mode #6274

integrate encrypted kkt into nym-lp
518c41b
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy succeeded Dec 22, 2025 in 1s

clippy

21 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 21
Note 0
Help 0

Versions

  • rustc 1.92.0 (ded5c06cf 2025-12-08)
  • cargo 1.92.0 (344c4567c 2025-10-21)
  • clippy 0.1.92 (ded5c06cf2 2025-12-08)

Annotations

Check warning on line 356 in src-tauri/src/wallet_storage/account_data.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

value assigned to `hd_path` is never read

warning: value assigned to `hd_path` is never read
   --> src-tauri/src/wallet_storage/account_data.rs:356:5
    |
356 |     hd_path: DerivationPath,
    |     ^^^^^^^
    |
    = help: maybe it is overwritten before being read?

Check warning on line 356 in src-tauri/src/wallet_storage/account_data.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

value assigned to `hd_path` is never read

warning: value assigned to `hd_path` is never read
   --> src-tauri/src/wallet_storage/account_data.rs:356:5
    |
356 |     hd_path: DerivationPath,
    |     ^^^^^^^
    |
    = help: maybe it is overwritten before being read?
    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default

Check warning on line 156 in /home/runner/_work/nym/nym/common/client-libs/validator-client/src/signing/direct_wallet.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

value assigned to `hd_paths` is never read

warning: value assigned to `hd_paths` is never read
   --> /home/runner/_work/nym/nym/common/client-libs/validator-client/src/signing/direct_wallet.rs:156:5
    |
156 |     hd_paths: Vec<DerivationPath>,
    |     ^^^^^^^^
    |
    = help: maybe it is overwritten before being read?

Check warning on line 53 in /home/runner/_work/nym/nym/common/client-libs/validator-client/src/signing/direct_wallet.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

value assigned to `accounts` is never read

warning: value assigned to `accounts` is never read
  --> /home/runner/_work/nym/nym/common/client-libs/validator-client/src/signing/direct_wallet.rs:53:5
   |
53 |     accounts: Vec<Secp256k1Derivation>,
   |     ^^^^^^^^
   |
   = help: maybe it is overwritten before being read?

Check warning on line 53 in /home/runner/_work/nym/nym/common/client-libs/validator-client/src/signing/direct_wallet.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

value assigned to `accounts` is never read

warning: value assigned to `accounts` is never read
  --> /home/runner/_work/nym/nym/common/client-libs/validator-client/src/signing/direct_wallet.rs:53:5
   |
53 |     accounts: Vec<Secp256k1Derivation>,
   |     ^^^^^^^^
   |
   = help: maybe it is overwritten before being read?
   = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default

Check warning on line 271 in /home/runner/_work/nym/nym/common/nym_offline_compact_ecash/src/scheme/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

value assigned to `sig` is never read

warning: value assigned to `sig` is never read
   --> /home/runner/_work/nym/nym/common/nym_offline_compact_ecash/src/scheme/mod.rs:271:5
    |
271 |     sig: Signature,
    |     ^^^
    |
    = help: maybe it is overwritten before being read?

Check warning on line 271 in /home/runner/_work/nym/nym/common/nym_offline_compact_ecash/src/scheme/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

value assigned to `sig` is never read

warning: value assigned to `sig` is never read
   --> /home/runner/_work/nym/nym/common/nym_offline_compact_ecash/src/scheme/mod.rs:271:5
    |
271 |     sig: Signature,
    |     ^^^
    |
    = help: maybe it is overwritten before being read?

Check warning on line 41 in /home/runner/_work/nym/nym/common/nym_offline_compact_ecash/src/scheme/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

value assigned to `sig` is never read

warning: value assigned to `sig` is never read
  --> /home/runner/_work/nym/nym/common/nym_offline_compact_ecash/src/scheme/mod.rs:41:5
   |
41 |     sig: Signature,
   |     ^^^
   |
   = help: maybe it is overwritten before being read?

Check warning on line 41 in /home/runner/_work/nym/nym/common/nym_offline_compact_ecash/src/scheme/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

value assigned to `sig` is never read

warning: value assigned to `sig` is never read
  --> /home/runner/_work/nym/nym/common/nym_offline_compact_ecash/src/scheme/mod.rs:41:5
   |
41 |     sig: Signature,
   |     ^^^
   |
   = help: maybe it is overwritten before being read?

Check warning on line 455 in /home/runner/_work/nym/nym/common/nym_offline_compact_ecash/src/scheme/keygen.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

value assigned to `verification_key` is never read

warning: value assigned to `verification_key` is never read
   --> /home/runner/_work/nym/nym/common/nym_offline_compact_ecash/src/scheme/keygen.rs:455:5
    |
455 |     verification_key: VerificationKeyAuth,
    |     ^^^^^^^^^^^^^^^^
    |
    = help: maybe it is overwritten before being read?

Check warning on line 455 in /home/runner/_work/nym/nym/common/nym_offline_compact_ecash/src/scheme/keygen.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

value assigned to `verification_key` is never read

warning: value assigned to `verification_key` is never read
   --> /home/runner/_work/nym/nym/common/nym_offline_compact_ecash/src/scheme/keygen.rs:455:5
    |
455 |     verification_key: VerificationKeyAuth,
    |     ^^^^^^^^^^^^^^^^
    |
    = help: maybe it is overwritten before being read?

Check warning on line 29 in /home/runner/_work/nym/nym/common/nym_offline_compact_ecash/src/proofs/proof_spend.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

value assigned to `attributes` is never read

warning: value assigned to `attributes` is never read
  --> /home/runner/_work/nym/nym/common/nym_offline_compact_ecash/src/proofs/proof_spend.rs:29:16
   |
29 |     pub(crate) attributes: &'a [&'a Scalar],
   |                ^^^^^^^^^^
   |
   = help: maybe it is overwritten before being read?

Check warning on line 29 in /home/runner/_work/nym/nym/common/nym_offline_compact_ecash/src/proofs/proof_spend.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

value assigned to `attributes` is never read

warning: value assigned to `attributes` is never read
  --> /home/runner/_work/nym/nym/common/nym_offline_compact_ecash/src/proofs/proof_spend.rs:29:16
   |
29 |     pub(crate) attributes: &'a [&'a Scalar],
   |                ^^^^^^^^^^
   |
   = help: maybe it is overwritten before being read?
   = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default

Check warning on line 56 in /home/runner/_work/nym/nym/common/crypto/src/asymmetric/x25519/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

value assigned to `public_key` is never read

warning: value assigned to `public_key` is never read
  --> /home/runner/_work/nym/nym/common/crypto/src/asymmetric/x25519/mod.rs:56:16
   |
56 |     pub(crate) public_key: PublicKey,
   |                ^^^^^^^^^^
   |
   = help: maybe it is overwritten before being read?

Check warning on line 56 in /home/runner/_work/nym/nym/common/crypto/src/asymmetric/x25519/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

value assigned to `public_key` is never read

warning: value assigned to `public_key` is never read
  --> /home/runner/_work/nym/nym/common/crypto/src/asymmetric/x25519/mod.rs:56:16
   |
56 |     pub(crate) public_key: PublicKey,
   |                ^^^^^^^^^^
   |
   = help: maybe it is overwritten before being read?

Check warning on line 70 in /home/runner/_work/nym/nym/common/crypto/src/asymmetric/ed25519/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

value assigned to `index` is never read

warning: value assigned to `index` is never read
  --> /home/runner/_work/nym/nym/common/crypto/src/asymmetric/ed25519/mod.rs:70:5
   |
70 |     index: u32,
   |     ^^^^^
   |
   = help: maybe it is overwritten before being read?

Check warning on line 67 in /home/runner/_work/nym/nym/common/crypto/src/asymmetric/ed25519/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

value assigned to `public_key` is never read

warning: value assigned to `public_key` is never read
  --> /home/runner/_work/nym/nym/common/crypto/src/asymmetric/ed25519/mod.rs:67:5
   |
67 |     public_key: PublicKey,
   |     ^^^^^^^^^^
   |
   = help: maybe it is overwritten before being read?

Check warning on line 70 in /home/runner/_work/nym/nym/common/crypto/src/asymmetric/ed25519/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

value assigned to `index` is never read

warning: value assigned to `index` is never read
  --> /home/runner/_work/nym/nym/common/crypto/src/asymmetric/ed25519/mod.rs:70:5
   |
70 |     index: u32,
   |     ^^^^^
   |
   = help: maybe it is overwritten before being read?

Check warning on line 67 in /home/runner/_work/nym/nym/common/crypto/src/asymmetric/ed25519/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

value assigned to `public_key` is never read

warning: value assigned to `public_key` is never read
  --> /home/runner/_work/nym/nym/common/crypto/src/asymmetric/ed25519/mod.rs:67:5
   |
67 |     public_key: PublicKey,
   |     ^^^^^^^^^^
   |
   = help: maybe it is overwritten before being read?
   = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default

Check warning on line 172 in /home/runner/_work/nym/nym/common/store-cipher/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

value assigned to `kdf_info` is never read

warning: value assigned to `kdf_info` is never read
   --> /home/runner/_work/nym/nym/common/store-cipher/src/lib.rs:172:5
    |
172 |     kdf_info: KdfInfo,
    |     ^^^^^^^^
    |
    = help: maybe it is overwritten before being read?

Check warning on line 172 in /home/runner/_work/nym/nym/common/store-cipher/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

value assigned to `kdf_info` is never read

warning: value assigned to `kdf_info` is never read
   --> /home/runner/_work/nym/nym/common/store-cipher/src/lib.rs:172:5
    |
172 |     kdf_info: KdfInfo,
    |     ^^^^^^^^
    |
    = help: maybe it is overwritten before being read?
    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default