Skip to content

Implement mock cosmos chain using ibc-rs, tendermint-rs and basecoin libs #4911

Implement mock cosmos chain using ibc-rs, tendermint-rs and basecoin libs

Implement mock cosmos chain using ibc-rs, tendermint-rs and basecoin libs #4911

Triggered via pull request August 25, 2023 23:45
Status Success
Total duration 5m 21s
Artifacts

cargo-doc.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 15 warnings
this `if` branch is empty: crates/relayer/src/chain/cosmos.rs#L572
error: this `if` branch is empty --> crates/relayer/src/chain/cosmos.rs:572:9 | 572 | if prove {} | ^^^^^^^^^^^ help: you can remove it | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_if = note: `#[deny(clippy::needless_if)]` implied by `#[deny(warnings)]`
unnecessary hashes around raw string literal: crates/relayer/src/error.rs#L693
error: unnecessary hashes around raw string literal --> crates/relayer/src/error.rs:693:20 | 693 | Regex::new(r#"account sequence mismatch, expected (?P<expected>\d+), got (?P<got>\d+)"#) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `r"account sequence mismatch, expected (?P<expected>\d+), got (?P<got>\d+)"` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes note: the lint level is defined here --> crates/relayer/src/lib.rs:3:5 | 3 | warnings, | ^^^^^^^^ = note: `#[deny(clippy::needless_raw_string_hashes)]` implied by `#[deny(warnings)]`
this `if` branch is empty: crates/relayer/src/chain/cosmos.rs#L572
error: this `if` branch is empty --> crates/relayer/src/chain/cosmos.rs:572:9 | 572 | if prove {} | ^^^^^^^^^^^ help: you can remove it | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_if = note: `#[deny(clippy::needless_if)]` implied by `#[deny(warnings)]`
unnecessary hashes around raw string literal: crates/relayer/src/error.rs#L693
error: unnecessary hashes around raw string literal --> crates/relayer/src/error.rs:693:20 | 693 | Regex::new(r#"account sequence mismatch, expected (?P<expected>\d+), got (?P<got>\d+)"#) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `r"account sequence mismatch, expected (?P<expected>\d+), got (?P<got>\d+)"` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes note: the lint level is defined here --> crates/relayer/src/lib.rs:3:5 | 3 | warnings, | ^^^^^^^^ = note: `#[deny(clippy::needless_raw_string_hashes)]` implied by `#[deny(warnings)]`
cargo-doc
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/
cargo-doc: crates/relayer-components/src/chain/traits/message_sender.rs#L48
unresolved link to `crate::transaction::impls::message_sender::SendMessagesAsTx`
cargo-doc: crates/relayer-components/src/chain/traits/types/ibc.rs#L93
unresolved link to `crate::relay::impls::message_senders::update_client::SendIbcMessagesWithUpdateClient`
cargo-doc: crates/relayer-components/src/chain/traits/types/message.rs#L47
unresolved link to `crate::relay::traits::messages::update_client::CanBuildUpdateClientMessage`
cargo-doc: crates/relayer-components/src/chain/traits/types/packet.rs#L20
unresolved link to `Self::incoming_packet_src_channel_id`
cargo-doc: crates/relayer-components/src/relay/mod.rs#L24
unresolved link to `traits::messages::update_client::CanBuildUpdateClientMessage`
cargo-doc: crates/relayer-components/src/relay/types/relay_to_chain.rs#L27
unresolved link to `crate::relay::impls::message_senders::update_client::SendIbcMessagesWithUpdateClient`
cargo-doc: crates/relayer-components/src/transaction/traits/signer.rs#L16
unresolved link to `crate::transaction::traits::nonce::NonceAllocator`
cargo-doc
`ibc-relayer-components` (lib doc) generated 7 warnings
cargo-doc: crates/relayer-components-extra/src/relay/components/auto_relayers/parallel_bidirectional.rs#L13
unresolved link to `ibc_relayer_components::relay::impls::auto_relayers::concurrent_bidirectional::ConcurrentBidirectionalRelayer`
cargo-doc: crates/relayer-components-extra/src/relay/components/auto_relayers/parallel_two_way.rs#L13
unresolved link to `ibc_relayer_components::relay::impls::auto_relayers::concurrent_two_way::ConcurrentTwoWayAutoRelay`
cargo-doc
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/
cargo-doc
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/
cargo-doc
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/
cargo-doc
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/