Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

0.46 - Monitoring connection failure during channel handshake #920

@lumtis

Description

@lumtis

Describe the bug
Get following error during channel handshake

 ERROR ThreadId(40) send_tx_with_account_sequence_retry{id=orbit-1}:estimate_gas: failed to simulate tx. propagating error to caller: gRPC call failed with status: status: Unknown, message: "codespace monitoringp code 3: invalid version: got: , expected monitoring-1: channel open try callback failed: failed to execute message; message index: 1", details: [], metadata: MetadataMap { headers: {"content-type": "application/grpc", "x-cosmos-block-height": "36"} }
2022-08-05T07:44:48.606940Z ERROR ThreadId(01) failed ChanOpenTry ChannelSide { chain: BaseChainHandle { chain_id: ChainId { id: "orbit-1", version: 1 }, runtime_sender: Sender { .. } }, client_id: ClientId("07-tendermint-0"), connection_id: ConnectionId("connection-0"), port_id: PortId("monitoringp"), channel_id: None, version: Some(Version("monitoring-1")) }: failed during a transaction submission step to chain 'orbit-1': gRPC call failed with status: status: Unknown, message: "codespace monitoringp code 3: invalid version: got: , expected monitoring-1: channel open try callback failed: failed to execute message; message index: 1", details: [], metadata: MetadataMap { headers: {"content-type": "application/grpc", "x-cosmos-block-height": "36"} }
2022-08-05T07:44:50.135974Z ERROR ThreadId(40) send_tx_with_account_sequence_retry{id=orbit-1}:estimate_gas: failed to simulate tx. propagating error to caller: gRPC call failed with status: status: Unknown, message: "codespace monitoringp code 3: invalid version: got: , expected monitoring-1: channel open try callback failed: failed to execute message; message index: 1", details: [], metadata: MetadataMap { headers: {"content-type": "application/grpc", "x-cosmos-block-height": "37"} }
2022-08-05T07:44:50.136034Z ERROR ThreadId(01) failed ChanOpenTry ChannelSide { chain: BaseChainHandle { chain_id: ChainId { id: "orbit-1", version: 1 }, runtime_sender: Sender { .. } }, client_id: ClientId("07-tendermint-0"), connection_id: ConnectionId("connection-0"), port_id: PortId("monitoringp"), channel_id: None, version: Some(Version("monitoring-1")) }: failed during a transaction submission step to chain 'orbit-1': gRPC call failed with status: status: Unknown, message: "codespace monitoringp code 3: invalid version: got: , expected monitoring-1: channel open try callback failed: failed to execute message; message index: 1", details: [], metadata: MetadataMap { headers: {"content-type": "application/grpc", "x-cosmos-block-height": "37"} }

Potentially Hermes 0.15 doesn't support IBC v5

To Reproduce
Steps to reproduce the behavior:

  1. cd localned
  2. python3 start_spn.py
  3. python3 run_incentivized.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions