relayer: add support for penumbra #10751
rust.yml
on: pull_request
fmt
20s
clippy-all-features
7m 28s
clippy-no-default-features
7m 36s
test-stable
10m 17s
msrv
7m 32s
Annotations
31 errors and 8 warnings
fmt
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
clippy-all-features
Unable to create clippy annotations! Reason: HttpError: Resource not accessible by integration
|
clippy-all-features:
crates/relayer/src/chain/penumbra/util.rs#L18
using `clone` on type `CompatMode` which implements the `Copy` trait
|
clippy-all-features:
crates/relayer/src/chain/penumbra/util.rs#L20
using `clone` on type `CompatMode` which implements the `Copy` trait
|
clippy-all-features:
crates/relayer/src/chain/penumbra/util.rs#L21
useless conversion to the same type: `tendermint_rpc::client::CompatMode`
|
clippy-all-features:
crates/relayer/src/chain/penumbra.rs#L528
this expression creates a reference which is immediately dereferenced by the compiler
|
clippy-all-features:
crates/relayer/src/chain/penumbra/util.rs#L18
using `clone` on type `CompatMode` which implements the `Copy` trait
|
clippy-all-features:
crates/relayer/src/chain/penumbra/util.rs#L20
using `clone` on type `CompatMode` which implements the `Copy` trait
|
clippy-all-features:
crates/relayer/src/chain/penumbra/util.rs#L21
useless conversion to the same type: `tendermint_rpc::client::CompatMode`
|
clippy-all-features:
crates/relayer/src/chain/penumbra.rs#L528
this expression creates a reference which is immediately dereferenced by the compiler
|
clippy-all-features:
crates/relayer/src/config.rs#L658
large size difference between variants
|
clippy-no-default-features
Unable to create clippy annotations! Reason: HttpError: Resource not accessible by integration
|
clippy-no-default-features:
crates/relayer/src/chain/penumbra/util.rs#L18
using `clone` on type `CompatMode` which implements the `Copy` trait
|
clippy-no-default-features:
crates/relayer/src/chain/penumbra/util.rs#L20
using `clone` on type `CompatMode` which implements the `Copy` trait
|
clippy-no-default-features:
crates/relayer/src/chain/penumbra/util.rs#L21
useless conversion to the same type: `tendermint_rpc::client::CompatMode`
|
clippy-no-default-features:
crates/relayer/src/chain/penumbra.rs#L528
this expression creates a reference which is immediately dereferenced by the compiler
|
clippy-no-default-features:
crates/relayer/src/chain/penumbra/util.rs#L18
using `clone` on type `CompatMode` which implements the `Copy` trait
|
clippy-no-default-features:
crates/relayer/src/chain/penumbra/util.rs#L20
using `clone` on type `CompatMode` which implements the `Copy` trait
|
clippy-no-default-features:
crates/relayer/src/chain/penumbra/util.rs#L21
useless conversion to the same type: `tendermint_rpc::client::CompatMode`
|
clippy-no-default-features:
crates/relayer/src/chain/penumbra.rs#L528
this expression creates a reference which is immediately dereferenced by the compiler
|
clippy-no-default-features:
crates/relayer/src/config.rs#L658
large size difference between variants
|
test-stable:
tools/integration-test/src/tests/async_icq/simple_query.rs#L338
non-exhaustive patterns: `&ChainConfig::Penumbra(_)` not covered
|
test-stable:
tools/integration-test/src/tests/async_icq/simple_query.rs#L373
non-exhaustive patterns: `&ChainConfig::Penumbra(_)` not covered
|
test-stable:
tools/integration-test/src/tests/channel_upgrade/ica.rs#L317
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
test-stable:
tools/integration-test/src/tests/fee/filter_fees.rs#L34
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
test-stable:
tools/integration-test/src/tests/fee/filter_fees.rs#L186
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
test-stable:
tools/integration-test/src/tests/ordered_channel_clear.rs#L53
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
test-stable:
tools/integration-test/src/tests/ordered_channel_clear.rs#L61
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
test-stable:
tools/integration-test/src/tests/ordered_channel_clear.rs#L199
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
test-stable:
tools/integration-test/src/tests/ordered_channel_clear.rs#L208
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
test-stable:
tools/integration-test/src/tests/ica.rs#L73
non-exhaustive patterns: `&mut ChainConfig::Penumbra(_)` not covered
|
fmt:
crates/relayer/src/chain/penumbra/version.rs#L24
Diff in /home/runner/work/hermes/hermes/crates/relayer/src/chain/penumbra/version.rs
|
fmt:
crates/relayer/src/chain.rs#L4
Diff in /home/runner/work/hermes/hermes/crates/relayer/src/chain.rs
|
fmt:
crates/relayer/src/config.rs#L785
Diff in /home/runner/work/hermes/hermes/crates/relayer/src/config.rs
|
fmt:
crates/relayer/src/foreign_client.rs#L906
Diff in /home/runner/work/hermes/hermes/crates/relayer/src/foreign_client.rs
|
clippy-all-features
It seems that this Action is executed from the forked repository.
|
clippy-all-features
GitHub Actions are not allowed to create Check annotations, when executed for a forked repos. See https://github.com/actions-rs/clippy-check/issues/2 for details.
|
clippy-no-default-features
It seems that this Action is executed from the forked repository.
|
clippy-no-default-features
GitHub Actions are not allowed to create Check annotations, when executed for a forked repos. See https://github.com/actions-rs/clippy-check/issues/2 for details.
|