This repository was archived by the owner on Jun 18, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Copy link
Copy link
Closed
Description
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:
cd localnedpython3 start_spn.pypython3 run_incentivized.py
Metadata
Metadata
Assignees
Labels
No labels