v2 Penumbra support in Hermes #29
Triggered via pull request
February 21, 2024 04:59
Status
Failure
Total duration
1h 10m 2s
Artifacts
–
integration.yaml
on: pull_request
ordered-channel-test
12m 6s
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
77 errors and 360 warnings
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee):
tools/integration-test/src/tests/fee/filter_fees.rs#L30
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee):
tools/integration-test/src/tests/fee/filter_fees.rs#L182
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee):
tools/integration-test/src/tests/ica.rs#L72
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee):
tools/integration-test/src/tests/ica.rs#L198
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee):
tools/integration-test/src/tests/fee/filter_fees.rs#L30
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee):
tools/integration-test/src/tests/fee/filter_fees.rs#L182
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee):
tools/integration-test/src/tests/ica.rs#L72
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee):
tools/integration-test/src/tests/ica.rs#L198
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee):
tools/integration-test/src/tests/fee/filter_fees.rs#L30
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee):
tools/integration-test/src/tests/fee/filter_fees.rs#L182
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee):
tools/integration-test/src/tests/ica.rs#L72
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee):
tools/integration-test/src/tests/ica.rs#L198
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq):
tools/integration-test/src/tests/async_icq/simple_query.rs#L144
non-exhaustive patterns: `&ChainConfig::Penumbra(_)` not covered
|
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq):
tools/integration-test/src/tests/fee_grant.rs#L78
non-exhaustive patterns: `&ChainConfig::Penumbra(_)` not covered
|
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq):
tools/integration-test/src/tests/fee_grant.rs#L106
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq):
tools/integration-test/src/tests/fee_grant.rs#L221
non-exhaustive patterns: `&ChainConfig::Penumbra(_)` not covered
|
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee):
tools/integration-test/src/tests/dynamic_gas_fee.rs#L49
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee):
tools/integration-test/src/tests/dynamic_gas_fee.rs#L57
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee)
could not compile `ibc-integration-test` (lib test) due to 2 previous errors
|
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
unnecessary use of `.write(true)` because there is `.append(true)`:
crates/relayer/src/util/profiling.rs#L101
error: unnecessary use of `.write(true)` because there is `.append(true)`
--> crates/relayer/src/util/profiling.rs:101:9
|
101 | .write(true)
| ^^^^^^^^^^^^ help: remove `.write(true)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ineffective_open_options
= note: `-D clippy::ineffective-open-options` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::ineffective_open_options)]`
|
unnecessary use of `.write(true)` because there is `.append(true)`:
crates/relayer/src/util/profiling.rs#L101
error: unnecessary use of `.write(true)` because there is `.append(true)`
--> crates/relayer/src/util/profiling.rs:101:9
|
101 | .write(true)
| ^^^^^^^^^^^^ help: remove `.write(true)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ineffective_open_options
= note: `-D clippy::ineffective-open-options` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::ineffective_open_options)]`
|
using `clone` on type `Duration` which implements the `Copy` trait:
crates/relayer/src/chain/penumbra/chain.rs#L514
error: using `clone` on type `Duration` which implements the `Copy` trait
--> crates/relayer/src/chain/penumbra/chain.rs:514:13
|
514 | config.rpc_timeout.clone(),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `config.rpc_timeout`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
= note: `-D clippy::clone-on-copy` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::clone_on_copy)]`
|
question mark operator is useless here:
crates/relayer/src/chain/penumbra/chain.rs#L406
error: question mark operator is useless here
--> crates/relayer/src/chain/penumbra/chain.rs:406:40
|
406 | ... return Ok(bs
| ______________________________^
407 | | ... .id
408 | | ... .expect("detected transaction missing id")
409 | | ... .try_into()?);
| |_______________________________________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_question_mark
= note: `-D clippy::needless-question-mark` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_question_mark)]`
help: try removing question mark and `Ok()`
|
406 ~ return bs
407 + .id
408 + .expect("detected transaction missing id")
409 ~ .try_into();
|
|
this expression creates a reference which is immediately dereferenced by the compiler:
crates/relayer/src/chain/penumbra/chain.rs#L336
error: this expression creates a reference which is immediately dereferenced by the compiler
--> crates/relayer/src/chain/penumbra/chain.rs:336:13
|
336 | &self.config.kms_config.spend_key.full_viewing_key(),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `self.config.kms_config.spend_key.full_viewing_key()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
|
using `clone` on type `Duration` which implements the `Copy` trait:
crates/relayer/src/chain/penumbra/chain.rs#L514
error: using `clone` on type `Duration` which implements the `Copy` trait
--> crates/relayer/src/chain/penumbra/chain.rs:514:13
|
514 | config.rpc_timeout.clone(),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `config.rpc_timeout`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
= note: `-D clippy::clone-on-copy` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::clone_on_copy)]`
|
question mark operator is useless here:
crates/relayer/src/chain/penumbra/chain.rs#L406
error: question mark operator is useless here
--> crates/relayer/src/chain/penumbra/chain.rs:406:40
|
406 | ... return Ok(bs
| ______________________________^
407 | | ... .id
408 | | ... .expect("detected transaction missing id")
409 | | ... .try_into()?);
| |_______________________________________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_question_mark
= note: `-D clippy::needless-question-mark` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_question_mark)]`
help: try removing question mark and `Ok()`
|
406 ~ return bs
407 + .id
408 + .expect("detected transaction missing id")
409 ~ .try_into();
|
|
this expression creates a reference which is immediately dereferenced by the compiler:
crates/relayer/src/chain/penumbra/chain.rs#L336
error: this expression creates a reference which is immediately dereferenced by the compiler
--> crates/relayer/src/chain/penumbra/chain.rs:336:13
|
336 | &self.config.kms_config.spend_key.full_viewing_key(),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `self.config.kms_config.spend_key.full_viewing_key()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
|
variable does not need to be mutable:
crates/relayer/src/chain/penumbra/chain.rs#L676
error: variable does not need to be mutable
--> crates/relayer/src/chain/penumbra/chain.rs:676:13
|
676 | let mut view_client = self.rt.block_on(self.view_client.lock()).clone();
| ----^^^^^^^^^^^
| |
| help: remove this `mut`
|
= note: `-D unused-mut` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_mut)]`
|
unused variable: `denom`:
crates/relayer/src/chain/penumbra/chain.rs#L674
error: unused variable: `denom`
--> crates/relayer/src/chain/penumbra/chain.rs:674:9
|
674 | 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#L673
error: unused variable: `key_name`
--> crates/relayer/src/chain/penumbra/chain.rs:673:9
|
673 | key_name: Option<&str>,
| ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_key_name`
|
unused variable: `view_client`:
crates/relayer/src/chain/penumbra/chain.rs#L676
error: unused variable: `view_client`
--> crates/relayer/src/chain/penumbra/chain.rs:676:17
|
676 | let mut view_client = self.rt.block_on(self.view_client.lock()).clone();
| ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_view_client`
|
= note: `-D unused-variables` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_variables)]`
|
variable does not need to be mutable:
crates/relayer/src/chain/penumbra/chain.rs#L676
error: variable does not need to be mutable
--> crates/relayer/src/chain/penumbra/chain.rs:676:13
|
676 | let mut view_client = self.rt.block_on(self.view_client.lock()).clone();
| ----^^^^^^^^^^^
| |
| help: remove this `mut`
|
= note: `-D unused-mut` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_mut)]`
|
unused variable: `denom`:
crates/relayer/src/chain/penumbra/chain.rs#L674
error: unused variable: `denom`
--> crates/relayer/src/chain/penumbra/chain.rs:674:9
|
674 | 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#L673
error: unused variable: `key_name`
--> crates/relayer/src/chain/penumbra/chain.rs:673:9
|
673 | key_name: Option<&str>,
| ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_key_name`
|
unused variable: `view_client`:
crates/relayer/src/chain/penumbra/chain.rs#L676
error: unused variable: `view_client`
--> crates/relayer/src/chain/penumbra/chain.rs:676:17
|
676 | let mut view_client = self.rt.block_on(self.view_client.lock()).clone();
| ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_view_client`
|
= note: `-D unused-variables` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_variables)]`
|
unused import: `BalancesRequest`:
crates/relayer/src/chain/penumbra/chain.rs#L66
error: unused import: `BalancesRequest`
--> crates/relayer/src/chain/penumbra/chain.rs:66:9
|
66 | BalancesRequest, GasPricesRequest,
| ^^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
unused import: `BalancesRequest`:
crates/relayer/src/chain/penumbra/chain.rs#L66
error: unused import: `BalancesRequest`
--> crates/relayer/src/chain/penumbra/chain.rs:66:9
|
66 | BalancesRequest, GasPricesRequest,
| ^^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
unnecessary use of `.write(true)` because there is `.append(true)`:
crates/relayer/src/util/profiling.rs#L101
error: unnecessary use of `.write(true)` because there is `.append(true)`
--> crates/relayer/src/util/profiling.rs:101:9
|
101 | .write(true)
| ^^^^^^^^^^^^ help: remove `.write(true)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ineffective_open_options
= note: `-D clippy::ineffective-open-options` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::ineffective_open_options)]`
|
unnecessary use of `.write(true)` because there is `.append(true)`:
crates/relayer/src/util/profiling.rs#L101
error: unnecessary use of `.write(true)` because there is `.append(true)`
--> crates/relayer/src/util/profiling.rs:101:9
|
101 | .write(true)
| ^^^^^^^^^^^^ help: remove `.write(true)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ineffective_open_options
= note: `-D clippy::ineffective-open-options` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::ineffective_open_options)]`
|
using `clone` on type `Duration` which implements the `Copy` trait:
crates/relayer/src/chain/penumbra/chain.rs#L514
error: using `clone` on type `Duration` which implements the `Copy` trait
--> crates/relayer/src/chain/penumbra/chain.rs:514:13
|
514 | config.rpc_timeout.clone(),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `config.rpc_timeout`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
= note: `-D clippy::clone-on-copy` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::clone_on_copy)]`
|
question mark operator is useless here:
crates/relayer/src/chain/penumbra/chain.rs#L406
error: question mark operator is useless here
--> crates/relayer/src/chain/penumbra/chain.rs:406:40
|
406 | ... return Ok(bs
| ______________________________^
407 | | ... .id
408 | | ... .expect("detected transaction missing id")
409 | | ... .try_into()?);
| |_______________________________________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_question_mark
= note: `-D clippy::needless-question-mark` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_question_mark)]`
help: try removing question mark and `Ok()`
|
406 ~ return bs
407 + .id
408 + .expect("detected transaction missing id")
409 ~ .try_into();
|
|
this expression creates a reference which is immediately dereferenced by the compiler:
crates/relayer/src/chain/penumbra/chain.rs#L336
error: this expression creates a reference which is immediately dereferenced by the compiler
--> crates/relayer/src/chain/penumbra/chain.rs:336:13
|
336 | &self.config.kms_config.spend_key.full_viewing_key(),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `self.config.kms_config.spend_key.full_viewing_key()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
|
using `clone` on type `Duration` which implements the `Copy` trait:
crates/relayer/src/chain/penumbra/chain.rs#L514
error: using `clone` on type `Duration` which implements the `Copy` trait
--> crates/relayer/src/chain/penumbra/chain.rs:514:13
|
514 | config.rpc_timeout.clone(),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `config.rpc_timeout`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
= note: `-D clippy::clone-on-copy` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::clone_on_copy)]`
|
question mark operator is useless here:
crates/relayer/src/chain/penumbra/chain.rs#L406
error: question mark operator is useless here
--> crates/relayer/src/chain/penumbra/chain.rs:406:40
|
406 | ... return Ok(bs
| ______________________________^
407 | | ... .id
408 | | ... .expect("detected transaction missing id")
409 | | ... .try_into()?);
| |_______________________________________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_question_mark
= note: `-D clippy::needless-question-mark` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_question_mark)]`
help: try removing question mark and `Ok()`
|
406 ~ return bs
407 + .id
408 + .expect("detected transaction missing id")
409 ~ .try_into();
|
|
this expression creates a reference which is immediately dereferenced by the compiler:
crates/relayer/src/chain/penumbra/chain.rs#L336
error: this expression creates a reference which is immediately dereferenced by the compiler
--> crates/relayer/src/chain/penumbra/chain.rs:336:13
|
336 | &self.config.kms_config.spend_key.full_viewing_key(),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `self.config.kms_config.spend_key.full_viewing_key()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
|
variable does not need to be mutable:
crates/relayer/src/chain/penumbra/chain.rs#L676
error: variable does not need to be mutable
--> crates/relayer/src/chain/penumbra/chain.rs:676:13
|
676 | let mut view_client = self.rt.block_on(self.view_client.lock()).clone();
| ----^^^^^^^^^^^
| |
| help: remove this `mut`
|
= note: `-D unused-mut` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_mut)]`
|
unused variable: `denom`:
crates/relayer/src/chain/penumbra/chain.rs#L674
error: unused variable: `denom`
--> crates/relayer/src/chain/penumbra/chain.rs:674:9
|
674 | 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#L673
error: unused variable: `key_name`
--> crates/relayer/src/chain/penumbra/chain.rs:673:9
|
673 | key_name: Option<&str>,
| ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_key_name`
|
unused variable: `view_client`:
crates/relayer/src/chain/penumbra/chain.rs#L676
error: unused variable: `view_client`
--> crates/relayer/src/chain/penumbra/chain.rs:676:17
|
676 | let mut view_client = self.rt.block_on(self.view_client.lock()).clone();
| ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_view_client`
|
= note: `-D unused-variables` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_variables)]`
|
variable does not need to be mutable:
crates/relayer/src/chain/penumbra/chain.rs#L676
error: variable does not need to be mutable
--> crates/relayer/src/chain/penumbra/chain.rs:676:13
|
676 | let mut view_client = self.rt.block_on(self.view_client.lock()).clone();
| ----^^^^^^^^^^^
| |
| help: remove this `mut`
|
= note: `-D unused-mut` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_mut)]`
|
unused variable: `denom`:
crates/relayer/src/chain/penumbra/chain.rs#L674
error: unused variable: `denom`
--> crates/relayer/src/chain/penumbra/chain.rs:674:9
|
674 | 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#L673
error: unused variable: `key_name`
--> crates/relayer/src/chain/penumbra/chain.rs:673:9
|
673 | key_name: Option<&str>,
| ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_key_name`
|
unused variable: `view_client`:
crates/relayer/src/chain/penumbra/chain.rs#L676
error: unused variable: `view_client`
--> crates/relayer/src/chain/penumbra/chain.rs:676:17
|
676 | let mut view_client = self.rt.block_on(self.view_client.lock()).clone();
| ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_view_client`
|
= note: `-D unused-variables` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_variables)]`
|
unused import: `BalancesRequest`:
crates/relayer/src/chain/penumbra/chain.rs#L66
error: unused import: `BalancesRequest`
--> crates/relayer/src/chain/penumbra/chain.rs:66:9
|
66 | BalancesRequest, GasPricesRequest,
| ^^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
unused import: `BalancesRequest`:
crates/relayer/src/chain/penumbra/chain.rs#L66
error: unused import: `BalancesRequest`
--> crates/relayer/src/chain/penumbra/chain.rs:66:9
|
66 | BalancesRequest, GasPricesRequest,
| ^^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
model-based-test (gaia6):
tools/integration-test/src/mbt/transfer.rs#L161
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
model-based-test (gaia6)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
ordered-channel-test:
tools/integration-test/src/tests/ordered_channel_clear.rs#L53
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
ordered-channel-test:
tools/integration-test/src/tests/ordered_channel_clear.rs#L61
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
ordered-channel-test:
tools/integration-test/src/tests/ordered_channel_clear.rs#L194
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
ordered-channel-test:
tools/integration-test/src/tests/ordered_channel_clear.rs#L203
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
ordered-channel-test
could not compile `ibc-integration-test` (lib test) due to 4 previous errors
|
ordered-channel-test
Process completed with exit code 101.
|
interchain-security-ica (.#gaia13 .#stride-consumer, gaiad,strided, cosmos,stride):
tools/integration-test/src/tests/ica.rs#L72
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
interchain-security-ica (.#gaia13 .#stride-consumer, gaiad,strided, cosmos,stride):
tools/integration-test/src/tests/ica.rs#L198
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
interchain-security-ica (.#gaia13 .#stride-consumer, gaiad,strided, cosmos,stride)
could not compile `ibc-integration-test` (lib test) due to 2 previous errors
|
interchain-security-ica (.#gaia13 .#stride-consumer, gaiad,strided, cosmos,stride)
Process completed with exit code 101.
|
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride):
tools/integration-test/src/tests/ica.rs#L72
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride):
tools/integration-test/src/tests/ica.rs#L198
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride)
could not compile `ibc-integration-test` (lib test) due to 2 previous errors
|
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride)
Process completed with exit code 101.
|
integration-test (wasmd, wasmd, wasm, stake)
Process completed with exit code 100.
|
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)
No push credentials found. Ignoring the 'useDaemon' option.
|
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee):
crates/relayer/src/chain/penumbra/chain.rs#L66
unused import: `BalancesRequest`
|
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee):
crates/relayer/src/chain/penumbra/chain.rs#L676
unused variable: `view_client`
|
|
|
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
integration-test (ibc-go-v7-simapp, simd, cosmos, stake, ica,ics29-fee)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
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)
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#L66
unused import: `BalancesRequest`
|
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee):
crates/relayer/src/chain/penumbra/chain.rs#L676
unused variable: `view_client`
|
|
|
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
integration-test (ibc-go-v8-simapp, simd, cosmos, stake, ica,ics29-fee)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
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#L66
unused import: `BalancesRequest`
|
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee):
crates/relayer/src/chain/penumbra/chain.rs#L676
unused variable: `view_client`
|
|
|
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
integration-test (ibc-go-v6-simapp, simd, cosmos, stake, ica,ics29-fee)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
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 (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#L66
unused import: `BalancesRequest`
|
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq):
crates/relayer/src/chain/penumbra/chain.rs#L676
unused variable: `view_client`
|
|
|
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
integration-test (provenance, provenanced, pb, nhash, fee-grant,async-icq)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
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.
|
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)
No push credentials found. Ignoring the 'useDaemon' option.
|
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#L66
unused import: `BalancesRequest`
|
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee):
crates/relayer/src/chain/penumbra/chain.rs#L676
unused variable: `view_client`
|
|
|
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
integration-test (osmosis, osmosisd, osmo, stake, dynamic-gas-fee)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
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)
Git tree '/home/runner/work/hermes/hermes' is dirty
|
|
|
|
|
interchain-security-icq (.#gaia14 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
interchain-security-icq (.#gaia14 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
|
|
|
|
interchain-security-icq (.#gaia14 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
interchain-security-icq (.#gaia14 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
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)
No push credentials found. Ignoring the 'useDaemon' option.
|
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)
Git tree '/home/runner/work/hermes/hermes' is dirty
|
|
|
|
|
interchain-security-icq (.#gaia13 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
interchain-security-icq (.#gaia13 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
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):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
interchain-security-icq (.#gaia13 .#stride-consumer-no-admin, gaiad,strided, cosmos,stride)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
interchain-security-icq (.#gaia13 .#stride-consumer-no-admin, 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#L66
unused import: `BalancesRequest`
|
model-based-test (gaia6):
crates/relayer/src/chain/penumbra/chain.rs#L676
unused variable: `view_client`
|
model-based-test (gaia6):
crates/relayer/src/chain/penumbra/chain.rs#L673
unused variable: `key_name`
|
model-based-test (gaia6):
crates/relayer/src/chain/penumbra/chain.rs#L674
unused variable: `denom`
|
model-based-test (gaia6):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
model-based-test (gaia6)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
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#L66
unused import: `BalancesRequest`
|
ordered-channel-test:
crates/relayer/src/chain/penumbra/chain.rs#L676
unused variable: `view_client`
|
ordered-channel-test:
crates/relayer/src/chain/penumbra/chain.rs#L673
unused variable: `key_name`
|
ordered-channel-test:
crates/relayer/src/chain/penumbra/chain.rs#L674
unused variable: `denom`
|
ordered-channel-test:
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
ordered-channel-test
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
ordered-channel-test
Git tree '/home/runner/work/hermes/hermes' is dirty
|
ordered-channel-test:
crates/relayer/src/chain/penumbra/chain.rs#L66
unused import: `BalancesRequest`
|
ordered-channel-test:
crates/relayer/src/chain/penumbra/chain.rs#L676
unused variable: `view_client`
|
ordered-channel-test:
crates/relayer/src/chain/penumbra/chain.rs#L673
unused variable: `key_name`
|
ordered-channel-test:
crates/relayer/src/chain/penumbra/chain.rs#L674
unused variable: `denom`
|
ordered-channel-test:
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
ordered-channel-test
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
ordered-channel-test
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)
Git tree '/home/runner/work/hermes/hermes' is dirty
|
interchain-security-ica (.#gaia13 .#stride-consumer, gaiad,strided, cosmos,stride):
crates/relayer/src/chain/penumbra/chain.rs#L66
unused import: `BalancesRequest`
|
|
|
|
interchain-security-ica (.#gaia13 .#stride-consumer, gaiad,strided, cosmos,stride):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
interchain-security-ica (.#gaia13 .#stride-consumer, gaiad,strided, cosmos,stride)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
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#L66
unused import: `BalancesRequest`
|
|
|
|
interchain-security-ica (.#gaia13 .#stride-consumer, gaiad,strided, cosmos,stride):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
interchain-security-ica (.#gaia13 .#stride-consumer, gaiad,strided, cosmos,stride)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
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/
|
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#L66
unused import: `BalancesRequest`
|
|
|
|
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride)
No push credentials found. Ignoring the 'useDaemon' option.
|
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride)
Git tree '/home/runner/work/hermes/hermes' is dirty
|
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride):
crates/relayer/src/chain/penumbra/chain.rs#L66
unused import: `BalancesRequest`
|
|
|
|
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
interchain-security-ica (.#gaia14 .#stride-consumer, gaiad,strided, cosmos,stride)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
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)
Git tree '/home/runner/work/hermes/hermes' is dirty
|
interchain-security-no-ica (.#gaia14 .#neutron, gaiad,neutrond, cosmos,neutron):
crates/relayer/src/chain/penumbra/chain.rs#L66
unused import: `BalancesRequest`
|
|
|
|
interchain-security-no-ica (.#gaia14 .#neutron, gaiad,neutrond, cosmos,neutron):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
interchain-security-no-ica (.#gaia14 .#neutron, gaiad,neutrond, cosmos,neutron)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
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#L66
unused import: `BalancesRequest`
|
|
|
|
interchain-security-no-ica (.#gaia14 .#neutron, gaiad,neutrond, cosmos,neutron):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
interchain-security-no-ica (.#gaia14 .#neutron, gaiad,neutrond, cosmos,neutron)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
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)
Git tree '/home/runner/work/hermes/hermes' is dirty
|
interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron):
crates/relayer/src/chain/penumbra/chain.rs#L66
unused import: `BalancesRequest`
|
|
|
|
interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron):
crates/relayer/src/chain/penumbra/chain.rs#L66
unused import: `BalancesRequest`
|
|
|
|
interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
interchain-security-no-ica (.#gaia13 .#neutron, gaiad,neutrond, cosmos,neutron)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
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)
No push credentials found. Ignoring the 'useDaemon' option.
|
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)
Git tree '/home/runner/work/hermes/hermes' is dirty
|
celestia-to-gaia (.#celestia .#gaia14, celestia-appd,gaiad, celestia,cosmos, utia,stake)
Git tree '/home/runner/work/hermes/hermes' is dirty
|
|
|
|
|
celestia-to-gaia (.#celestia .#gaia14, celestia-appd,gaiad, celestia,cosmos, utia,stake):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
celestia-to-gaia (.#celestia .#gaia14, celestia-appd,gaiad, celestia,cosmos, utia,stake)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
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#L676
variable does not need to be mutable
|
celestia-to-gaia (.#celestia .#gaia14, celestia-appd,gaiad, celestia,cosmos, utia,stake)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
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/
|
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#L676
variable does not need to be mutable
|
celestia-to-gaia (.#celestia .#gaia13, celestia-appd,gaiad, celestia,cosmos, utia,stake)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
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)
Git tree '/home/runner/work/hermes/hermes' is dirty
|
celestia-to-gaia (.#celestia .#gaia13, celestia-appd,gaiad, celestia,cosmos, utia,stake)
Git tree '/home/runner/work/hermes/hermes' is dirty
|
|
|
|
|
celestia-to-gaia (.#celestia .#gaia13, celestia-appd,gaiad, celestia,cosmos, utia,stake):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
celestia-to-gaia (.#celestia .#gaia13, celestia-appd,gaiad, celestia,cosmos, utia,stake)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
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 (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 (wasmd, wasmd, wasm, stake)
No push credentials found. Ignoring the 'useDaemon' option.
|
integration-test (wasmd, wasmd, wasm, stake)
Git tree '/home/runner/work/hermes/hermes' is dirty
|
integration-test (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L66
unused import: `BalancesRequest`
|
integration-test (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L676
unused variable: `view_client`
|
integration-test (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L673
unused variable: `key_name`
|
integration-test (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L674
unused variable: `denom`
|
integration-test (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
integration-test (wasmd, wasmd, wasm, stake)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
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 (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L66
unused import: `BalancesRequest`
|
integration-test (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L676
unused variable: `view_client`
|
integration-test (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L673
unused variable: `key_name`
|
integration-test (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L674
unused variable: `denom`
|
integration-test (wasmd, wasmd, wasm, stake):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
integration-test (wasmd, wasmd, wasm, stake)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
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#L66
unused import: `BalancesRequest`
|
integration-test (migaloo, migalood, migaloo, stake):
crates/relayer/src/chain/penumbra/chain.rs#L676
unused variable: `view_client`
|
integration-test (migaloo, migalood, migaloo, stake):
crates/relayer/src/chain/penumbra/chain.rs#L673
unused variable: `key_name`
|
|
integration-test (migaloo, migalood, migaloo, stake):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
integration-test (migaloo, migalood, migaloo, stake)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
integration-test (migaloo, migalood, migaloo, stake)
Git tree '/home/runner/work/hermes/hermes' is dirty
|
integration-test (migaloo, migalood, migaloo, stake):
crates/relayer/src/chain/penumbra/chain.rs#L66
unused import: `BalancesRequest`
|
integration-test (migaloo, migalood, migaloo, stake):
crates/relayer/src/chain/penumbra/chain.rs#L676
unused variable: `view_client`
|
integration-test (migaloo, migalood, migaloo, stake):
crates/relayer/src/chain/penumbra/chain.rs#L673
unused variable: `key_name`
|
|
integration-test (migaloo, migalood, migaloo, stake):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
integration-test (migaloo, migalood, migaloo, stake)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
integration-test (migaloo, migalood, migaloo, stake)
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):
crates/relayer/src/chain/penumbra/chain.rs#L66
unused import: `BalancesRequest`
|
|
|
|
integration-test (gaia13, gaiad, cosmos, stake, forward-packet,clean-workers):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
integration-test (gaia13, gaiad, cosmos, stake, forward-packet,clean-workers)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
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)
Git tree '/home/runner/work/hermes/hermes' is dirty
|
integration-test (gaia13, gaiad, cosmos, stake, forward-packet,clean-workers):
crates/relayer/src/chain/penumbra/chain.rs#L66
unused import: `BalancesRequest`
|
|
|
|
integration-test (gaia13, gaiad, cosmos, stake, forward-packet,clean-workers):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
integration-test (gaia13, gaiad, cosmos, stake, forward-packet,clean-workers)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
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)
Git tree '/home/runner/work/hermes/hermes' is dirty
|
integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers):
crates/relayer/src/chain/penumbra/chain.rs#L66
unused import: `BalancesRequest`
|
|
|
|
integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers):
crates/relayer/src/chain/penumbra/chain.rs#L66
unused import: `BalancesRequest`
|
|
|
|
integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
integration-test (gaia14, gaiad, cosmos, stake, forward-packet,clean-workers)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
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#L66
unused import: `BalancesRequest`
|
integration-test (juno, junod, juno, stake, juno,forward-packet):
crates/relayer/src/chain/penumbra/chain.rs#L676
unused variable: `view_client`
|
|
|
integration-test (juno, junod, juno, stake, juno,forward-packet):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
integration-test (juno, junod, juno, stake, juno,forward-packet)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|
integration-test (juno, junod, juno, stake, juno,forward-packet)
No push credentials found. Ignoring the 'useDaemon' option.
|
integration-test (juno, junod, juno, stake, juno,forward-packet)
Git tree '/home/runner/work/hermes/hermes' is dirty
|
integration-test (juno, junod, juno, stake, juno,forward-packet):
crates/relayer/src/chain/penumbra/chain.rs#L66
unused import: `BalancesRequest`
|
integration-test (juno, junod, juno, stake, juno,forward-packet):
crates/relayer/src/chain/penumbra/chain.rs#L676
unused variable: `view_client`
|
|
|
integration-test (juno, junod, juno, stake, juno,forward-packet):
crates/relayer/src/chain/penumbra/chain.rs#L676
variable does not need to be mutable
|
integration-test (juno, junod, juno, stake, juno,forward-packet)
`ibc-relayer` (lib) generated 5 warnings (run `cargo fix --lib -p ibc-relayer` to apply 5 suggestions)
|