v2 Penumbra support in Hermes #22
integration.yaml
on: pull_request
ordered-channel-test
9m 26s
Matrix: celestia-to-gaia
Matrix: integration-test
Matrix: interchain-security-ica
Matrix: interchain-security-icq
Matrix: interchain-security-no-ica
Matrix: model-based-test
Annotations
392 errors and 340 warnings
field `custody_client` is never read:
crates/relayer/src/chain/penumbra/chain.rs#L75
error: field `custody_client` is never read
--> crates/relayer/src/chain/penumbra/chain.rs:75:5
|
70 | pub struct PenumbraChain {
| ------------- field in this struct
...
75 | custody_client: CustodyProtocolServiceClient<BoxGrpcService>,
| ^^^^^^^^^^^^^^
|
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
|
field `custody_client` is never read:
crates/relayer/src/chain/penumbra/chain.rs#L75
error: field `custody_client` is never read
--> crates/relayer/src/chain/penumbra/chain.rs:75:5
|
70 | pub struct PenumbraChain {
| ------------- field in this struct
...
75 | custody_client: CustodyProtocolServiceClient<BoxGrpcService>,
| ^^^^^^^^^^^^^^
|
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
|
unused variable: `request`:
crates/relayer/src/chain/penumbra/chain.rs#L1228
error: unused variable: `request`
--> crates/relayer/src/chain/penumbra/chain.rs:1228:9
|
1228 | request: ibc_proto::ibc::apps::fee::v1::QueryIncentivizedPacketRequest,
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
|
unused variable: `requests`:
crates/relayer/src/chain/penumbra/chain.rs#L1218
error: unused variable: `requests`
--> crates/relayer/src/chain/penumbra/chain.rs:1218:9
|
1218 | requests: Vec<CrossChainQueryRequest>,
| ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_requests`
|
unused variable: `counterparty_payee`:
crates/relayer/src/chain/penumbra/chain.rs#L1211
error: unused variable: `counterparty_payee`
--> crates/relayer/src/chain/penumbra/chain.rs:1211:9
|
1211 | counterparty_payee: &ibc_relayer_types::signer::Signer,
| ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_counterparty_payee`
|
unused variable: `port_id`:
crates/relayer/src/chain/penumbra/chain.rs#L1210
error: unused variable: `port_id`
--> crates/relayer/src/chain/penumbra/chain.rs:1210:9
|
1210 | port_id: &ibc_relayer_types::core::ics24_host::identifier::PortId,
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_port_id`
|
unused variable: `channel_id`:
crates/relayer/src/chain/penumbra/chain.rs#L1209
error: unused variable: `channel_id`
--> crates/relayer/src/chain/penumbra/chain.rs:1209:9
|
1209 | channel_id: &ibc_relayer_types::core::ics24_host::identifier::ChannelId,
| ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel_id`
|
unused variable: `client_state`:
crates/relayer/src/chain/penumbra/chain.rs#L1187
error: unused variable: `client_state`
--> crates/relayer/src/chain/penumbra/chain.rs:1187:9
|
1187 | client_state: &AnyClientState,
| ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_client_state`
|
unused variable: `target_height`:
crates/relayer/src/chain/penumbra/chain.rs#L1186
error: unused variable: `target_height`
--> crates/relayer/src/chain/penumbra/chain.rs:1186:9
|
1186 | target_height: ibc_relayer_types::Height,
| ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_target_height`
|
unused variable: `trusted_height`:
crates/relayer/src/chain/penumbra/chain.rs#L1185
error: unused variable: `trusted_height`
--> crates/relayer/src/chain/penumbra/chain.rs:1185:9
|
1185 | trusted_height: ibc_relayer_types::Height,
| ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_trusted_height`
|
unused variable: `now`:
crates/relayer/src/chain/penumbra/chain.rs#L1191
error: unused variable: `now`
--> crates/relayer/src/chain/penumbra/chain.rs:1191:13
|
1191 | let now = self.chain_status()?.sync_info.latest_block_time;
| ^^^ help: if this is intentional, prefix it with an underscore: `_now`
|
unused variable: `e`:
crates/relayer/src/chain/penumbra/chain.rs#L821
error: unused variable: `e`
--> crates/relayer/src/chain/penumbra/chain.rs:821:23
|
821 | .map_err(|e| Error::temp_penumbra_error("couldnt decode ChannelEnd".to_string()))?;
| ^ help: if this is intentional, prefix it with an underscore: `_e`
|
unused variable: `request`:
crates/relayer/src/chain/penumbra/chain.rs#L608
error: unused variable: `request`
--> crates/relayer/src/chain/penumbra/chain.rs:608:9
|
608 | request: crate::chain::requests::QueryUpgradedConsensusStateRequest,
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
|
unused variable: `request`:
crates/relayer/src/chain/penumbra/chain.rs#L595
error: unused variable: `request`
--> crates/relayer/src/chain/penumbra/chain.rs:595:9
|
595 | request: crate::chain::requests::QueryUpgradedClientStateRequest,
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
|
unused variable: `e`:
crates/relayer/src/chain/penumbra/chain.rs#L551
error: unused variable: `e`
--> crates/relayer/src/chain/penumbra/chain.rs:551:86
|
551 | let consensus_state: AnyConsensusState = consensus_state.try_into().map_err(|e| {
| ^ help: if this is intentional, prefix it with an underscore: `_e`
|
unused variable: `hash`:
crates/relayer/src/chain/penumbra/chain.rs#L419
error: unused variable: `hash`
--> crates/relayer/src/chain/penumbra/chain.rs:419:33
|
419 | fn query_denom_trace(&self, hash: String) -> Result<crate::denom::DenomTrace, Error> {
| ^^^^ help: if this is intentional, prefix it with an underscore: `_hash`
|
unused variable: `key_name`:
crates/relayer/src/chain/penumbra/chain.rs#L414
error: unused variable: `key_name`
--> crates/relayer/src/chain/penumbra/chain.rs:414:9
|
414 | key_name: Option<&str>,
| ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_key_name`
|
unused variable: `denom`:
crates/relayer/src/chain/penumbra/chain.rs#L407
error: unused variable: `denom`
--> crates/relayer/src/chain/penumbra/chain.rs:407:9
|
407 | denom: Option<&str>,
| ^^^^^ help: if this is intentional, prefix it with an underscore: `_denom`
|
unused variable: `key_name`:
crates/relayer/src/chain/penumbra/chain.rs#L406
error: unused variable: `key_name`
--> crates/relayer/src/chain/penumbra/chain.rs:406:9
|
406 | key_name: Option<&str>,
| ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_key_name`
|
unused variable: `client_state`:
crates/relayer/src/chain/penumbra/chain.rs#L399
error: unused variable: `client_state`
--> crates/relayer/src/chain/penumbra/chain.rs:399:9
|
399 | client_state: &crate::client_state::AnyClientState,
| ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_client_state`
|
unused variable: `update`:
crates/relayer/src/chain/penumbra/chain.rs#L398
error: unused variable: `update`
--> crates/relayer/src/chain/penumbra/chain.rs:398:9
|
398 | update: &ibc_relayer_types::core::ics02_client::events::UpdateClient,
| ^^^^^^ help: if this is intentional, prefix it with an underscore: `_update`
|
unused variable: `client_state`:
crates/relayer/src/chain/penumbra/chain.rs#L391
error: unused variable: `client_state`
--> crates/relayer/src/chain/penumbra/chain.rs:391:9
|
391 | client_state: &crate::client_state::AnyClientState,
| ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_client_state`
|
unused variable: `target`:
crates/relayer/src/chain/penumbra/chain.rs#L390
error: unused variable: `target`
--> crates/relayer/src/chain/penumbra/chain.rs:390:9
|
390 | target: ibc_relayer_types::Height,
| ^^^^^^ help: if this is intentional, prefix it with an underscore: `_target`
|
unused variable: `trusted`:
crates/relayer/src/chain/penumbra/chain.rs#L389
error: unused variable: `trusted`
--> crates/relayer/src/chain/penumbra/chain.rs:389:9
|
389 | trusted: ibc_relayer_types::Height,
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_trusted`
|
unused variable: `tracked_msgs`:
crates/relayer/src/chain/penumbra/chain.rs#L382
error: unused variable: `tracked_msgs`
--> crates/relayer/src/chain/penumbra/chain.rs:382:9
|
382 | tracked_msgs: crate::chain::tracking::TrackedMsgs,
| ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tracked_msgs`
|
unused variable: `tracked_msgs`:
crates/relayer/src/chain/penumbra/chain.rs#L375
error: unused variable: `tracked_msgs`
--> crates/relayer/src/chain/penumbra/chain.rs:375:9
|
375 | tracked_msgs: crate::chain::tracking::TrackedMsgs,
| ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tracked_msgs`
|
unused variable: `grpc_addr`:
crates/relayer/src/chain/penumbra/chain.rs#L250
error: unused variable: `grpc_addr`
--> crates/relayer/src/chain/penumbra/chain.rs:250:13
|
250 | let grpc_addr = Uri::from_str(&config.grpc_addr.to_string())
| ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_grpc_addr`
|
= note: `-D unused-variables` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_variables)]`
|
unused variable: `request`:
crates/relayer/src/chain/penumbra/chain.rs#L1228
error: unused variable: `request`
--> crates/relayer/src/chain/penumbra/chain.rs:1228:9
|
1228 | request: ibc_proto::ibc::apps::fee::v1::QueryIncentivizedPacketRequest,
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
|
unused variable: `requests`:
crates/relayer/src/chain/penumbra/chain.rs#L1218
error: unused variable: `requests`
--> crates/relayer/src/chain/penumbra/chain.rs:1218:9
|
1218 | requests: Vec<CrossChainQueryRequest>,
| ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_requests`
|
unused variable: `counterparty_payee`:
crates/relayer/src/chain/penumbra/chain.rs#L1211
error: unused variable: `counterparty_payee`
--> crates/relayer/src/chain/penumbra/chain.rs:1211:9
|
1211 | counterparty_payee: &ibc_relayer_types::signer::Signer,
| ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_counterparty_payee`
|
unused variable: `port_id`:
crates/relayer/src/chain/penumbra/chain.rs#L1210
error: unused variable: `port_id`
--> crates/relayer/src/chain/penumbra/chain.rs:1210:9
|
1210 | port_id: &ibc_relayer_types::core::ics24_host::identifier::PortId,
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_port_id`
|
unused variable: `channel_id`:
crates/relayer/src/chain/penumbra/chain.rs#L1209
error: unused variable: `channel_id`
--> crates/relayer/src/chain/penumbra/chain.rs:1209:9
|
1209 | channel_id: &ibc_relayer_types::core::ics24_host::identifier::ChannelId,
| ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel_id`
|
unused variable: `client_state`:
crates/relayer/src/chain/penumbra/chain.rs#L1187
error: unused variable: `client_state`
--> crates/relayer/src/chain/penumbra/chain.rs:1187:9
|
1187 | client_state: &AnyClientState,
| ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_client_state`
|
unused variable: `target_height`:
crates/relayer/src/chain/penumbra/chain.rs#L1186
error: unused variable: `target_height`
--> crates/relayer/src/chain/penumbra/chain.rs:1186:9
|
1186 | target_height: ibc_relayer_types::Height,
| ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_target_height`
|
unused variable: `trusted_height`:
crates/relayer/src/chain/penumbra/chain.rs#L1185
error: unused variable: `trusted_height`
--> crates/relayer/src/chain/penumbra/chain.rs:1185:9
|
1185 | trusted_height: ibc_relayer_types::Height,
| ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_trusted_height`
|
unused variable: `now`:
crates/relayer/src/chain/penumbra/chain.rs#L1191
error: unused variable: `now`
--> crates/relayer/src/chain/penumbra/chain.rs:1191:13
|
1191 | let now = self.chain_status()?.sync_info.latest_block_time;
| ^^^ help: if this is intentional, prefix it with an underscore: `_now`
|
unused variable: `e`:
crates/relayer/src/chain/penumbra/chain.rs#L821
error: unused variable: `e`
--> crates/relayer/src/chain/penumbra/chain.rs:821:23
|
821 | .map_err(|e| Error::temp_penumbra_error("couldnt decode ChannelEnd".to_string()))?;
| ^ help: if this is intentional, prefix it with an underscore: `_e`
|
unused variable: `request`:
crates/relayer/src/chain/penumbra/chain.rs#L608
error: unused variable: `request`
--> crates/relayer/src/chain/penumbra/chain.rs:608:9
|
608 | request: crate::chain::requests::QueryUpgradedConsensusStateRequest,
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
|
unused variable: `request`:
crates/relayer/src/chain/penumbra/chain.rs#L595
error: unused variable: `request`
--> crates/relayer/src/chain/penumbra/chain.rs:595:9
|
595 | request: crate::chain::requests::QueryUpgradedClientStateRequest,
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
|
unused variable: `e`:
crates/relayer/src/chain/penumbra/chain.rs#L551
error: unused variable: `e`
--> crates/relayer/src/chain/penumbra/chain.rs:551:86
|
551 | let consensus_state: AnyConsensusState = consensus_state.try_into().map_err(|e| {
| ^ help: if this is intentional, prefix it with an underscore: `_e`
|
unused variable: `hash`:
crates/relayer/src/chain/penumbra/chain.rs#L419
error: unused variable: `hash`
--> crates/relayer/src/chain/penumbra/chain.rs:419:33
|
419 | fn query_denom_trace(&self, hash: String) -> Result<crate::denom::DenomTrace, Error> {
| ^^^^ help: if this is intentional, prefix it with an underscore: `_hash`
|
unused variable: `key_name`:
crates/relayer/src/chain/penumbra/chain.rs#L414
error: unused variable: `key_name`
--> crates/relayer/src/chain/penumbra/chain.rs:414:9
|
414 | key_name: Option<&str>,
| ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_key_name`
|
unused variable: `denom`:
crates/relayer/src/chain/penumbra/chain.rs#L407
error: unused variable: `denom`
--> crates/relayer/src/chain/penumbra/chain.rs:407:9
|
407 | denom: Option<&str>,
| ^^^^^ help: if this is intentional, prefix it with an underscore: `_denom`
|
unused variable: `key_name`:
crates/relayer/src/chain/penumbra/chain.rs#L406
error: unused variable: `key_name`
--> crates/relayer/src/chain/penumbra/chain.rs:406:9
|
406 | key_name: Option<&str>,
| ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_key_name`
|
unused variable: `client_state`:
crates/relayer/src/chain/penumbra/chain.rs#L399
error: unused variable: `client_state`
--> crates/relayer/src/chain/penumbra/chain.rs:399:9
|
399 | client_state: &crate::client_state::AnyClientState,
| ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_client_state`
|
unused variable: `update`:
crates/relayer/src/chain/penumbra/chain.rs#L398
error: unused variable: `update`
--> crates/relayer/src/chain/penumbra/chain.rs:398:9
|
398 | update: &ibc_relayer_types::core::ics02_client::events::UpdateClient,
| ^^^^^^ help: if this is intentional, prefix it with an underscore: `_update`
|
unused variable: `client_state`:
crates/relayer/src/chain/penumbra/chain.rs#L391
error: unused variable: `client_state`
--> crates/relayer/src/chain/penumbra/chain.rs:391:9
|
391 | client_state: &crate::client_state::AnyClientState,
| ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_client_state`
|
unused variable: `target`:
crates/relayer/src/chain/penumbra/chain.rs#L390
error: unused variable: `target`
--> crates/relayer/src/chain/penumbra/chain.rs:390:9
|
390 | target: ibc_relayer_types::Height,
| ^^^^^^ help: if this is intentional, prefix it with an underscore: `_target`
|
unused variable: `trusted`:
crates/relayer/src/chain/penumbra/chain.rs#L389
error: unused variable: `trusted`
--> crates/relayer/src/chain/penumbra/chain.rs:389:9
|
389 | trusted: ibc_relayer_types::Height,
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_trusted`
|
unused variable: `tracked_msgs`:
crates/relayer/src/chain/penumbra/chain.rs#L382
error: unused variable: `tracked_msgs`
--> crates/relayer/src/chain/penumbra/chain.rs:382:9
|
382 | tracked_msgs: crate::chain::tracking::TrackedMsgs,
| ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tracked_msgs`
|
unused variable: `tracked_msgs`:
crates/relayer/src/chain/penumbra/chain.rs#L375
error: unused variable: `tracked_msgs`
--> crates/relayer/src/chain/penumbra/chain.rs:375:9
|
375 | tracked_msgs: crate::chain::tracking::TrackedMsgs,
| ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tracked_msgs`
|
unused variable: `grpc_addr`:
crates/relayer/src/chain/penumbra/chain.rs#L250
error: unused variable: `grpc_addr`
--> crates/relayer/src/chain/penumbra/chain.rs:250:13
|
250 | let grpc_addr = Uri::from_str(&config.grpc_addr.to_string())
| ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_grpc_addr`
|
= note: `-D unused-variables` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_variables)]`
|
unused import: `crate::light_client::Verified`:
crates/relayer/src/chain/penumbra/chain.rs#L1189
error: unused import: `crate::light_client::Verified`
--> crates/relayer/src/chain/penumbra/chain.rs:1189:13
|
1189 | use crate::light_client::Verified;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L879
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:879:18
|
879 | request: crate::chain::requests::QueryPacketCommitmentsRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
879 - request: crate::chain::requests::QueryPacketCommitmentsRequest,
879 + request: QueryPacketCommitmentsRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L851
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:851:18
|
851 | request: crate::chain::requests::QueryPacketCommitmentRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
851 - request: crate::chain::requests::QueryPacketCommitmentRequest,
851 + request: QueryPacketCommitmentRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L831
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:831:18
|
831 | request: crate::chain::requests::QueryChannelClientStateRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
831 - request: crate::chain::requests::QueryChannelClientStateRequest,
831 + request: QueryChannelClientStateRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L799
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:799:18
|
799 | request: crate::chain::requests::QueryChannelRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
799 - request: crate::chain::requests::QueryChannelRequest,
799 + request: QueryChannelRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L736
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:736:18
|
736 | request: crate::chain::requests::QueryConnectionChannelsRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
736 - request: crate::chain::requests::QueryConnectionChannelsRequest,
736 + request: QueryConnectionChannelsRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L691
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:691:18
|
691 | request: crate::chain::requests::QueryConnectionRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
691 - request: crate::chain::requests::QueryConnectionRequest,
691 + request: QueryConnectionRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L662
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:662:18
|
662 | request: crate::chain::requests::QueryClientConnectionsRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
662 - request: crate::chain::requests::QueryClientConnectionsRequest,
662 + request: QueryClientConnectionsRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L612
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:612:13
|
612 | ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
612 - ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof,
612 + MerkleProof,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L611
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:611:13
|
611 | crate::consensus_state::AnyConsensusState,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
611 - crate::consensus_state::AnyConsensusState,
611 + AnyConsensusState,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L608
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:608:18
|
608 | request: crate::chain::requests::QueryUpgradedConsensusStateRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
608 - request: crate::chain::requests::QueryUpgradedConsensusStateRequest,
608 + request: QueryUpgradedConsensusStateRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L599
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:599:13
|
599 | ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
599 - ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof,
599 + MerkleProof,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L598
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:598:13
|
598 | crate::client_state::AnyClientState,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
598 - crate::client_state::AnyClientState,
598 + AnyClientState,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L595
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:595:18
|
595 | request: crate::chain::requests::QueryUpgradedClientStateRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
595 - request: crate::chain::requests::QueryUpgradedClientStateRequest,
595 + request: QueryUpgradedClientStateRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L570
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:570:18
|
570 | request: crate::chain::requests::QueryConsensusStateHeightsRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
570 - request: crate::chain::requests::QueryConsensusStateHeightsRequest,
570 + request: QueryConsensusStateHeightsRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L521
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:521:18
|
521 | request: crate::chain::requests::QueryConsensusStateRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
521 - request: crate::chain::requests::QueryConsensusStateRequest,
521 + request: QueryConsensusStateRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L481
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:481:18
|
481 | request: crate::chain::requests::QueryClientStateRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
481 - request: crate::chain::requests::QueryClientStateRequest,
481 + request: QueryClientStateRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L437
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:437:18
|
437 | request: crate::chain::requests::QueryClientStatesRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
437 - request: crate::chain::requests::QueryClientStatesRequest,
437 + request: QueryClientStatesRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L399
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:399:24
|
399 | client_state: &crate::client_state::AnyClientState,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
399 - client_state: &crate::client_state::AnyClientState,
399 + client_state: &AnyClientState,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L391
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:391:24
|
391 | client_state: &crate::client_state::AnyClientState,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
391 - client_state: &crate::client_state::AnyClientState,
391 + client_state: &AnyClientState,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L376
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:376:21
|
376 | ) -> Result<Vec<crate::event::IbcEventWithHeight>, Error> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
note: the lint level is defined here
--> crates/relayer/src/lib.rs:6:5
|
6 | unused_qualifications,
| ^^^^^^^^^^^^^^^^^^^^^
help: remove the unnecessary path segments
|
376 - ) -> Result<Vec<crate::event::IbcEventWithHeight>, Error> {
376 + ) -> Result<Vec<IbcEventWithHeight>, Error> {
|
|
unused import: `crate::light_client::tendermint::LightClient as TmLightClient`:
crates/relayer/src/chain/penumbra/chain.rs#L17
error: unused import: `crate::light_client::tendermint::LightClient as TmLightClient`
--> crates/relayer/src/chain/penumbra/chain.rs:17:5
|
17 | use crate::light_client::tendermint::LightClient as TmLightClient;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
unused import: `crate::light_client::Verified`:
crates/relayer/src/chain/penumbra/chain.rs#L1189
error: unused import: `crate::light_client::Verified`
--> crates/relayer/src/chain/penumbra/chain.rs:1189:13
|
1189 | use crate::light_client::Verified;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L879
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:879:18
|
879 | request: crate::chain::requests::QueryPacketCommitmentsRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
879 - request: crate::chain::requests::QueryPacketCommitmentsRequest,
879 + request: QueryPacketCommitmentsRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L851
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:851:18
|
851 | request: crate::chain::requests::QueryPacketCommitmentRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
851 - request: crate::chain::requests::QueryPacketCommitmentRequest,
851 + request: QueryPacketCommitmentRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L831
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:831:18
|
831 | request: crate::chain::requests::QueryChannelClientStateRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
831 - request: crate::chain::requests::QueryChannelClientStateRequest,
831 + request: QueryChannelClientStateRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L799
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:799:18
|
799 | request: crate::chain::requests::QueryChannelRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
799 - request: crate::chain::requests::QueryChannelRequest,
799 + request: QueryChannelRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L736
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:736:18
|
736 | request: crate::chain::requests::QueryConnectionChannelsRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
736 - request: crate::chain::requests::QueryConnectionChannelsRequest,
736 + request: QueryConnectionChannelsRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L691
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:691:18
|
691 | request: crate::chain::requests::QueryConnectionRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
691 - request: crate::chain::requests::QueryConnectionRequest,
691 + request: QueryConnectionRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L662
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:662:18
|
662 | request: crate::chain::requests::QueryClientConnectionsRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
662 - request: crate::chain::requests::QueryClientConnectionsRequest,
662 + request: QueryClientConnectionsRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L612
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:612:13
|
612 | ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
612 - ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof,
612 + MerkleProof,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L611
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:611:13
|
611 | crate::consensus_state::AnyConsensusState,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
611 - crate::consensus_state::AnyConsensusState,
611 + AnyConsensusState,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L608
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:608:18
|
608 | request: crate::chain::requests::QueryUpgradedConsensusStateRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
608 - request: crate::chain::requests::QueryUpgradedConsensusStateRequest,
608 + request: QueryUpgradedConsensusStateRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L599
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:599:13
|
599 | ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
599 - ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof,
599 + MerkleProof,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L598
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:598:13
|
598 | crate::client_state::AnyClientState,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
598 - crate::client_state::AnyClientState,
598 + AnyClientState,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L595
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:595:18
|
595 | request: crate::chain::requests::QueryUpgradedClientStateRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
595 - request: crate::chain::requests::QueryUpgradedClientStateRequest,
595 + request: QueryUpgradedClientStateRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L570
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:570:18
|
570 | request: crate::chain::requests::QueryConsensusStateHeightsRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
570 - request: crate::chain::requests::QueryConsensusStateHeightsRequest,
570 + request: QueryConsensusStateHeightsRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L521
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:521:18
|
521 | request: crate::chain::requests::QueryConsensusStateRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
521 - request: crate::chain::requests::QueryConsensusStateRequest,
521 + request: QueryConsensusStateRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L481
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:481:18
|
481 | request: crate::chain::requests::QueryClientStateRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
481 - request: crate::chain::requests::QueryClientStateRequest,
481 + request: QueryClientStateRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L437
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:437:18
|
437 | request: crate::chain::requests::QueryClientStatesRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
437 - request: crate::chain::requests::QueryClientStatesRequest,
437 + request: QueryClientStatesRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L399
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:399:24
|
399 | client_state: &crate::client_state::AnyClientState,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
399 - client_state: &crate::client_state::AnyClientState,
399 + client_state: &AnyClientState,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L391
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:391:24
|
391 | client_state: &crate::client_state::AnyClientState,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
391 - client_state: &crate::client_state::AnyClientState,
391 + client_state: &AnyClientState,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L376
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:376:21
|
376 | ) -> Result<Vec<crate::event::IbcEventWithHeight>, Error> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
note: the lint level is defined here
--> crates/relayer/src/lib.rs:6:5
|
6 | unused_qualifications,
| ^^^^^^^^^^^^^^^^^^^^^
help: remove the unnecessary path segments
|
376 - ) -> Result<Vec<crate::event::IbcEventWithHeight>, Error> {
376 + ) -> Result<Vec<IbcEventWithHeight>, Error> {
|
|
unused import: `crate::light_client::tendermint::LightClient as TmLightClient`:
crates/relayer/src/chain/penumbra/chain.rs#L17
error: unused import: `crate::light_client::tendermint::LightClient as TmLightClient`
--> crates/relayer/src/chain/penumbra/chain.rs:17:5
|
17 | use crate::light_client::tendermint::LightClient as TmLightClient;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
field `custody_client` is never read:
crates/relayer/src/chain/penumbra/chain.rs#L75
error: field `custody_client` is never read
--> crates/relayer/src/chain/penumbra/chain.rs:75:5
|
70 | pub struct PenumbraChain {
| ------------- field in this struct
...
75 | custody_client: CustodyProtocolServiceClient<BoxGrpcService>,
| ^^^^^^^^^^^^^^
|
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
|
field `custody_client` is never read:
crates/relayer/src/chain/penumbra/chain.rs#L75
error: field `custody_client` is never read
--> crates/relayer/src/chain/penumbra/chain.rs:75:5
|
70 | pub struct PenumbraChain {
| ------------- field in this struct
...
75 | custody_client: CustodyProtocolServiceClient<BoxGrpcService>,
| ^^^^^^^^^^^^^^
|
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
|
unused variable: `request`:
crates/relayer/src/chain/penumbra/chain.rs#L1228
error: unused variable: `request`
--> crates/relayer/src/chain/penumbra/chain.rs:1228:9
|
1228 | request: ibc_proto::ibc::apps::fee::v1::QueryIncentivizedPacketRequest,
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
|
unused variable: `requests`:
crates/relayer/src/chain/penumbra/chain.rs#L1218
error: unused variable: `requests`
--> crates/relayer/src/chain/penumbra/chain.rs:1218:9
|
1218 | requests: Vec<CrossChainQueryRequest>,
| ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_requests`
|
unused variable: `counterparty_payee`:
crates/relayer/src/chain/penumbra/chain.rs#L1211
error: unused variable: `counterparty_payee`
--> crates/relayer/src/chain/penumbra/chain.rs:1211:9
|
1211 | counterparty_payee: &ibc_relayer_types::signer::Signer,
| ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_counterparty_payee`
|
unused variable: `port_id`:
crates/relayer/src/chain/penumbra/chain.rs#L1210
error: unused variable: `port_id`
--> crates/relayer/src/chain/penumbra/chain.rs:1210:9
|
1210 | port_id: &ibc_relayer_types::core::ics24_host::identifier::PortId,
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_port_id`
|
unused variable: `channel_id`:
crates/relayer/src/chain/penumbra/chain.rs#L1209
error: unused variable: `channel_id`
--> crates/relayer/src/chain/penumbra/chain.rs:1209:9
|
1209 | channel_id: &ibc_relayer_types::core::ics24_host::identifier::ChannelId,
| ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel_id`
|
unused variable: `client_state`:
crates/relayer/src/chain/penumbra/chain.rs#L1187
error: unused variable: `client_state`
--> crates/relayer/src/chain/penumbra/chain.rs:1187:9
|
1187 | client_state: &AnyClientState,
| ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_client_state`
|
unused variable: `target_height`:
crates/relayer/src/chain/penumbra/chain.rs#L1186
error: unused variable: `target_height`
--> crates/relayer/src/chain/penumbra/chain.rs:1186:9
|
1186 | target_height: ibc_relayer_types::Height,
| ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_target_height`
|
unused variable: `trusted_height`:
crates/relayer/src/chain/penumbra/chain.rs#L1185
error: unused variable: `trusted_height`
--> crates/relayer/src/chain/penumbra/chain.rs:1185:9
|
1185 | trusted_height: ibc_relayer_types::Height,
| ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_trusted_height`
|
unused variable: `now`:
crates/relayer/src/chain/penumbra/chain.rs#L1191
error: unused variable: `now`
--> crates/relayer/src/chain/penumbra/chain.rs:1191:13
|
1191 | let now = self.chain_status()?.sync_info.latest_block_time;
| ^^^ help: if this is intentional, prefix it with an underscore: `_now`
|
unused variable: `e`:
crates/relayer/src/chain/penumbra/chain.rs#L821
error: unused variable: `e`
--> crates/relayer/src/chain/penumbra/chain.rs:821:23
|
821 | .map_err(|e| Error::temp_penumbra_error("couldnt decode ChannelEnd".to_string()))?;
| ^ help: if this is intentional, prefix it with an underscore: `_e`
|
unused variable: `request`:
crates/relayer/src/chain/penumbra/chain.rs#L608
error: unused variable: `request`
--> crates/relayer/src/chain/penumbra/chain.rs:608:9
|
608 | request: crate::chain::requests::QueryUpgradedConsensusStateRequest,
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
|
unused variable: `request`:
crates/relayer/src/chain/penumbra/chain.rs#L595
error: unused variable: `request`
--> crates/relayer/src/chain/penumbra/chain.rs:595:9
|
595 | request: crate::chain::requests::QueryUpgradedClientStateRequest,
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
|
unused variable: `e`:
crates/relayer/src/chain/penumbra/chain.rs#L551
error: unused variable: `e`
--> crates/relayer/src/chain/penumbra/chain.rs:551:86
|
551 | let consensus_state: AnyConsensusState = consensus_state.try_into().map_err(|e| {
| ^ help: if this is intentional, prefix it with an underscore: `_e`
|
unused variable: `hash`:
crates/relayer/src/chain/penumbra/chain.rs#L419
error: unused variable: `hash`
--> crates/relayer/src/chain/penumbra/chain.rs:419:33
|
419 | fn query_denom_trace(&self, hash: String) -> Result<crate::denom::DenomTrace, Error> {
| ^^^^ help: if this is intentional, prefix it with an underscore: `_hash`
|
unused variable: `key_name`:
crates/relayer/src/chain/penumbra/chain.rs#L414
error: unused variable: `key_name`
--> crates/relayer/src/chain/penumbra/chain.rs:414:9
|
414 | key_name: Option<&str>,
| ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_key_name`
|
unused variable: `denom`:
crates/relayer/src/chain/penumbra/chain.rs#L407
error: unused variable: `denom`
--> crates/relayer/src/chain/penumbra/chain.rs:407:9
|
407 | denom: Option<&str>,
| ^^^^^ help: if this is intentional, prefix it with an underscore: `_denom`
|
unused variable: `key_name`:
crates/relayer/src/chain/penumbra/chain.rs#L406
error: unused variable: `key_name`
--> crates/relayer/src/chain/penumbra/chain.rs:406:9
|
406 | key_name: Option<&str>,
| ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_key_name`
|
unused variable: `client_state`:
crates/relayer/src/chain/penumbra/chain.rs#L399
error: unused variable: `client_state`
--> crates/relayer/src/chain/penumbra/chain.rs:399:9
|
399 | client_state: &crate::client_state::AnyClientState,
| ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_client_state`
|
unused variable: `update`:
crates/relayer/src/chain/penumbra/chain.rs#L398
error: unused variable: `update`
--> crates/relayer/src/chain/penumbra/chain.rs:398:9
|
398 | update: &ibc_relayer_types::core::ics02_client::events::UpdateClient,
| ^^^^^^ help: if this is intentional, prefix it with an underscore: `_update`
|
unused variable: `client_state`:
crates/relayer/src/chain/penumbra/chain.rs#L391
error: unused variable: `client_state`
--> crates/relayer/src/chain/penumbra/chain.rs:391:9
|
391 | client_state: &crate::client_state::AnyClientState,
| ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_client_state`
|
unused variable: `target`:
crates/relayer/src/chain/penumbra/chain.rs#L390
error: unused variable: `target`
--> crates/relayer/src/chain/penumbra/chain.rs:390:9
|
390 | target: ibc_relayer_types::Height,
| ^^^^^^ help: if this is intentional, prefix it with an underscore: `_target`
|
unused variable: `trusted`:
crates/relayer/src/chain/penumbra/chain.rs#L389
error: unused variable: `trusted`
--> crates/relayer/src/chain/penumbra/chain.rs:389:9
|
389 | trusted: ibc_relayer_types::Height,
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_trusted`
|
unused variable: `tracked_msgs`:
crates/relayer/src/chain/penumbra/chain.rs#L382
error: unused variable: `tracked_msgs`
--> crates/relayer/src/chain/penumbra/chain.rs:382:9
|
382 | tracked_msgs: crate::chain::tracking::TrackedMsgs,
| ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tracked_msgs`
|
unused variable: `tracked_msgs`:
crates/relayer/src/chain/penumbra/chain.rs#L375
error: unused variable: `tracked_msgs`
--> crates/relayer/src/chain/penumbra/chain.rs:375:9
|
375 | tracked_msgs: crate::chain::tracking::TrackedMsgs,
| ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tracked_msgs`
|
unused variable: `grpc_addr`:
crates/relayer/src/chain/penumbra/chain.rs#L250
error: unused variable: `grpc_addr`
--> crates/relayer/src/chain/penumbra/chain.rs:250:13
|
250 | let grpc_addr = Uri::from_str(&config.grpc_addr.to_string())
| ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_grpc_addr`
|
= note: `-D unused-variables` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_variables)]`
|
unused variable: `request`:
crates/relayer/src/chain/penumbra/chain.rs#L1228
error: unused variable: `request`
--> crates/relayer/src/chain/penumbra/chain.rs:1228:9
|
1228 | request: ibc_proto::ibc::apps::fee::v1::QueryIncentivizedPacketRequest,
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
|
unused variable: `requests`:
crates/relayer/src/chain/penumbra/chain.rs#L1218
error: unused variable: `requests`
--> crates/relayer/src/chain/penumbra/chain.rs:1218:9
|
1218 | requests: Vec<CrossChainQueryRequest>,
| ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_requests`
|
unused variable: `counterparty_payee`:
crates/relayer/src/chain/penumbra/chain.rs#L1211
error: unused variable: `counterparty_payee`
--> crates/relayer/src/chain/penumbra/chain.rs:1211:9
|
1211 | counterparty_payee: &ibc_relayer_types::signer::Signer,
| ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_counterparty_payee`
|
unused variable: `port_id`:
crates/relayer/src/chain/penumbra/chain.rs#L1210
error: unused variable: `port_id`
--> crates/relayer/src/chain/penumbra/chain.rs:1210:9
|
1210 | port_id: &ibc_relayer_types::core::ics24_host::identifier::PortId,
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_port_id`
|
unused variable: `channel_id`:
crates/relayer/src/chain/penumbra/chain.rs#L1209
error: unused variable: `channel_id`
--> crates/relayer/src/chain/penumbra/chain.rs:1209:9
|
1209 | channel_id: &ibc_relayer_types::core::ics24_host::identifier::ChannelId,
| ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel_id`
|
unused variable: `client_state`:
crates/relayer/src/chain/penumbra/chain.rs#L1187
error: unused variable: `client_state`
--> crates/relayer/src/chain/penumbra/chain.rs:1187:9
|
1187 | client_state: &AnyClientState,
| ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_client_state`
|
unused variable: `target_height`:
crates/relayer/src/chain/penumbra/chain.rs#L1186
error: unused variable: `target_height`
--> crates/relayer/src/chain/penumbra/chain.rs:1186:9
|
1186 | target_height: ibc_relayer_types::Height,
| ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_target_height`
|
unused variable: `trusted_height`:
crates/relayer/src/chain/penumbra/chain.rs#L1185
error: unused variable: `trusted_height`
--> crates/relayer/src/chain/penumbra/chain.rs:1185:9
|
1185 | trusted_height: ibc_relayer_types::Height,
| ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_trusted_height`
|
unused variable: `now`:
crates/relayer/src/chain/penumbra/chain.rs#L1191
error: unused variable: `now`
--> crates/relayer/src/chain/penumbra/chain.rs:1191:13
|
1191 | let now = self.chain_status()?.sync_info.latest_block_time;
| ^^^ help: if this is intentional, prefix it with an underscore: `_now`
|
unused variable: `e`:
crates/relayer/src/chain/penumbra/chain.rs#L821
error: unused variable: `e`
--> crates/relayer/src/chain/penumbra/chain.rs:821:23
|
821 | .map_err(|e| Error::temp_penumbra_error("couldnt decode ChannelEnd".to_string()))?;
| ^ help: if this is intentional, prefix it with an underscore: `_e`
|
unused variable: `request`:
crates/relayer/src/chain/penumbra/chain.rs#L608
error: unused variable: `request`
--> crates/relayer/src/chain/penumbra/chain.rs:608:9
|
608 | request: crate::chain::requests::QueryUpgradedConsensusStateRequest,
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
|
unused variable: `request`:
crates/relayer/src/chain/penumbra/chain.rs#L595
error: unused variable: `request`
--> crates/relayer/src/chain/penumbra/chain.rs:595:9
|
595 | request: crate::chain::requests::QueryUpgradedClientStateRequest,
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
|
unused variable: `e`:
crates/relayer/src/chain/penumbra/chain.rs#L551
error: unused variable: `e`
--> crates/relayer/src/chain/penumbra/chain.rs:551:86
|
551 | let consensus_state: AnyConsensusState = consensus_state.try_into().map_err(|e| {
| ^ help: if this is intentional, prefix it with an underscore: `_e`
|
unused variable: `hash`:
crates/relayer/src/chain/penumbra/chain.rs#L419
error: unused variable: `hash`
--> crates/relayer/src/chain/penumbra/chain.rs:419:33
|
419 | fn query_denom_trace(&self, hash: String) -> Result<crate::denom::DenomTrace, Error> {
| ^^^^ help: if this is intentional, prefix it with an underscore: `_hash`
|
unused variable: `key_name`:
crates/relayer/src/chain/penumbra/chain.rs#L414
error: unused variable: `key_name`
--> crates/relayer/src/chain/penumbra/chain.rs:414:9
|
414 | key_name: Option<&str>,
| ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_key_name`
|
unused variable: `denom`:
crates/relayer/src/chain/penumbra/chain.rs#L407
error: unused variable: `denom`
--> crates/relayer/src/chain/penumbra/chain.rs:407:9
|
407 | denom: Option<&str>,
| ^^^^^ help: if this is intentional, prefix it with an underscore: `_denom`
|
unused variable: `key_name`:
crates/relayer/src/chain/penumbra/chain.rs#L406
error: unused variable: `key_name`
--> crates/relayer/src/chain/penumbra/chain.rs:406:9
|
406 | key_name: Option<&str>,
| ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_key_name`
|
unused variable: `client_state`:
crates/relayer/src/chain/penumbra/chain.rs#L399
error: unused variable: `client_state`
--> crates/relayer/src/chain/penumbra/chain.rs:399:9
|
399 | client_state: &crate::client_state::AnyClientState,
| ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_client_state`
|
unused variable: `update`:
crates/relayer/src/chain/penumbra/chain.rs#L398
error: unused variable: `update`
--> crates/relayer/src/chain/penumbra/chain.rs:398:9
|
398 | update: &ibc_relayer_types::core::ics02_client::events::UpdateClient,
| ^^^^^^ help: if this is intentional, prefix it with an underscore: `_update`
|
unused variable: `client_state`:
crates/relayer/src/chain/penumbra/chain.rs#L391
error: unused variable: `client_state`
--> crates/relayer/src/chain/penumbra/chain.rs:391:9
|
391 | client_state: &crate::client_state::AnyClientState,
| ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_client_state`
|
unused variable: `target`:
crates/relayer/src/chain/penumbra/chain.rs#L390
error: unused variable: `target`
--> crates/relayer/src/chain/penumbra/chain.rs:390:9
|
390 | target: ibc_relayer_types::Height,
| ^^^^^^ help: if this is intentional, prefix it with an underscore: `_target`
|
unused variable: `trusted`:
crates/relayer/src/chain/penumbra/chain.rs#L389
error: unused variable: `trusted`
--> crates/relayer/src/chain/penumbra/chain.rs:389:9
|
389 | trusted: ibc_relayer_types::Height,
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_trusted`
|
unused variable: `tracked_msgs`:
crates/relayer/src/chain/penumbra/chain.rs#L382
error: unused variable: `tracked_msgs`
--> crates/relayer/src/chain/penumbra/chain.rs:382:9
|
382 | tracked_msgs: crate::chain::tracking::TrackedMsgs,
| ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tracked_msgs`
|
unused variable: `tracked_msgs`:
crates/relayer/src/chain/penumbra/chain.rs#L375
error: unused variable: `tracked_msgs`
--> crates/relayer/src/chain/penumbra/chain.rs:375:9
|
375 | tracked_msgs: crate::chain::tracking::TrackedMsgs,
| ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tracked_msgs`
|
unused variable: `grpc_addr`:
crates/relayer/src/chain/penumbra/chain.rs#L250
error: unused variable: `grpc_addr`
--> crates/relayer/src/chain/penumbra/chain.rs:250:13
|
250 | let grpc_addr = Uri::from_str(&config.grpc_addr.to_string())
| ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_grpc_addr`
|
= note: `-D unused-variables` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_variables)]`
|
unused import: `crate::light_client::Verified`:
crates/relayer/src/chain/penumbra/chain.rs#L1189
error: unused import: `crate::light_client::Verified`
--> crates/relayer/src/chain/penumbra/chain.rs:1189:13
|
1189 | use crate::light_client::Verified;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L879
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:879:18
|
879 | request: crate::chain::requests::QueryPacketCommitmentsRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
879 - request: crate::chain::requests::QueryPacketCommitmentsRequest,
879 + request: QueryPacketCommitmentsRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L851
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:851:18
|
851 | request: crate::chain::requests::QueryPacketCommitmentRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
851 - request: crate::chain::requests::QueryPacketCommitmentRequest,
851 + request: QueryPacketCommitmentRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L831
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:831:18
|
831 | request: crate::chain::requests::QueryChannelClientStateRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
831 - request: crate::chain::requests::QueryChannelClientStateRequest,
831 + request: QueryChannelClientStateRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L799
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:799:18
|
799 | request: crate::chain::requests::QueryChannelRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
799 - request: crate::chain::requests::QueryChannelRequest,
799 + request: QueryChannelRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L736
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:736:18
|
736 | request: crate::chain::requests::QueryConnectionChannelsRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
736 - request: crate::chain::requests::QueryConnectionChannelsRequest,
736 + request: QueryConnectionChannelsRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L691
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:691:18
|
691 | request: crate::chain::requests::QueryConnectionRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
691 - request: crate::chain::requests::QueryConnectionRequest,
691 + request: QueryConnectionRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L662
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:662:18
|
662 | request: crate::chain::requests::QueryClientConnectionsRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
662 - request: crate::chain::requests::QueryClientConnectionsRequest,
662 + request: QueryClientConnectionsRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L612
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:612:13
|
612 | ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
612 - ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof,
612 + MerkleProof,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L611
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:611:13
|
611 | crate::consensus_state::AnyConsensusState,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
611 - crate::consensus_state::AnyConsensusState,
611 + AnyConsensusState,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L608
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:608:18
|
608 | request: crate::chain::requests::QueryUpgradedConsensusStateRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
608 - request: crate::chain::requests::QueryUpgradedConsensusStateRequest,
608 + request: QueryUpgradedConsensusStateRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L599
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:599:13
|
599 | ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
599 - ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof,
599 + MerkleProof,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L598
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:598:13
|
598 | crate::client_state::AnyClientState,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
598 - crate::client_state::AnyClientState,
598 + AnyClientState,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L595
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:595:18
|
595 | request: crate::chain::requests::QueryUpgradedClientStateRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
595 - request: crate::chain::requests::QueryUpgradedClientStateRequest,
595 + request: QueryUpgradedClientStateRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L570
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:570:18
|
570 | request: crate::chain::requests::QueryConsensusStateHeightsRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
570 - request: crate::chain::requests::QueryConsensusStateHeightsRequest,
570 + request: QueryConsensusStateHeightsRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L521
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:521:18
|
521 | request: crate::chain::requests::QueryConsensusStateRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
521 - request: crate::chain::requests::QueryConsensusStateRequest,
521 + request: QueryConsensusStateRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L481
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:481:18
|
481 | request: crate::chain::requests::QueryClientStateRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
481 - request: crate::chain::requests::QueryClientStateRequest,
481 + request: QueryClientStateRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L437
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:437:18
|
437 | request: crate::chain::requests::QueryClientStatesRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
437 - request: crate::chain::requests::QueryClientStatesRequest,
437 + request: QueryClientStatesRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L399
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:399:24
|
399 | client_state: &crate::client_state::AnyClientState,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
399 - client_state: &crate::client_state::AnyClientState,
399 + client_state: &AnyClientState,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L391
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:391:24
|
391 | client_state: &crate::client_state::AnyClientState,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
391 - client_state: &crate::client_state::AnyClientState,
391 + client_state: &AnyClientState,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L376
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:376:21
|
376 | ) -> Result<Vec<crate::event::IbcEventWithHeight>, Error> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
note: the lint level is defined here
--> crates/relayer/src/lib.rs:6:5
|
6 | unused_qualifications,
| ^^^^^^^^^^^^^^^^^^^^^
help: remove the unnecessary path segments
|
376 - ) -> Result<Vec<crate::event::IbcEventWithHeight>, Error> {
376 + ) -> Result<Vec<IbcEventWithHeight>, Error> {
|
|
unused import: `crate::light_client::tendermint::LightClient as TmLightClient`:
crates/relayer/src/chain/penumbra/chain.rs#L17
error: unused import: `crate::light_client::tendermint::LightClient as TmLightClient`
--> crates/relayer/src/chain/penumbra/chain.rs:17:5
|
17 | use crate::light_client::tendermint::LightClient as TmLightClient;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
unused import: `crate::light_client::Verified`:
crates/relayer/src/chain/penumbra/chain.rs#L1189
error: unused import: `crate::light_client::Verified`
--> crates/relayer/src/chain/penumbra/chain.rs:1189:13
|
1189 | use crate::light_client::Verified;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L879
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:879:18
|
879 | request: crate::chain::requests::QueryPacketCommitmentsRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
879 - request: crate::chain::requests::QueryPacketCommitmentsRequest,
879 + request: QueryPacketCommitmentsRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L851
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:851:18
|
851 | request: crate::chain::requests::QueryPacketCommitmentRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
851 - request: crate::chain::requests::QueryPacketCommitmentRequest,
851 + request: QueryPacketCommitmentRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L831
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:831:18
|
831 | request: crate::chain::requests::QueryChannelClientStateRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
831 - request: crate::chain::requests::QueryChannelClientStateRequest,
831 + request: QueryChannelClientStateRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L799
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:799:18
|
799 | request: crate::chain::requests::QueryChannelRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
799 - request: crate::chain::requests::QueryChannelRequest,
799 + request: QueryChannelRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L736
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:736:18
|
736 | request: crate::chain::requests::QueryConnectionChannelsRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
736 - request: crate::chain::requests::QueryConnectionChannelsRequest,
736 + request: QueryConnectionChannelsRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L691
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:691:18
|
691 | request: crate::chain::requests::QueryConnectionRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
691 - request: crate::chain::requests::QueryConnectionRequest,
691 + request: QueryConnectionRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L662
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:662:18
|
662 | request: crate::chain::requests::QueryClientConnectionsRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
662 - request: crate::chain::requests::QueryClientConnectionsRequest,
662 + request: QueryClientConnectionsRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L612
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:612:13
|
612 | ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
612 - ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof,
612 + MerkleProof,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L611
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:611:13
|
611 | crate::consensus_state::AnyConsensusState,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
611 - crate::consensus_state::AnyConsensusState,
611 + AnyConsensusState,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L608
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:608:18
|
608 | request: crate::chain::requests::QueryUpgradedConsensusStateRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
608 - request: crate::chain::requests::QueryUpgradedConsensusStateRequest,
608 + request: QueryUpgradedConsensusStateRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L599
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:599:13
|
599 | ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
599 - ibc_relayer_types::core::ics23_commitment::merkle::MerkleProof,
599 + MerkleProof,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L598
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:598:13
|
598 | crate::client_state::AnyClientState,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
598 - crate::client_state::AnyClientState,
598 + AnyClientState,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L595
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:595:18
|
595 | request: crate::chain::requests::QueryUpgradedClientStateRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
595 - request: crate::chain::requests::QueryUpgradedClientStateRequest,
595 + request: QueryUpgradedClientStateRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L570
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:570:18
|
570 | request: crate::chain::requests::QueryConsensusStateHeightsRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
570 - request: crate::chain::requests::QueryConsensusStateHeightsRequest,
570 + request: QueryConsensusStateHeightsRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L521
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:521:18
|
521 | request: crate::chain::requests::QueryConsensusStateRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
521 - request: crate::chain::requests::QueryConsensusStateRequest,
521 + request: QueryConsensusStateRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L481
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:481:18
|
481 | request: crate::chain::requests::QueryClientStateRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
481 - request: crate::chain::requests::QueryClientStateRequest,
481 + request: QueryClientStateRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L437
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:437:18
|
437 | request: crate::chain::requests::QueryClientStatesRequest,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
437 - request: crate::chain::requests::QueryClientStatesRequest,
437 + request: QueryClientStatesRequest,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L399
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:399:24
|
399 | client_state: &crate::client_state::AnyClientState,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
399 - client_state: &crate::client_state::AnyClientState,
399 + client_state: &AnyClientState,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L391
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:391:24
|
391 | client_state: &crate::client_state::AnyClientState,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
help: remove the unnecessary path segments
|
391 - client_state: &crate::client_state::AnyClientState,
391 + client_state: &AnyClientState,
|
|
unnecessary qualification:
crates/relayer/src/chain/penumbra/chain.rs#L376
error: unnecessary qualification
--> crates/relayer/src/chain/penumbra/chain.rs:376:21
|
376 | ) -> Result<Vec<crate::event::IbcEventWithHeight>, Error> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
note: the lint level is defined here
--> crates/relayer/src/lib.rs:6:5
|
6 | unused_qualifications,
| ^^^^^^^^^^^^^^^^^^^^^
help: remove the unnecessary path segments
|
376 - ) -> Result<Vec<crate::event::IbcEventWithHeight>, Error> {
376 + ) -> Result<Vec<IbcEventWithHeight>, Error> {
|
|
unused import: `crate::light_client::tendermint::LightClient as TmLightClient`:
crates/relayer/src/chain/penumbra/chain.rs#L17
error: unused import: `crate::light_client::tendermint::LightClient as TmLightClient`
--> crates/relayer/src/chain/penumbra/chain.rs:17:5
|
17 | use crate::light_client::tendermint::LightClient as TmLightClient;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
model-based-test (gaia6):
crates/relayer/src/chain/penumbra/chain.rs#L376
unnecessary qualification
|
model-based-test (gaia6):
crates/relayer/src/chain/penumbra/chain.rs#L391
unnecessary qualification
|
model-based-test (gaia6):
crates/relayer/src/chain/penumbra/chain.rs#L399
unnecessary qualification
|
model-based-test (gaia6):
crates/relayer/src/chain/penumbra/chain.rs#L437
unnecessary qualification
|
model-based-test (gaia6):
crates/relayer/src/chain/penumbra/chain.rs#L481
unnecessary qualification
|
model-based-test (gaia6):
crates/relayer/src/chain/penumbra/chain.rs#L521
unnecessary qualification
|
model-based-test (gaia6):
crates/relayer/src/chain/penumbra/chain.rs#L570
unnecessary qualification
|
model-based-test (gaia6):
crates/relayer/src/chain/penumbra/chain.rs#L595
unnecessary qualification
|
model-based-test (gaia6):
crates/relayer/src/chain/penumbra/chain.rs#L598
unnecessary qualification
|
model-based-test (gaia6):
crates/relayer/src/chain/penumbra/chain.rs#L599
unnecessary qualification
|
ordered-channel-test:
crates/relayer/src/chain/penumbra/chain.rs#L376
unnecessary qualification
|
ordered-channel-test:
crates/relayer/src/chain/penumbra/chain.rs#L391
unnecessary qualification
|
ordered-channel-test:
crates/relayer/src/chain/penumbra/chain.rs#L399
unnecessary qualification
|
ordered-channel-test:
crates/relayer/src/chain/penumbra/chain.rs#L437
unnecessary qualification
|
ordered-channel-test:
crates/relayer/src/chain/penumbra/chain.rs#L481
unnecessary qualification
|
ordered-channel-test:
crates/relayer/src/chain/penumbra/chain.rs#L521
unnecessary qualification
|
ordered-channel-test:
crates/relayer/src/chain/penumbra/chain.rs#L570
unnecessary qualification
|
ordered-channel-test:
crates/relayer/src/chain/penumbra/chain.rs#L595
unnecessary qualification
|
ordered-channel-test:
crates/relayer/src/chain/penumbra/chain.rs#L598
unnecessary qualification
|
ordered-channel-test:
crates/relayer/src/chain/penumbra/chain.rs#L599
unnecessary qualification
|
|
|
|
|
|
|
|
|
|
|
integration-test (migaloo, migalood, migaloo, stake):
crates/relayer/src/chain/penumbra/chain.rs#L376
unnecessary qualification
|
integration-test (migaloo, migalood, migaloo, stake):
crates/relayer/src/chain/penumbra/chain.rs#L391
unnecessary qualification
|
integration-test (migaloo, migalood, migaloo, stake):
crates/relayer/src/chain/penumbra/chain.rs#L399
unnecessary qualification
|
integration-test (migaloo, migalood, migaloo, stake):
crates/relayer/src/chain/penumbra/chain.rs#L437
unnecessary qualification
|
integration-test (migaloo, migalood, migaloo, stake):
crates/relayer/src/chain/penumbra/chain.rs#L481
unnecessary qualification
|
integration-test (migaloo, migalood, migaloo, stake):
crates/relayer/src/chain/penumbra/chain.rs#L521
unnecessary qualification
|
integration-test (migaloo, migalood, migaloo, stake):
crates/relayer/src/chain/penumbra/chain.rs#L570
unnecessary qualification
|
integration-test (migaloo, migalood, migaloo, stake):
crates/relayer/src/chain/penumbra/chain.rs#L595
unnecessary qualification
|
integration-test (migaloo, migalood, migaloo, stake):
crates/relayer/src/chain/penumbra/chain.rs#L598
unnecessary qualification
|
integration-test (migaloo, migalood, migaloo, stake):
crates/relayer/src/chain/penumbra/chain.rs#L599
unnecessary qualification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
integration-test (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L376
unnecessary qualification
|
integration-test (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L391
unnecessary qualification
|
integration-test (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L399
unnecessary qualification
|
integration-test (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L437
unnecessary qualification
|
integration-test (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L481
unnecessary qualification
|
integration-test (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L521
unnecessary qualification
|
integration-test (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L570
unnecessary qualification
|
integration-test (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L595
unnecessary qualification
|
integration-test (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L598
unnecessary qualification
|
integration-test (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L599
unnecessary qualification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
interchain-security-icq (.#gaia14 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
interchain-security-icq (.#gaia14 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
interchain-security-icq (.#gaia14 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
No push credentials found. Ignoring the 'useDaemon' option.
|
interchain-security-icq (.#gaia14 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
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/
|
interchain-security-icq (.#gaia14 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
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/
|
interchain-security-icq (.#gaia14 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
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/
|
interchain-security-icq (.#gaia14 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
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/
|
interchain-security-icq (.#gaia14 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride):
crates/relayer/src/chain/penumbra/chain.rs#L17
unused import: `crate::light_client::tendermint::LightClient as TmLightClient`
|
interchain-security-icq (.#gaia14 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride):
crates/relayer/src/chain/penumbra/chain.rs#L1189
unused import: `crate::light_client::Verified`
|
|
|
|
|
|
|
|
|
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride)
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/
|
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride)
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/
|
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride)
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/
|
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride)
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/
|
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride):
crates/relayer/src/chain/penumbra/chain.rs#L17
unused import: `crate::light_client::tendermint::LightClient as TmLightClient`
|
interchain-security-icq (.#gaia13 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
interchain-security-icq (.#gaia13 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
interchain-security-icq (.#gaia13 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
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/
|
interchain-security-icq (.#gaia13 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
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/
|
interchain-security-icq (.#gaia13 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
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/
|
interchain-security-icq (.#gaia13 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
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/
|
interchain-security-icq (.#gaia13 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
No push credentials found. Ignoring the 'useDaemon' option.
|
interchain-security-icq (.#gaia13 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride):
crates/relayer/src/chain/penumbra/chain.rs#L17
unused import: `crate::light_client::tendermint::LightClient as TmLightClient`
|
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride):
crates/relayer/src/chain/penumbra/chain.rs#L1189
unused import: `crate::light_client::Verified`
|
|
|
|
|
|
interchain-security-icq (.#gaia13 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride):
crates/relayer/src/chain/penumbra/chain.rs#L1189
unused import: `crate::light_client::Verified`
|
|
|
|
|
|
|
|
|
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride)
No push credentials found. Ignoring the 'useDaemon' option.
|
|
|
|
model-based-test (gaia6)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
model-based-test (gaia6)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
model-based-test (gaia6):
crates/relayer/src/chain/penumbra/chain.rs#L17
unused import: `crate::light_client::tendermint::LightClient as TmLightClient`
|
model-based-test (gaia6):
crates/relayer/src/chain/penumbra/chain.rs#L1189
unused import: `crate::light_client::Verified`
|
model-based-test (gaia6):
crates/relayer/src/chain/penumbra/chain.rs#L250
unused variable: `grpc_addr`
|
model-based-test (gaia6):
crates/relayer/src/chain/penumbra/chain.rs#L375
unused variable: `tracked_msgs`
|
model-based-test (gaia6):
crates/relayer/src/chain/penumbra/chain.rs#L382
unused variable: `tracked_msgs`
|
model-based-test (gaia6):
crates/relayer/src/chain/penumbra/chain.rs#L389
unused variable: `trusted`
|
model-based-test (gaia6):
crates/relayer/src/chain/penumbra/chain.rs#L390
unused variable: `target`
|
model-based-test (gaia6):
crates/relayer/src/chain/penumbra/chain.rs#L391
unused variable: `client_state`
|
model-based-test (gaia6):
crates/relayer/src/chain/penumbra/chain.rs#L398
unused variable: `update`
|
model-based-test (gaia6):
crates/relayer/src/chain/penumbra/chain.rs#L399
unused variable: `client_state`
|
model-based-test (gaia6)
No push credentials found. Ignoring the 'useDaemon' option.
|
model-based-test (gaia6)
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/
|
model-based-test (gaia6)
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/
|
model-based-test (gaia6)
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/
|
model-based-test (gaia6)
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/
|
ordered-channel-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ordered-channel-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ordered-channel-test
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/
|
ordered-channel-test
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/
|
ordered-channel-test
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/
|
ordered-channel-test
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/
|
ordered-channel-test:
crates/relayer/src/chain/penumbra/chain.rs#L17
unused import: `crate::light_client::tendermint::LightClient as TmLightClient`
|
ordered-channel-test:
crates/relayer/src/chain/penumbra/chain.rs#L1189
unused import: `crate::light_client::Verified`
|
ordered-channel-test:
crates/relayer/src/chain/penumbra/chain.rs#L250
unused variable: `grpc_addr`
|
ordered-channel-test:
crates/relayer/src/chain/penumbra/chain.rs#L375
unused variable: `tracked_msgs`
|
ordered-channel-test:
crates/relayer/src/chain/penumbra/chain.rs#L382
unused variable: `tracked_msgs`
|
ordered-channel-test:
crates/relayer/src/chain/penumbra/chain.rs#L389
unused variable: `trusted`
|
ordered-channel-test:
crates/relayer/src/chain/penumbra/chain.rs#L390
unused variable: `target`
|
ordered-channel-test:
crates/relayer/src/chain/penumbra/chain.rs#L391
unused variable: `client_state`
|
ordered-channel-test:
crates/relayer/src/chain/penumbra/chain.rs#L398
unused variable: `update`
|
ordered-channel-test:
crates/relayer/src/chain/penumbra/chain.rs#L399
unused variable: `client_state`
|
ordered-channel-test
No push credentials found. Ignoring the 'useDaemon' option.
|
interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron)
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/
|
interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron)
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/
|
interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron)
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/
|
interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron)
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/
|
interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron):
crates/relayer/src/chain/penumbra/chain.rs#L17
unused import: `crate::light_client::tendermint::LightClient as TmLightClient`
|
interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron):
crates/relayer/src/chain/penumbra/chain.rs#L1189
unused import: `crate::light_client::Verified`
|
|
interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron):
crates/relayer/src/chain/penumbra/chain.rs#L375
unused variable: `tracked_msgs`
|
interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron):
crates/relayer/src/chain/penumbra/chain.rs#L382
unused variable: `tracked_msgs`
|
|
|
interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron):
crates/relayer/src/chain/penumbra/chain.rs#L391
unused variable: `client_state`
|
|
interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron):
crates/relayer/src/chain/penumbra/chain.rs#L399
unused variable: `client_state`
|
interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron)
No push credentials found. Ignoring the 'useDaemon' option.
|
integration-test (migaloo, migalood, migaloo, stake)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
integration-test (migaloo, migalood, migaloo, stake)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
integration-test (migaloo, migalood, migaloo, stake)
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/
|
integration-test (migaloo, migalood, migaloo, stake)
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/
|
integration-test (migaloo, migalood, migaloo, stake)
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/
|
integration-test (migaloo, migalood, migaloo, stake)
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/
|
integration-test (migaloo, migalood, migaloo, stake):
crates/relayer/src/chain/penumbra/chain.rs#L17
unused import: `crate::light_client::tendermint::LightClient as TmLightClient`
|
integration-test (migaloo, migalood, migaloo, stake):
crates/relayer/src/chain/penumbra/chain.rs#L1189
unused import: `crate::light_client::Verified`
|
integration-test (migaloo, migalood, migaloo, stake):
crates/relayer/src/chain/penumbra/chain.rs#L250
unused variable: `grpc_addr`
|
integration-test (migaloo, migalood, migaloo, stake):
crates/relayer/src/chain/penumbra/chain.rs#L375
unused variable: `tracked_msgs`
|
integration-test (migaloo, migalood, migaloo, stake):
crates/relayer/src/chain/penumbra/chain.rs#L382
unused variable: `tracked_msgs`
|
integration-test (migaloo, migalood, migaloo, stake):
crates/relayer/src/chain/penumbra/chain.rs#L389
unused variable: `trusted`
|
integration-test (migaloo, migalood, migaloo, stake):
crates/relayer/src/chain/penumbra/chain.rs#L390
unused variable: `target`
|
integration-test (migaloo, migalood, migaloo, stake):
crates/relayer/src/chain/penumbra/chain.rs#L391
unused variable: `client_state`
|
integration-test (migaloo, migalood, migaloo, stake):
crates/relayer/src/chain/penumbra/chain.rs#L398
unused variable: `update`
|
integration-test (migaloo, migalood, migaloo, stake):
crates/relayer/src/chain/penumbra/chain.rs#L399
unused variable: `client_state`
|
integration-test (migaloo, migalood, migaloo, stake)
No push credentials found. Ignoring the 'useDaemon' option.
|
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee)
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/
|
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee)
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/
|
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee)
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/
|
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee)
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/
|
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee):
crates/relayer/src/chain/penumbra/chain.rs#L17
unused import: `crate::light_client::tendermint::LightClient as TmLightClient`
|
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee):
crates/relayer/src/chain/penumbra/chain.rs#L1189
unused import: `crate::light_client::Verified`
|
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee):
crates/relayer/src/chain/penumbra/chain.rs#L250
unused variable: `grpc_addr`
|
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee):
crates/relayer/src/chain/penumbra/chain.rs#L375
unused variable: `tracked_msgs`
|
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee):
crates/relayer/src/chain/penumbra/chain.rs#L382
unused variable: `tracked_msgs`
|
|
|
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee):
crates/relayer/src/chain/penumbra/chain.rs#L391
unused variable: `client_state`
|
|
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee):
crates/relayer/src/chain/penumbra/chain.rs#L399
unused variable: `client_state`
|
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee)
No push credentials found. Ignoring the 'useDaemon' option.
|
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee)
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/
|
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee)
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/
|
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee)
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/
|
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee)
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/
|
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee):
crates/relayer/src/chain/penumbra/chain.rs#L17
unused import: `crate::light_client::tendermint::LightClient as TmLightClient`
|
integration-test (wasmd, wasmd, wasm, stake)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
integration-test (wasmd, wasmd, wasm, stake)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee):
crates/relayer/src/chain/penumbra/chain.rs#L1189
unused import: `crate::light_client::Verified`
|
integration-test (wasmd, wasmd, wasm, stake)
No push credentials found. Ignoring the 'useDaemon' option.
|
|
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee):
crates/relayer/src/chain/penumbra/chain.rs#L375
unused variable: `tracked_msgs`
|
integration-test (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L17
unused import: `crate::light_client::tendermint::LightClient as TmLightClient`
|
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee):
crates/relayer/src/chain/penumbra/chain.rs#L382
unused variable: `tracked_msgs`
|
|
|
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee):
crates/relayer/src/chain/penumbra/chain.rs#L391
unused variable: `client_state`
|
|
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee):
crates/relayer/src/chain/penumbra/chain.rs#L399
unused variable: `client_state`
|
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee)
No push credentials found. Ignoring the 'useDaemon' option.
|
integration-test (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L1189
unused import: `crate::light_client::Verified`
|
integration-test (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L250
unused variable: `grpc_addr`
|
integration-test (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L375
unused variable: `tracked_msgs`
|
integration-test (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L382
unused variable: `tracked_msgs`
|
integration-test (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L389
unused variable: `trusted`
|
integration-test (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L390
unused variable: `target`
|
integration-test (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L391
unused variable: `client_state`
|
integration-test (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L398
unused variable: `update`
|
integration-test (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L399
unused variable: `client_state`
|
integration-test (wasmd, wasmd, wasm, stake)
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/
|
integration-test (wasmd, wasmd, wasm, stake)
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/
|
integration-test (wasmd, wasmd, wasm, stake)
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/
|
integration-test (wasmd, wasmd, wasm, stake)
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/
|
integration-test (juno, junod, juno, stake, juno,forward-packet)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
integration-test (juno, junod, juno, stake, juno,forward-packet)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
integration-test (juno, junod, juno, stake, juno,forward-packet)
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/
|
integration-test (juno, junod, juno, stake, juno,forward-packet)
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/
|
integration-test (juno, junod, juno, stake, juno,forward-packet)
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/
|
integration-test (juno, junod, juno, stake, juno,forward-packet)
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/
|
integration-test (juno, junod, juno, stake, juno,forward-packet):
crates/relayer/src/chain/penumbra/chain.rs#L17
unused import: `crate::light_client::tendermint::LightClient as TmLightClient`
|
integration-test (juno, junod, juno, stake, juno,forward-packet):
crates/relayer/src/chain/penumbra/chain.rs#L1189
unused import: `crate::light_client::Verified`
|
integration-test (juno, junod, juno, stake, juno,forward-packet):
crates/relayer/src/chain/penumbra/chain.rs#L250
unused variable: `grpc_addr`
|
integration-test (juno, junod, juno, stake, juno,forward-packet):
crates/relayer/src/chain/penumbra/chain.rs#L375
unused variable: `tracked_msgs`
|
integration-test (juno, junod, juno, stake, juno,forward-packet):
crates/relayer/src/chain/penumbra/chain.rs#L382
unused variable: `tracked_msgs`
|
|
|
integration-test (juno, junod, juno, stake, juno,forward-packet):
crates/relayer/src/chain/penumbra/chain.rs#L391
unused variable: `client_state`
|
|
integration-test (juno, junod, juno, stake, juno,forward-packet):
crates/relayer/src/chain/penumbra/chain.rs#L399
unused variable: `client_state`
|
integration-test (juno, junod, juno, stake, juno,forward-packet)
No push credentials found. Ignoring the 'useDaemon' option.
|
interchain-security-ica (.#gaia13 .#stride-consumer, gaiad,strided, cosmos,stride)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
interchain-security-ica (.#gaia13 .#stride-consumer, gaiad,strided, cosmos,stride)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
interchain-security-ica (.#gaia13 .#stride-consumer, gaiad,strided, cosmos,stride)
No push credentials found. Ignoring the 'useDaemon' option.
|
interchain-security-ica (.#gaia13 .#stride-consumer, gaiad,strided, cosmos,stride):
crates/relayer/src/chain/penumbra/chain.rs#L17
unused import: `crate::light_client::tendermint::LightClient as TmLightClient`
|
interchain-security-ica (.#gaia13 .#stride-consumer, gaiad,strided, cosmos,stride):
crates/relayer/src/chain/penumbra/chain.rs#L1189
unused import: `crate::light_client::Verified`
|
|
|
|
|
|
|
|
|
interchain-security-ica (.#gaia13 .#stride-consumer, gaiad,strided, cosmos,stride)
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/
|
interchain-security-ica (.#gaia13 .#stride-consumer, gaiad,strided, cosmos,stride)
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/
|
interchain-security-ica (.#gaia13 .#stride-consumer, gaiad,strided, cosmos,stride)
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/
|
interchain-security-ica (.#gaia13 .#stride-consumer, gaiad,strided, cosmos,stride)
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/
|
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq):
crates/relayer/src/chain/penumbra/chain.rs#L17
unused import: `crate::light_client::tendermint::LightClient as TmLightClient`
|
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq):
crates/relayer/src/chain/penumbra/chain.rs#L1189
unused import: `crate::light_client::Verified`
|
|
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq):
crates/relayer/src/chain/penumbra/chain.rs#L375
unused variable: `tracked_msgs`
|
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq):
crates/relayer/src/chain/penumbra/chain.rs#L382
unused variable: `tracked_msgs`
|
|
|
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq):
crates/relayer/src/chain/penumbra/chain.rs#L391
unused variable: `client_state`
|
|
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq):
crates/relayer/src/chain/penumbra/chain.rs#L399
unused variable: `client_state`
|
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq)
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/
|
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq)
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/
|
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq)
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/
|
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq)
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/
|
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq)
No push credentials found. Ignoring the 'useDaemon' option.
|
celestia-to-gaia (.#celestia .#gaia13, celestia-appd,gaiad, celestia,cosmos, utia,stake)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
celestia-to-gaia (.#celestia .#gaia13, celestia-appd,gaiad, celestia,cosmos, utia,stake)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
celestia-to-gaia (.#celestia .#gaia13, celestia-appd,gaiad, celestia,cosmos, utia,stake):
crates/relayer/src/chain/penumbra/chain.rs#L17
unused import: `crate::light_client::tendermint::LightClient as TmLightClient`
|
celestia-to-gaia (.#celestia .#gaia13, celestia-appd,gaiad, celestia,cosmos, utia,stake):
crates/relayer/src/chain/penumbra/chain.rs#L1189
unused import: `crate::light_client::Verified`
|
|
|
|
|
|
|
|
|
celestia-to-gaia (.#celestia .#gaia13, celestia-appd,gaiad, celestia,cosmos, utia,stake)
No push credentials found. Ignoring the 'useDaemon' option.
|
celestia-to-gaia (.#celestia .#gaia13, celestia-appd,gaiad, celestia,cosmos, utia,stake)
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/
|
celestia-to-gaia (.#celestia .#gaia13, celestia-appd,gaiad, celestia,cosmos, utia,stake)
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/
|
celestia-to-gaia (.#celestia .#gaia13, celestia-appd,gaiad, celestia,cosmos, utia,stake)
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/
|
celestia-to-gaia (.#celestia .#gaia13, celestia-appd,gaiad, celestia,cosmos, utia,stake)
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/
|
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee)
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/
|
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee)
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/
|
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee)
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/
|
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee)
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/
|
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee):
crates/relayer/src/chain/penumbra/chain.rs#L17
unused import: `crate::light_client::tendermint::LightClient as TmLightClient`
|
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee):
crates/relayer/src/chain/penumbra/chain.rs#L1189
unused import: `crate::light_client::Verified`
|
|
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee):
crates/relayer/src/chain/penumbra/chain.rs#L375
unused variable: `tracked_msgs`
|
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee):
crates/relayer/src/chain/penumbra/chain.rs#L382
unused variable: `tracked_msgs`
|
|
|
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee):
crates/relayer/src/chain/penumbra/chain.rs#L391
unused variable: `client_state`
|
|
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee):
crates/relayer/src/chain/penumbra/chain.rs#L399
unused variable: `client_state`
|
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee)
No push credentials found. Ignoring the 'useDaemon' option.
|
interchain-security-no-ica (.#gaia14 .#neutron, gaiad,neutrond, cosmos,neutron)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
interchain-security-no-ica (.#gaia14 .#neutron, gaiad,neutrond, cosmos,neutron)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
interchain-security-no-ica (.#gaia14 .#neutron, gaiad,neutrond, cosmos,neutron)
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/
|
interchain-security-no-ica (.#gaia14 .#neutron, gaiad,neutrond, cosmos,neutron)
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/
|
interchain-security-no-ica (.#gaia14 .#neutron, gaiad,neutrond, cosmos,neutron)
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/
|
interchain-security-no-ica (.#gaia14 .#neutron, gaiad,neutrond, cosmos,neutron)
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/
|
interchain-security-no-ica (.#gaia14 .#neutron, gaiad,neutrond, cosmos,neutron)
No push credentials found. Ignoring the 'useDaemon' option.
|
interchain-security-no-ica (.#gaia14 .#neutron, gaiad,neutrond, cosmos,neutron):
crates/relayer/src/chain/penumbra/chain.rs#L17
unused import: `crate::light_client::tendermint::LightClient as TmLightClient`
|
interchain-security-no-ica (.#gaia14 .#neutron, gaiad,neutrond, cosmos,neutron):
crates/relayer/src/chain/penumbra/chain.rs#L1189
unused import: `crate::light_client::Verified`
|
|
interchain-security-no-ica (.#gaia14 .#neutron, gaiad,neutrond, cosmos,neutron):
crates/relayer/src/chain/penumbra/chain.rs#L375
unused variable: `tracked_msgs`
|
interchain-security-no-ica (.#gaia14 .#neutron, gaiad,neutrond, cosmos,neutron):
crates/relayer/src/chain/penumbra/chain.rs#L382
unused variable: `tracked_msgs`
|
|
|
interchain-security-no-ica (.#gaia14 .#neutron, gaiad,neutrond, cosmos,neutron):
crates/relayer/src/chain/penumbra/chain.rs#L391
unused variable: `client_state`
|
|
interchain-security-no-ica (.#gaia14 .#neutron, gaiad,neutrond, cosmos,neutron):
crates/relayer/src/chain/penumbra/chain.rs#L399
unused variable: `client_state`
|
celestia-to-gaia (.#celestia .#gaia14, celestia-appd,gaiad, celestia,cosmos, utia,stake)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
celestia-to-gaia (.#celestia .#gaia14, celestia-appd,gaiad, celestia,cosmos, utia,stake)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
celestia-to-gaia (.#celestia .#gaia14, celestia-appd,gaiad, celestia,cosmos, utia,stake)
No push credentials found. Ignoring the 'useDaemon' option.
|
celestia-to-gaia (.#celestia .#gaia14, celestia-appd,gaiad, celestia,cosmos, utia,stake):
crates/relayer/src/chain/penumbra/chain.rs#L17
unused import: `crate::light_client::tendermint::LightClient as TmLightClient`
|
celestia-to-gaia (.#celestia .#gaia14, celestia-appd,gaiad, celestia,cosmos, utia,stake):
crates/relayer/src/chain/penumbra/chain.rs#L1189
unused import: `crate::light_client::Verified`
|
|
|
|
|
|
|
|
|
celestia-to-gaia (.#celestia .#gaia14, celestia-appd,gaiad, celestia,cosmos, utia,stake)
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/
|
celestia-to-gaia (.#celestia .#gaia14, celestia-appd,gaiad, celestia,cosmos, utia,stake)
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/
|
celestia-to-gaia (.#celestia .#gaia14, celestia-appd,gaiad, celestia,cosmos, utia,stake)
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/
|
celestia-to-gaia (.#celestia .#gaia14, celestia-appd,gaiad, celestia,cosmos, utia,stake)
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/
|
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee):
crates/relayer/src/chain/penumbra/chain.rs#L17
unused import: `crate::light_client::tendermint::LightClient as TmLightClient`
|
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee):
crates/relayer/src/chain/penumbra/chain.rs#L1189
unused import: `crate::light_client::Verified`
|
|
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee):
crates/relayer/src/chain/penumbra/chain.rs#L375
unused variable: `tracked_msgs`
|
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee):
crates/relayer/src/chain/penumbra/chain.rs#L382
unused variable: `tracked_msgs`
|
|
|
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee):
crates/relayer/src/chain/penumbra/chain.rs#L391
unused variable: `client_state`
|
|
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee):
crates/relayer/src/chain/penumbra/chain.rs#L399
unused variable: `client_state`
|
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee)
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/
|
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee)
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/
|
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee)
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/
|
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee)
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/
|
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee)
No push credentials found. Ignoring the 'useDaemon' option.
|
integration-test (gaia13, gaiad, cosmos, stake, forward-packet,clean-workers)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
integration-test (gaia13, gaiad, cosmos, stake, forward-packet,clean-workers)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
integration-test (gaia13, gaiad, cosmos, stake, forward-packet,clean-workers)
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/
|
integration-test (gaia13, gaiad, cosmos, stake, forward-packet,clean-workers)
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/
|
integration-test (gaia13, gaiad, cosmos, stake, forward-packet,clean-workers)
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/
|
integration-test (gaia13, gaiad, cosmos, stake, forward-packet,clean-workers)
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/
|
integration-test (gaia13, gaiad, cosmos, stake, forward-packet,clean-workers):
crates/relayer/src/chain/penumbra/chain.rs#L17
unused import: `crate::light_client::tendermint::LightClient as TmLightClient`
|
integration-test (gaia13, gaiad, cosmos, stake, forward-packet,clean-workers):
crates/relayer/src/chain/penumbra/chain.rs#L1189
unused import: `crate::light_client::Verified`
|
|
integration-test (gaia13, gaiad, cosmos, stake, forward-packet,clean-workers):
crates/relayer/src/chain/penumbra/chain.rs#L375
unused variable: `tracked_msgs`
|
integration-test (gaia13, gaiad, cosmos, stake, forward-packet,clean-workers):
crates/relayer/src/chain/penumbra/chain.rs#L382
unused variable: `tracked_msgs`
|
|
|
integration-test (gaia13, gaiad, cosmos, stake, forward-packet,clean-workers):
crates/relayer/src/chain/penumbra/chain.rs#L391
unused variable: `client_state`
|
|
integration-test (gaia13, gaiad, cosmos, stake, forward-packet,clean-workers):
crates/relayer/src/chain/penumbra/chain.rs#L399
unused variable: `client_state`
|
integration-test (gaia13, gaiad, cosmos, stake, forward-packet,clean-workers)
No push credentials found. Ignoring the 'useDaemon' option.
|
integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers)
No push credentials found. Ignoring the 'useDaemon' option.
|
integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers)
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/
|
integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers)
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/
|
integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers)
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/
|
integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers)
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/
|
integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers):
crates/relayer/src/chain/penumbra/chain.rs#L17
unused import: `crate::light_client::tendermint::LightClient as TmLightClient`
|
integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers):
crates/relayer/src/chain/penumbra/chain.rs#L1189
unused import: `crate::light_client::Verified`
|
|
integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers):
crates/relayer/src/chain/penumbra/chain.rs#L375
unused variable: `tracked_msgs`
|
integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers):
crates/relayer/src/chain/penumbra/chain.rs#L382
unused variable: `tracked_msgs`
|
|
|
integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers):
crates/relayer/src/chain/penumbra/chain.rs#L391
unused variable: `client_state`
|
|
integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers):
crates/relayer/src/chain/penumbra/chain.rs#L399
unused variable: `client_state`
|