Skip to content

use new unbonding_delay parameter to compute trusting period #26

use new unbonding_delay parameter to compute trusting period

use new unbonding_delay parameter to compute trusting period #26

GitHub Actions / clippy-no-default-features failed Mar 19, 2024 in 0s

clippy-no-default-features

4 errors

Details

Results

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

Versions

  • rustc 1.76.0 (07dca489a 2024-02-04)
  • cargo 1.76.0 (c84b36747 2024-01-18)
  • clippy 0.1.76 (07dca48 2024-02-04)

Annotations

Check failure on line 527 in crates/relayer/src/chain/penumbra/chain.rs

See this annotation in the file changed.

@github-actions github-actions / clippy-no-default-features

no field `unbonding_delay` on type `penumbra_proto::core::component::stake::v1::StakeParameters`

error[E0609]: no field `unbonding_delay` on type `penumbra_proto::core::component::stake::v1::StakeParameters`
   --> crates/relayer/src/chain/penumbra/chain.rs:527:14
    |
527 |             .unbonding_delay;
    |              ^^^^^^^^^^^^^^^ unknown field
    |
    = note: available fields are: `unbonding_epochs`, `active_validator_limit`, `base_reward_rate`, `slashing_penalty_misbehavior`, `slashing_penalty_downtime` ... and 3 others

Check failure on line 527 in crates/relayer/src/chain/penumbra/chain.rs

See this annotation in the file changed.

@github-actions github-actions / clippy-no-default-features

no field `unbonding_delay` on type `penumbra_proto::core::component::stake::v1::StakeParameters`

error[E0609]: no field `unbonding_delay` on type `penumbra_proto::core::component::stake::v1::StakeParameters`
   --> crates/relayer/src/chain/penumbra/chain.rs:527:14
    |
527 |             .unbonding_delay;
    |              ^^^^^^^^^^^^^^^ unknown field
    |
    = note: available fields are: `unbonding_epochs`, `active_validator_limit`, `base_reward_rate`, `slashing_penalty_misbehavior`, `slashing_penalty_downtime` ... and 3 others

Check failure on line 27 in crates/relayer/src/config.rs

See this annotation in the file changed.

@github-actions github-actions / clippy-no-default-features

unused import: `ics23_commitment::specs::ProofSpecs`

error: unused import: `ics23_commitment::specs::ProofSpecs`
  --> crates/relayer/src/config.rs:27:9
   |
27 |         ics23_commitment::specs::ProofSpecs,
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `-D unused-imports` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(unused_imports)]`

Check failure on line 27 in crates/relayer/src/config.rs

See this annotation in the file changed.

@github-actions github-actions / clippy-no-default-features

unused import: `ics23_commitment::specs::ProofSpecs`

error: unused import: `ics23_commitment::specs::ProofSpecs`
  --> crates/relayer/src/config.rs:27:9
   |
27 |         ics23_commitment::specs::ProofSpecs,
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `-D unused-imports` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(unused_imports)]`