Skip to content

Merge upstream changes from informalsystems/hermes #21

Merge upstream changes from informalsystems/hermes

Merge upstream changes from informalsystems/hermes #21

Triggered via pull request April 5, 2024 20:50
Status Success
Total duration 18s
Artifacts

guide.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
unused import: `msgs::send_tx::MsgSendTx`: tools/integration-test/src/tests/interchain_security/ica_transfer.rs#L10
error: unused import: `msgs::send_tx::MsgSendTx` --> tools/integration-test/src/tests/interchain_security/ica_transfer.rs:10:34 | 10 | cosmos_tx::CosmosTx, msgs::send_tx::MsgSendTx, packet_data::InterchainAccountPacketData, | ^^^^^^^^^^^^^^^^^^^^^^^^
unused imports: `chain::tracking::TrackedMsgs`, `event::IbcEventWithHeight`: tools/integration-test/src/tests/interchain_security/ica_transfer.rs#L6
error: unused imports: `chain::tracking::TrackedMsgs`, `event::IbcEventWithHeight` --> tools/integration-test/src/tests/interchain_security/ica_transfer.rs:6:19 | 6 | use ibc_relayer::{chain::tracking::TrackedMsgs, event::IbcEventWithHeight}; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_imports)]`
cannot find function `interchain_send_tx` in this scope: tools/integration-test/src/tests/interchain_security/ica_transfer.rs#L143
error[E0425]: cannot find function `interchain_send_tx` in this scope --> tools/integration-test/src/tests/interchain_security/ica_transfer.rs:143:26 | 143 | let ica_events = interchain_send_tx( | ^^^^^^^^^^^^^^^^^^ not found in this scope | help: consider importing this function | 4 + use ibc_test_framework::util::interchain_security::interchain_send_tx; |