Skip to content

integrate encrypted kkt into nym-lp #8410

integrate encrypted kkt into nym-lp

integrate encrypted kkt into nym-lp #8410

Triggered via push December 22, 2025 09:13
Status Success
Total duration 5m 8s
Artifacts

ci-contracts.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

25 warnings
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
value assigned to `hd_path` is never read: src-tauri/src/wallet_storage/account_data.rs#L356
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?
value assigned to `hd_path` is never read: src-tauri/src/wallet_storage/account_data.rs#L356
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
value assigned to `hd_paths` is never read: /home/runner/_work/nym/nym/common/client-libs/validator-client/src/signing/direct_wallet.rs#L156
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?
value assigned to `accounts` is never read: /home/runner/_work/nym/nym/common/client-libs/validator-client/src/signing/direct_wallet.rs#L53
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?
value assigned to `accounts` is never read: /home/runner/_work/nym/nym/common/client-libs/validator-client/src/signing/direct_wallet.rs#L53
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
value assigned to `sig` is never read: /home/runner/_work/nym/nym/common/nym_offline_compact_ecash/src/scheme/mod.rs#L271
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?
value assigned to `sig` is never read: /home/runner/_work/nym/nym/common/nym_offline_compact_ecash/src/scheme/mod.rs#L271
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?
value assigned to `sig` is never read: /home/runner/_work/nym/nym/common/nym_offline_compact_ecash/src/scheme/mod.rs#L41
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?
value assigned to `sig` is never read: /home/runner/_work/nym/nym/common/nym_offline_compact_ecash/src/scheme/mod.rs#L41
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?
value assigned to `verification_key` is never read: /home/runner/_work/nym/nym/common/nym_offline_compact_ecash/src/scheme/keygen.rs#L455
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?
value assigned to `verification_key` is never read: /home/runner/_work/nym/nym/common/nym_offline_compact_ecash/src/scheme/keygen.rs#L455
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?
value assigned to `attributes` is never read: /home/runner/_work/nym/nym/common/nym_offline_compact_ecash/src/proofs/proof_spend.rs#L29
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?
value assigned to `attributes` is never read: /home/runner/_work/nym/nym/common/nym_offline_compact_ecash/src/proofs/proof_spend.rs#L29
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
value assigned to `public_key` is never read: /home/runner/_work/nym/nym/common/crypto/src/asymmetric/x25519/mod.rs#L56
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?
value assigned to `public_key` is never read: /home/runner/_work/nym/nym/common/crypto/src/asymmetric/x25519/mod.rs#L56
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?
value assigned to `index` is never read: /home/runner/_work/nym/nym/common/crypto/src/asymmetric/ed25519/mod.rs#L70
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?
value assigned to `public_key` is never read: /home/runner/_work/nym/nym/common/crypto/src/asymmetric/ed25519/mod.rs#L67
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?
value assigned to `index` is never read: /home/runner/_work/nym/nym/common/crypto/src/asymmetric/ed25519/mod.rs#L70
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?
value assigned to `public_key` is never read: /home/runner/_work/nym/nym/common/crypto/src/asymmetric/ed25519/mod.rs#L67
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
value assigned to `kdf_info` is never read: /home/runner/_work/nym/nym/common/store-cipher/src/lib.rs#L172
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?
value assigned to `kdf_info` is never read: /home/runner/_work/nym/nym/common/store-cipher/src/lib.rs#L172
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