Skip to content

CreateOpenConnections sometimes opens multiple connections on same client_id #1163

@boojamya

Description

@boojamya

Logs provided...

In this case, connection-6 and connection-7 were both opened on noble: "client_id": "07-tendermint-6".
This is on the grand-1 testnet.

Note that it only opened up a channel on connection-6.

cosmos/relayer [main] -> rly version 
version: 2.3.0-rc4-8-gd619c89
commit: d619c89165407762b998b7b5398074c95736c0c9
cosmos-sdk: v0.47.0
go: go1.20.2 darwin/amd64
cosmos/relayer [main] -> rly tx link noble-osmosis -d --override
2023-04-06T22:59:40.583620Z	debug	Creating client	{"src_chain_id": "grand-1", "dst_chain_id": "osmo-test-4", "dst_header_height": 9957438, "trust_period": 1026000}
2023-04-06T22:59:40.616731Z	debug	Creating client	{"src_chain_id": "osmo-test-4", "dst_chain_id": "grand-1", "dst_header_height": 564600, "trust_period": 1540800}
2023-04-06T22:59:40.630646Z	debug	No client found on source chain tracking the state of counterparty chain; creating client	{"src_chain_id": "grand-1", "dst_chain_id": "osmo-test-4"}
2023-04-06T22:59:40.698910Z	debug	No client found on source chain tracking the state of counterparty chain; creating client	{"src_chain_id": "osmo-test-4", "dst_chain_id": "grand-1"}
2023-04-06T22:59:41.532521Z	info	Client Created	{"src_chain_id": "osmo-test-4", "src_client_id": "07-tendermint-4504", "dst_chain_id": "grand-1"}
2023-04-06T22:59:41.532761Z	info	Successful transaction	{"provider_type": "cosmos", "chain_id": "osmo-test-4", "gas_used": 102019, "fees": "4088uosmo", "fee_payer": "osmo1l346jnmhy69lkwyzs43s03vt5hykhxacrrty90", "height": 9957439, "msg_types": ["/ibc.core.client.v1.MsgCreateClient"], "tx_hash": "769AF81735238B9154419D6C45BB5D51AC972A86276EF66794966983BE133E80"}
2023-04-06T22:59:43.792464Z	info	Successful transaction	{"provider_type": "cosmos", "chain_id": "grand-1", "gas_used": 77457, "fees": "", "fee_payer": "noble1zdglcy3u6vywy7whvj6ettq7r0832dccn855eq", "height": 564601, "msg_types": ["/ibc.core.client.v1.MsgCreateClient"], "tx_hash": "33503385C2446D54126A31E579ADA9C1CE05D5F04206D7800D8BB7CFF5285299"}
2023-04-06T22:59:43.792521Z	info	Client Created	{"src_chain_id": "grand-1", "src_client_id": "07-tendermint-6", "dst_chain_id": "osmo-test-4"}
2023-04-06T22:59:43.792748Z	info	Clients created	{"src_client_id": "07-tendermint-6", "src_chain_id": "grand-1", "dst_client_id": "07-tendermint-4504", "dst_chain_id": "osmo-test-4"}
2023-04-06T22:59:44.058901Z	info	Starting event processor for connection handshake	{"src_chain_id": "grand-1", "src_client_id": "07-tendermint-6", "dst_chain_id": "osmo-test-4", "dst_client_id": "07-tendermint-4504"}
2023-04-06T22:59:44.230669Z	debug	Entering main query loop	{"chain_name": "noble", "chain_id": "grand-1"}
2023-04-06T22:59:44.322020Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564601}
2023-04-06T22:59:44.322052Z	info	Chain is not yet in sync	{"chain_name": "noble", "chain_id": "grand-1", "latest_queried_block": 564581, "latest_height": 564601}
2023-04-06T22:59:44.526765Z	debug	Entering main query loop	{"chain_name": "osmosis", "chain_id": "osmo-test-4"}
2023-04-06T22:59:44.568711Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957439}
2023-04-06T22:59:44.568754Z	info	Chain is not yet in sync	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_queried_block": 9957419, "latest_height": 9957439}
2023-04-06T22:59:46.549663Z	debug	Observed IBC message	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "event_type": "create_client", "client_id": "07-tendermint-4504"}
2023-04-06T22:59:46.605832Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957440}
2023-04-06T22:59:46.605873Z	info	Chain is in sync	{"chain_name": "osmosis", "chain_id": "osmo-test-4"}
2023-04-06T22:59:47.613860Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957440}
2023-04-06T22:59:48.068557Z	debug	Observed IBC message	{"chain_name": "noble", "chain_id": "grand-1", "event_type": "create_client", "client_id": "07-tendermint-6"}
2023-04-06T22:59:48.160081Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564601}
2023-04-06T22:59:48.160153Z	info	Chain is in sync	{"chain_name": "noble", "chain_id": "grand-1"}
2023-04-06T22:59:48.606095Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957440}
2023-04-06T22:59:49.159427Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564601}
2023-04-06T22:59:49.596277Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957440}
2023-04-06T22:59:50.161228Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564602}
2023-04-06T22:59:50.446853Z	debug	Assembled connection handshake message	{"path_name": "noble-osmosis", "chain_id": "grand-1", "client_id": "07-tendermint-6", "msg": {"type": "connection_open_init", "client_id": "07-tendermint-6", "cntrprty_client_id": "07-tendermint-4504", "conn_id": "", "cntrprty_conn_id": "", "cntrprty_commitment_prefix": "key_prefix:\"ibc\" "}}
2023-04-06T22:59:50.447283Z	debug	Will relay messages	{"path_name": "noble-osmosis", "chain_id": "grand-1", "client_id": "07-tendermint-6", "msg_0": {"type": "connection_open_init", "client_id": "07-tendermint-6", "cntrprty_client_id": "07-tendermint-4504", "conn_id": "", "cntrprty_conn_id": "", "cntrprty_commitment_prefix": "key_prefix:\"ibc\" "}}
2023-04-06T22:59:50.592151Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957440}
2023-04-06T22:59:50.812518Z	debug	Message broadcast completed	{"path_name": "noble-osmosis", "chain_id": "grand-1", "client_id": "07-tendermint-6", "msg_0": {"type": "connection_open_init", "client_id": "07-tendermint-6", "cntrprty_client_id": "07-tendermint-4504", "conn_id": "", "cntrprty_conn_id": "", "cntrprty_commitment_prefix": "key_prefix:\"ibc\" "}}
2023-04-06T22:59:51.161060Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564602}
2023-04-06T22:59:51.598414Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957441}
2023-04-06T22:59:51.781567Z	debug	Assembled connection handshake message	{"path_name": "noble-osmosis", "chain_id": "grand-1", "client_id": "07-tendermint-6", "msg": {"type": "connection_open_init", "client_id": "07-tendermint-6", "cntrprty_client_id": "07-tendermint-4504", "conn_id": "", "cntrprty_conn_id": "", "cntrprty_commitment_prefix": "key_prefix:\"ibc\" "}}
2023-04-06T22:59:51.781784Z	debug	Will broadcast connection handshake message	{"path_name": "noble-osmosis", "chain_id": "grand-1", "client_id": "07-tendermint-6", "msg": {"type": "connection_open_init", "client_id": "07-tendermint-6", "cntrprty_client_id": "07-tendermint-4504", "conn_id": "", "cntrprty_conn_id": "", "cntrprty_commitment_prefix": "key_prefix:\"ibc\" "}}
2023-04-06T22:59:52.142231Z	debug	Successfully broadcasted connection handshake message	{"path_name": "noble-osmosis", "chain_id": "grand-1", "client_id": "07-tendermint-6", "msg": {"type": "connection_open_init", "client_id": "07-tendermint-6", "cntrprty_client_id": "07-tendermint-4504", "conn_id": "", "cntrprty_conn_id": "", "cntrprty_commitment_prefix": "key_prefix:\"ibc\" "}}
2023-04-06T22:59:52.180872Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564602}
2023-04-06T22:59:52.597457Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957441}
2023-04-06T22:59:53.160291Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564602}
2023-04-06T22:59:53.596360Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957441}
2023-04-06T22:59:54.166189Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564602}
2023-04-06T22:59:54.595535Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957441}
2023-04-06T22:59:54.991231Z	info	Successful transaction	{"provider_type": "cosmos", "chain_id": "grand-1", "gas_used": 117728, "fees": "", "fee_payer": "noble1zdglcy3u6vywy7whvj6ettq7r0832dccn855eq", "height": 564603, "msg_types": ["/ibc.core.client.v1.MsgUpdateClient", "/ibc.core.connection.v1.MsgConnectionOpenInit"], "tx_hash": "C5362AA54890FD9151DA88261E42AC48847DF713A4BF4FE61DC2F141E63B7B09"}
2023-04-06T22:59:55.079834Z	info	Successful transaction	{"provider_type": "cosmos", "chain_id": "grand-1", "gas_used": 118230, "fees": "", "fee_payer": "noble1zdglcy3u6vywy7whvj6ettq7r0832dccn855eq", "height": 564603, "msg_types": ["/ibc.core.client.v1.MsgUpdateClient", "/ibc.core.connection.v1.MsgConnectionOpenInit"], "tx_hash": "C2025CA4FA51E4F22BA069F120FF1DAF37BFD5545B9B5F4977D2ABCB6424F8BA"}
2023-04-06T22:59:55.168747Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564603}
2023-04-06T22:59:55.346436Z	debug	Observed IBC message	{"chain_name": "noble", "chain_id": "grand-1", "event_type": "update_client", "client_id": "07-tendermint-6"}
2023-04-06T22:59:55.347089Z	debug	Observed IBC message	{"chain_name": "noble", "chain_id": "grand-1", "event_type": "connection_open_init", "client_id": "07-tendermint-6", "connection_id": "connection-6", "counterparty_client_id": "07-tendermint-4504", "counterparty_connection_id": ""}
2023-04-06T22:59:55.347171Z	debug	Observed IBC message	{"chain_name": "noble", "chain_id": "grand-1", "event_type": "update_client", "client_id": "07-tendermint-6"}
2023-04-06T22:59:55.347187Z	debug	Observed IBC message	{"chain_name": "noble", "chain_id": "grand-1", "event_type": "connection_open_init", "client_id": "07-tendermint-6", "connection_id": "connection-7", "counterparty_client_id": "07-tendermint-4504", "counterparty_connection_id": ""}
2023-04-06T22:59:55.349150Z	debug	No cached IBC header for client trusted height	{"chain_id": "grand-1", "client_id": "07-tendermint-6", "height": 9957442}
2023-04-06T22:59:55.349217Z	debug	Waiting to relay connection message until counterparty height has incremented	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "connection_id": "", "client_id": "07-tendermint-4504", "counterparty_connection_id": "connection-7", "counterparty_client_id": "07-tendermint-6", "event_type": "connection_open_try"}
2023-04-06T22:59:55.349289Z	debug	Waiting to relay connection message until counterparty height has incremented	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "connection_id": "", "client_id": "07-tendermint-4504", "counterparty_connection_id": "connection-6", "counterparty_client_id": "07-tendermint-6", "event_type": "connection_open_try"}
2023-04-06T22:59:55.614892Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957441}
2023-04-06T22:59:56.167746Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564603}
2023-04-06T22:59:56.600668Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957442}
2023-04-06T22:59:56.692361Z	debug	Waiting to relay connection message until counterparty height has incremented	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "connection_id": "", "client_id": "07-tendermint-4504", "counterparty_connection_id": "connection-7", "counterparty_client_id": "07-tendermint-6", "event_type": "connection_open_try"}
2023-04-06T22:59:56.692510Z	debug	Waiting to relay connection message until counterparty height has incremented	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "connection_id": "", "client_id": "07-tendermint-4504", "counterparty_connection_id": "connection-6", "counterparty_client_id": "07-tendermint-6", "event_type": "connection_open_try"}
2023-04-06T22:59:57.162484Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564603}
2023-04-06T22:59:57.599885Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957442}
2023-04-06T22:59:58.164634Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564603}
2023-04-06T22:59:58.602155Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957442}
2023-04-06T22:59:59.189751Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564603}
2023-04-06T22:59:59.602829Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957442}
2023-04-06T23:00:00.164700Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564603}
2023-04-06T23:00:00.600800Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957442}
2023-04-06T23:00:01.167706Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564604}
2023-04-06T23:00:01.612308Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957443}
2023-04-06T23:00:01.709976Z	debug	Assembled connection handshake message	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "msg": {"type": "connection_open_try", "client_id": "07-tendermint-6", "cntrprty_client_id": "07-tendermint-4504", "conn_id": "connection-7", "cntrprty_conn_id": "", "cntrprty_commitment_prefix": ""}}
2023-04-06T23:00:01.786668Z	debug	Assembled connection handshake message	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "msg": {"type": "connection_open_try", "client_id": "07-tendermint-6", "cntrprty_client_id": "07-tendermint-4504", "conn_id": "connection-6", "cntrprty_conn_id": "", "cntrprty_commitment_prefix": ""}}
2023-04-06T23:00:01.786707Z	debug	Will relay messages	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "msg_0": {"type": "connection_open_try", "client_id": "07-tendermint-6", "cntrprty_client_id": "07-tendermint-4504", "conn_id": "connection-7", "cntrprty_conn_id": "", "cntrprty_commitment_prefix": ""}, "msg_1": {"type": "connection_open_try", "client_id": "07-tendermint-6", "cntrprty_client_id": "07-tendermint-4504", "conn_id": "connection-6", "cntrprty_conn_id": "", "cntrprty_commitment_prefix": ""}}
2023-04-06T23:00:02.041937Z	debug	Message broadcast completed	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "msg_0": {"type": "connection_open_try", "client_id": "07-tendermint-6", "cntrprty_client_id": "07-tendermint-4504", "conn_id": "connection-7", "cntrprty_conn_id": "", "cntrprty_commitment_prefix": ""}, "msg_1": {"type": "connection_open_try", "client_id": "07-tendermint-6", "cntrprty_client_id": "07-tendermint-4504", "conn_id": "connection-6", "cntrprty_conn_id": "", "cntrprty_commitment_prefix": ""}}
2023-04-06T23:00:02.166850Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564604}
2023-04-06T23:00:02.609176Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957443}
2023-04-06T23:00:03.166827Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564604}
2023-04-06T23:00:03.608804Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957443}
2023-04-06T23:00:04.172160Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564604}
2023-04-06T23:00:04.604118Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957443}
2023-04-06T23:00:05.169076Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564604}
2023-04-06T23:00:05.617954Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957443}
2023-04-06T23:00:06.170710Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564604}
2023-04-06T23:00:06.613712Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957443}
2023-04-06T23:00:06.835816Z	info	Successful transaction	{"provider_type": "cosmos", "chain_id": "osmo-test-4", "gas_used": 289832, "fees": "13477uosmo", "fee_payer": "osmo1l346jnmhy69lkwyzs43s03vt5hykhxacrrty90", "height": 9957444, "msg_types": ["/ibc.core.client.v1.MsgUpdateClient", "/ibc.core.connection.v1.MsgConnectionOpenTry", "/ibc.core.connection.v1.MsgConnectionOpenTry"], "tx_hash": "A57084FAE27F9651E42A0DDCE7D5A991B5541D655B6BA88449ED6D0657E74658"}
2023-04-06T23:00:07.173525Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564605}
2023-04-06T23:00:07.608876Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957444}
2023-04-06T23:00:07.697974Z	debug	Observed IBC message	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "event_type": "update_client", "client_id": "07-tendermint-4504"}
2023-04-06T23:00:07.698378Z	debug	Observed IBC message	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "event_type": "connection_open_try", "client_id": "07-tendermint-4504", "connection_id": "connection-3904", "counterparty_client_id": "07-tendermint-6", "counterparty_connection_id": "connection-7"}
2023-04-06T23:00:07.698509Z	debug	Observed IBC message	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "event_type": "connection_open_try", "client_id": "07-tendermint-4504", "connection_id": "connection-3905", "counterparty_client_id": "07-tendermint-6", "counterparty_connection_id": "connection-6"}
2023-04-06T23:00:07.701087Z	debug	Waiting to relay connection message until counterparty height has incremented	{"path_name": "noble-osmosis", "chain_id": "grand-1", "client_id": "07-tendermint-6", "connection_id": "connection-7", "client_id": "07-tendermint-6", "counterparty_connection_id": "connection-3904", "counterparty_client_id": "07-tendermint-4504", "event_type": "connection_open_ack"}
2023-04-06T23:00:07.701217Z	debug	Waiting to relay connection message until counterparty height has incremented	{"path_name": "noble-osmosis", "chain_id": "grand-1", "client_id": "07-tendermint-6", "connection_id": "connection-6", "client_id": "07-tendermint-6", "counterparty_connection_id": "connection-3905", "counterparty_client_id": "07-tendermint-4504", "event_type": "connection_open_ack"}
2023-04-06T23:00:08.172051Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564605}
2023-04-06T23:00:08.611702Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957444}
2023-04-06T23:00:09.175245Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564605}
2023-04-06T23:00:09.623125Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957444}
2023-04-06T23:00:10.177992Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564605}
2023-04-06T23:00:10.616922Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957444}
2023-04-06T23:00:11.176807Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564605}
2023-04-06T23:00:11.613605Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957444}
2023-04-06T23:00:12.176142Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564606}
2023-04-06T23:00:12.347590Z	debug	Waiting to relay connection message until counterparty height has incremented	{"path_name": "noble-osmosis", "chain_id": "grand-1", "client_id": "07-tendermint-6", "connection_id": "connection-7", "client_id": "07-tendermint-6", "counterparty_connection_id": "connection-3904", "counterparty_client_id": "07-tendermint-4504", "event_type": "connection_open_ack"}
2023-04-06T23:00:12.347727Z	debug	Waiting to relay connection message until counterparty height has incremented	{"path_name": "noble-osmosis", "chain_id": "grand-1", "client_id": "07-tendermint-6", "connection_id": "connection-6", "client_id": "07-tendermint-6", "counterparty_connection_id": "connection-3905", "counterparty_client_id": "07-tendermint-4504", "event_type": "connection_open_ack"}
2023-04-06T23:00:12.611987Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957445}
2023-04-06T23:00:12.908744Z	debug	Assembled connection handshake message	{"path_name": "noble-osmosis", "chain_id": "grand-1", "client_id": "07-tendermint-6", "msg": {"type": "connection_open_ack", "client_id": "07-tendermint-4504", "cntrprty_client_id": "07-tendermint-6", "conn_id": "connection-3905", "cntrprty_conn_id": "connection-6", "cntrprty_commitment_prefix": ""}}
2023-04-06T23:00:12.961006Z	debug	Assembled connection handshake message	{"path_name": "noble-osmosis", "chain_id": "grand-1", "client_id": "07-tendermint-6", "msg": {"type": "connection_open_ack", "client_id": "07-tendermint-4504", "cntrprty_client_id": "07-tendermint-6", "conn_id": "connection-3904", "cntrprty_conn_id": "connection-7", "cntrprty_commitment_prefix": ""}}
2023-04-06T23:00:12.961051Z	debug	Will relay messages	{"path_name": "noble-osmosis", "chain_id": "grand-1", "client_id": "07-tendermint-6", "msg_0": {"type": "connection_open_ack", "client_id": "07-tendermint-4504", "cntrprty_client_id": "07-tendermint-6", "conn_id": "connection-3904", "cntrprty_conn_id": "connection-7", "cntrprty_commitment_prefix": ""}, "msg_1": {"type": "connection_open_ack", "client_id": "07-tendermint-4504", "cntrprty_client_id": "07-tendermint-6", "conn_id": "connection-3905", "cntrprty_conn_id": "connection-6", "cntrprty_commitment_prefix": ""}}
2023-04-06T23:00:13.175126Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564606}
2023-04-06T23:00:13.375893Z	debug	Message broadcast completed	{"path_name": "noble-osmosis", "chain_id": "grand-1", "client_id": "07-tendermint-6", "msg_0": {"type": "connection_open_ack", "client_id": "07-tendermint-4504", "cntrprty_client_id": "07-tendermint-6", "conn_id": "connection-3904", "cntrprty_conn_id": "connection-7", "cntrprty_commitment_prefix": ""}, "msg_1": {"type": "connection_open_ack", "client_id": "07-tendermint-4504", "cntrprty_client_id": "07-tendermint-6", "conn_id": "connection-3905", "cntrprty_conn_id": "connection-6", "cntrprty_commitment_prefix": ""}}
2023-04-06T23:00:13.630064Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957445}
2023-04-06T23:00:14.173465Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564606}
2023-04-06T23:00:14.626144Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957445}
2023-04-06T23:00:15.175605Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564606}
2023-04-06T23:00:15.629608Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957445}
2023-04-06T23:00:16.186311Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564606}
2023-04-06T23:00:16.616855Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957446}
2023-04-06T23:00:16.750468Z	debug	Observed IBC message	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "event_type": "update_client", "client_id": "07-tendermint-3419"}
2023-04-06T23:00:17.182935Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564606}
2023-04-06T23:00:17.627497Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957446}
2023-04-06T23:00:17.942360Z	info	Successful transaction	{"provider_type": "cosmos", "chain_id": "grand-1", "gas_used": 294935, "fees": "", "fee_payer": "noble1zdglcy3u6vywy7whvj6ettq7r0832dccn855eq", "height": 564607, "msg_types": ["/ibc.core.client.v1.MsgUpdateClient", "/ibc.core.connection.v1.MsgConnectionOpenAck", "/ibc.core.connection.v1.MsgConnectionOpenAck"], "tx_hash": "007B951D73BCCAFDCFCCE3041E3DBB2B0D0CEAA896EAD86A5A489B2CF1367D93"}
2023-04-06T23:00:18.179718Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564607}
2023-04-06T23:00:18.363455Z	debug	Observed IBC message	{"chain_name": "noble", "chain_id": "grand-1", "event_type": "update_client", "client_id": "07-tendermint-6"}
2023-04-06T23:00:18.363687Z	debug	Observed IBC message	{"chain_name": "noble", "chain_id": "grand-1", "event_type": "connection_open_ack", "client_id": "07-tendermint-6", "connection_id": "connection-7", "counterparty_client_id": "07-tendermint-4504", "counterparty_connection_id": "connection-3904"}
2023-04-06T23:00:18.363707Z	debug	Observed IBC message	{"chain_name": "noble", "chain_id": "grand-1", "event_type": "connection_open_ack", "client_id": "07-tendermint-6", "connection_id": "connection-6", "counterparty_client_id": "07-tendermint-4504", "counterparty_connection_id": "connection-3905"}
2023-04-06T23:00:18.364096Z	debug	Waiting to relay connection message until counterparty height has incremented	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "connection_id": "connection-3904", "client_id": "07-tendermint-4504", "counterparty_connection_id": "connection-7", "counterparty_client_id": "07-tendermint-6", "event_type": "connection_open_confirm"}
2023-04-06T23:00:18.364721Z	debug	Waiting to relay connection message until counterparty height has incremented	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "connection_id": "connection-3905", "client_id": "07-tendermint-4504", "counterparty_connection_id": "connection-6", "counterparty_client_id": "07-tendermint-6", "event_type": "connection_open_confirm"}
2023-04-06T23:00:18.630685Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957446}
2023-04-06T23:00:19.179612Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564607}
2023-04-06T23:00:19.624104Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957446}
2023-04-06T23:00:20.188165Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564607}
2023-04-06T23:00:20.620574Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957446}
2023-04-06T23:00:21.186648Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564607}
2023-04-06T23:00:21.631288Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957447}
2023-04-06T23:00:21.776159Z	debug	Observed IBC message	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "event_type": "update_client", "client_id": "07-tendermint-4388"}
2023-04-06T23:00:21.778999Z	debug	Waiting to relay connection message until counterparty height has incremented	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "connection_id": "connection-3904", "client_id": "07-tendermint-4504", "counterparty_connection_id": "connection-7", "counterparty_client_id": "07-tendermint-6", "event_type": "connection_open_confirm"}
2023-04-06T23:00:21.779036Z	debug	Waiting to relay connection message until counterparty height has incremented	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "connection_id": "connection-3905", "client_id": "07-tendermint-4504", "counterparty_connection_id": "connection-6", "counterparty_client_id": "07-tendermint-6", "event_type": "connection_open_confirm"}
2023-04-06T23:00:22.182933Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564607}
2023-04-06T23:00:22.620849Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957447}
2023-04-06T23:00:23.188187Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564607}
2023-04-06T23:00:23.626031Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957447}
2023-04-06T23:00:24.184195Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564608}
2023-04-06T23:00:24.629098Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957447}
2023-04-06T23:00:24.639823Z	debug	Assembled connection handshake message	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "msg": {"type": "connection_open_confirm", "client_id": "07-tendermint-6", "cntrprty_client_id": "07-tendermint-4504", "conn_id": "connection-7", "cntrprty_conn_id": "connection-3904", "cntrprty_commitment_prefix": ""}}
2023-04-06T23:00:24.641842Z	debug	Assembled connection handshake message	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "msg": {"type": "connection_open_confirm", "client_id": "07-tendermint-6", "cntrprty_client_id": "07-tendermint-4504", "conn_id": "connection-6", "cntrprty_conn_id": "connection-3905", "cntrprty_commitment_prefix": ""}}
2023-04-06T23:00:24.641909Z	debug	Will relay messages	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "msg_0": {"type": "connection_open_confirm", "client_id": "07-tendermint-6", "cntrprty_client_id": "07-tendermint-4504", "conn_id": "connection-7", "cntrprty_conn_id": "connection-3904", "cntrprty_commitment_prefix": ""}, "msg_1": {"type": "connection_open_confirm", "client_id": "07-tendermint-6", "cntrprty_client_id": "07-tendermint-4504", "conn_id": "connection-6", "cntrprty_conn_id": "connection-3905", "cntrprty_commitment_prefix": ""}}
2023-04-06T23:00:24.896105Z	debug	Message broadcast completed	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "msg_0": {"type": "connection_open_confirm", "client_id": "07-tendermint-6", "cntrprty_client_id": "07-tendermint-4504", "conn_id": "connection-7", "cntrprty_conn_id": "connection-3904", "cntrprty_commitment_prefix": ""}, "msg_1": {"type": "connection_open_confirm", "client_id": "07-tendermint-6", "cntrprty_client_id": "07-tendermint-4504", "conn_id": "connection-6", "cntrprty_conn_id": "connection-3905", "cntrprty_commitment_prefix": ""}}
2023-04-06T23:00:25.184313Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564608}
2023-04-06T23:00:25.631822Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957447}
2023-04-06T23:00:26.184996Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564608}
2023-04-06T23:00:26.629313Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957448}
2023-04-06T23:00:26.658692Z	info	Successful transaction	{"provider_type": "cosmos", "chain_id": "osmo-test-4", "gas_used": 185836, "fees": "8279uosmo", "fee_payer": "osmo1l346jnmhy69lkwyzs43s03vt5hykhxacrrty90", "height": 9957448, "msg_types": ["/ibc.core.client.v1.MsgUpdateClient", "/ibc.core.connection.v1.MsgConnectionOpenConfirm", "/ibc.core.connection.v1.MsgConnectionOpenConfirm"], "tx_hash": "A44DE05804EF9FBBCF22685572138C1F659328830DFC8E3BD8828E8E5384F734"}
2023-04-06T23:00:26.720998Z	debug	Observed IBC message	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "event_type": "update_client", "client_id": "07-tendermint-4504"}
2023-04-06T23:00:26.721117Z	debug	Observed IBC message	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "event_type": "connection_open_confirm", "client_id": "07-tendermint-4504", "connection_id": "connection-3904", "counterparty_client_id": "07-tendermint-6", "counterparty_connection_id": "connection-7"}
2023-04-06T23:00:26.721133Z	debug	Observed IBC message	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "event_type": "connection_open_confirm", "client_id": "07-tendermint-4504", "connection_id": "connection-3905", "counterparty_client_id": "07-tendermint-6", "counterparty_connection_id": "connection-6"}
2023-04-06T23:00:26.724064Z	info	Connection handshake termination candidate	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "termination_client_id": "07-tendermint-4504", "observed_client_id": "07-tendermint-4504", "termination_counterparty_client_id": "07-tendermint-6", "observed_counterparty_client_id": "07-tendermint-6"}
2023-04-06T23:00:26.724081Z	info	Connection handshake termination candidate	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "termination_client_id": "07-tendermint-4504", "observed_client_id": "07-tendermint-4504", "termination_counterparty_client_id": "07-tendermint-6", "observed_counterparty_client_id": "07-tendermint-6"}
2023-04-06T23:00:26.724086Z	info	Found termination condition for connection handshake	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504"}
2023-04-06T23:00:26.724099Z	debug	No cached IBC header for client trusted height	{"chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "height": 564609}
2023-04-06T23:00:26.724762Z	debug	Context done, quitting PathProcessor	{"chain_id_1": "grand-1", "chain_id_2": "osmo-test-4", "client_id_1": "07-tendermint-6", "client_id_2": "07-tendermint-4504", "error": "context canceled"}
2023-04-06T23:00:26.978939Z	info	Starting event processor for channel handshake	{"src_chain_id": "grand-1", "src_port_id": "transfer", "dst_chain_id": "osmo-test-4", "dst_port_id": "transfer"}
2023-04-06T23:00:27.146776Z	debug	Entering main query loop	{"chain_name": "noble", "chain_id": "grand-1"}
2023-04-06T23:00:27.235972Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564608}
2023-04-06T23:00:27.235999Z	info	Chain is not yet in sync	{"chain_name": "noble", "chain_id": "grand-1", "latest_queried_block": 564508, "latest_height": 564608}
2023-04-06T23:00:27.402780Z	debug	Entering main query loop	{"chain_name": "osmosis", "chain_id": "osmo-test-4"}
2023-04-06T23:00:27.453714Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957448}
2023-04-06T23:00:27.453819Z	info	Chain is not yet in sync	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_queried_block": 9957348, "latest_height": 9957448}
2023-04-06T23:00:34.017988Z	debug	Observed IBC message	{"chain_name": "noble", "chain_id": "grand-1", "event_type": "create_client", "client_id": "07-tendermint-5"}
2023-04-06T23:00:35.885617Z	debug	Observed IBC message	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "event_type": "create_client", "client_id": "07-tendermint-4504"}
2023-04-06T23:00:36.346519Z	debug	Observed IBC message	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "event_type": "update_client", "client_id": "07-tendermint-4504"}
2023-04-06T23:00:36.346673Z	debug	Observed IBC message	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "event_type": "connection_open_try", "client_id": "07-tendermint-4504", "connection_id": "connection-3904", "counterparty_client_id": "07-tendermint-6", "counterparty_connection_id": "connection-7"}
2023-04-06T23:00:36.346702Z	debug	Observed IBC message	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "event_type": "connection_open_try", "client_id": "07-tendermint-4504", "connection_id": "connection-3905", "counterparty_client_id": "07-tendermint-6", "counterparty_connection_id": "connection-6"}
2023-04-06T23:00:36.575757Z	debug	Observed IBC message	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "event_type": "update_client", "client_id": "07-tendermint-3419"}
2023-04-06T23:00:36.712732Z	debug	Observed IBC message	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "event_type": "update_client", "client_id": "07-tendermint-4388"}
2023-04-06T23:00:36.801786Z	debug	Observed IBC message	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "event_type": "update_client", "client_id": "07-tendermint-4504"}
2023-04-06T23:00:36.801918Z	debug	Observed IBC message	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "event_type": "connection_open_confirm", "client_id": "07-tendermint-4504", "connection_id": "connection-3904", "counterparty_client_id": "07-tendermint-6", "counterparty_connection_id": "connection-7"}
2023-04-06T23:00:36.801939Z	debug	Observed IBC message	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "event_type": "connection_open_confirm", "client_id": "07-tendermint-4504", "connection_id": "connection-3905", "counterparty_client_id": "07-tendermint-6", "counterparty_connection_id": "connection-6"}
2023-04-06T23:00:36.852650Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957450}
2023-04-06T23:00:36.852692Z	info	Chain is not yet in sync	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_queried_block": 9957448, "latest_height": 9957450}
2023-04-06T23:00:36.964802Z	debug	Retaining packet message	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "event_type": "send_packet", "sequence": 6609, "channel_id": "channel-269", "port_id": "transfer", "counterparty_channel_id": "channel-351", "counterparty_port_id": "transfer"}
2023-04-06T23:00:36.965407Z	debug	Observed IBC message	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "event_type": "send_packet", "sequence": 6609, "src_channel": "channel-269", "src_port": "transfer", "dst_channel": "channel-351", "dst_port": "transfer", "timeout_height": 9108743, "timeout_height_revision": 4}
2023-04-06T23:00:37.881238Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957450}
2023-04-06T23:00:37.881401Z	info	Chain is in sync	{"chain_name": "osmosis", "chain_id": "osmo-test-4"}
2023-04-06T23:00:38.849906Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957450}
2023-04-06T23:00:39.851863Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957450}
2023-04-06T23:00:40.859546Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957450}
2023-04-06T23:00:41.855892Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957451}
2023-04-06T23:00:42.859224Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957451}
2023-04-06T23:00:43.801298Z	debug	Observed IBC message	{"chain_name": "noble", "chain_id": "grand-1", "event_type": "create_client", "client_id": "07-tendermint-6"}
2023-04-06T23:00:43.858106Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957451}
2023-04-06T23:00:44.167032Z	debug	Observed IBC message	{"chain_name": "noble", "chain_id": "grand-1", "event_type": "update_client", "client_id": "07-tendermint-6"}
2023-04-06T23:00:44.167771Z	debug	Observed IBC message	{"chain_name": "noble", "chain_id": "grand-1", "event_type": "connection_open_init", "client_id": "07-tendermint-6", "connection_id": "connection-6", "counterparty_client_id": "07-tendermint-4504", "counterparty_connection_id": ""}
2023-04-06T23:00:44.168673Z	debug	Observed IBC message	{"chain_name": "noble", "chain_id": "grand-1", "event_type": "update_client", "client_id": "07-tendermint-6"}
2023-04-06T23:00:44.168691Z	debug	Observed IBC message	{"chain_name": "noble", "chain_id": "grand-1", "event_type": "connection_open_init", "client_id": "07-tendermint-6", "connection_id": "connection-7", "counterparty_client_id": "07-tendermint-4504", "counterparty_connection_id": ""}
2023-04-06T23:00:44.856854Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957451}
2023-04-06T23:00:44.857764Z	debug	Observed IBC message	{"chain_name": "noble", "chain_id": "grand-1", "event_type": "update_client", "client_id": "07-tendermint-6"}
2023-04-06T23:00:44.857864Z	debug	Observed IBC message	{"chain_name": "noble", "chain_id": "grand-1", "event_type": "connection_open_ack", "client_id": "07-tendermint-6", "connection_id": "connection-7", "counterparty_client_id": "07-tendermint-4504", "counterparty_connection_id": "connection-3904"}
2023-04-06T23:00:44.857887Z	debug	Observed IBC message	{"chain_name": "noble", "chain_id": "grand-1", "event_type": "connection_open_ack", "client_id": "07-tendermint-6", "connection_id": "connection-6", "counterparty_client_id": "07-tendermint-4504", "counterparty_connection_id": "connection-3905"}
2023-04-06T23:00:45.128135Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564611}
2023-04-06T23:00:45.128245Z	info	Chain is not yet in sync	{"chain_name": "noble", "chain_id": "grand-1", "latest_queried_block": 564608, "latest_height": 564611}
2023-04-06T23:00:45.856822Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957451}
2023-04-06T23:00:46.125776Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564612}
2023-04-06T23:00:46.125931Z	info	Chain is in sync	{"chain_name": "noble", "chain_id": "grand-1"}
2023-04-06T23:00:46.417803Z	debug	Will relay messages	{"path_name": "noble-osmosis", "chain_id": "grand-1", "client_id": "07-tendermint-6", "msg_0": {"type": "channel_open_init", "port_id": "transfer", "channel_id": "", "counterparty_port_id": "transfer", "counterparty_channel_id": "", "connection_id": "connection-6", "counterparty_connection_id": "", "order": "ORDER_UNORDERED", "version": "ics20-1"}}
2023-04-06T23:00:46.417699Z	debug	Assembled channel handshake message	{"path_name": "noble-osmosis", "chain_id": "grand-1", "client_id": "07-tendermint-6", "msg": {"type": "channel_open_init", "port_id": "transfer", "channel_id": "", "counterparty_port_id": "transfer", "counterparty_channel_id": "", "connection_id": "connection-6", "counterparty_connection_id": "", "order": "ORDER_UNORDERED", "version": "ics20-1"}}
2023-04-06T23:00:46.785343Z	debug	Message broadcast completed	{"path_name": "noble-osmosis", "chain_id": "grand-1", "client_id": "07-tendermint-6", "msg_0": {"type": "channel_open_init", "port_id": "transfer", "channel_id": "", "counterparty_port_id": "transfer", "counterparty_channel_id": "", "connection_id": "connection-6", "counterparty_connection_id": "", "order": "ORDER_UNORDERED", "version": "ics20-1"}}
2023-04-06T23:00:46.852605Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957452}
2023-04-06T23:00:47.130312Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564612}
2023-04-06T23:00:47.854940Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957452}
2023-04-06T23:00:48.127051Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564612}
2023-04-06T23:00:48.860027Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957452}
2023-04-06T23:00:49.126209Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564612}
2023-04-06T23:00:49.860683Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957452}
2023-04-06T23:00:50.127928Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564612}
2023-04-06T23:00:50.864095Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957452}
2023-04-06T23:00:51.128734Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564612}
2023-04-06T23:00:51.728018Z	info	Successful transaction	{"provider_type": "cosmos", "chain_id": "grand-1", "gas_used": 162220, "fees": "", "fee_payer": "noble1zdglcy3u6vywy7whvj6ettq7r0832dccn855eq", "height": 564613, "msg_types": ["/ibc.core.client.v1.MsgUpdateClient", "/ibc.core.channel.v1.MsgChannelOpenInit"], "tx_hash": "74285207FD9B061DB6A02D9C8E0ABAF48F366CA511CC96F76A5A38188D014771"}
2023-04-06T23:00:51.861664Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957453}
2023-04-06T23:00:52.130814Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564613}
2023-04-06T23:00:52.314276Z	debug	Observed IBC message	{"chain_name": "noble", "chain_id": "grand-1", "event_type": "update_client", "client_id": "07-tendermint-6"}
2023-04-06T23:00:52.314705Z	debug	Observed IBC message	{"chain_name": "noble", "chain_id": "grand-1", "event_type": "channel_open_init", "channel_id": "channel-4", "port_id": "transfer", "counterparty_channel_id": "", "counterparty_port_id": "transfer", "connection_id": "connection-6"}
2023-04-06T23:00:52.315721Z	debug	Waiting to relay channel message until counterparty height has incremented	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "channel_id": "", "port_id": "transfer", "counterparty_channel_id": "channel-4", "counterparty_port_id": "transfer", "event_type": "channel_open_try"}
2023-04-06T23:00:52.863805Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957453}
2023-04-06T23:00:53.130553Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564613}
2023-04-06T23:00:53.860228Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957453}
2023-04-06T23:00:54.133032Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564613}
2023-04-06T23:00:54.864496Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957453}
2023-04-06T23:00:55.130021Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564613}
2023-04-06T23:00:55.864504Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957453}
2023-04-06T23:00:56.129369Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564613}
2023-04-06T23:00:56.868141Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957454}
2023-04-06T23:00:56.960348Z	debug	Waiting to relay channel message until counterparty height has incremented	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "channel_id": "", "port_id": "transfer", "counterparty_channel_id": "channel-4", "counterparty_port_id": "transfer", "event_type": "channel_open_try"}
2023-04-06T23:00:57.134770Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564613}
2023-04-06T23:00:57.873270Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957454}
2023-04-06T23:00:58.131394Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564614}
2023-04-06T23:00:58.590595Z	debug	Assembled channel handshake message	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "msg": {"type": "channel_open_try", "port_id": "transfer", "channel_id": "channel-4", "counterparty_port_id": "transfer", "counterparty_channel_id": "", "connection_id": "connection-6", "counterparty_connection_id": "connection-3905", "order": "ORDER_NONE_UNSPECIFIED", "version": "ics20-1"}}
2023-04-06T23:00:58.590674Z	debug	Will relay messages	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "msg_0": {"type": "channel_open_try", "port_id": "transfer", "channel_id": "channel-4", "counterparty_port_id": "transfer", "counterparty_channel_id": "", "connection_id": "connection-6", "counterparty_connection_id": "connection-3905", "order": "ORDER_NONE_UNSPECIFIED", "version": "ics20-1"}}
2023-04-06T23:00:58.837087Z	debug	Message broadcast completed	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "msg_0": {"type": "channel_open_try", "port_id": "transfer", "channel_id": "channel-4", "counterparty_port_id": "transfer", "counterparty_channel_id": "", "connection_id": "connection-6", "counterparty_connection_id": "connection-3905", "order": "ORDER_NONE_UNSPECIFIED", "version": "ics20-1"}}
2023-04-06T23:00:58.870945Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957454}
2023-04-06T23:00:59.132200Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564614}
2023-04-06T23:00:59.902921Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957454}
2023-04-06T23:01:00.133261Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564614}
2023-04-06T23:01:00.863368Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957454}
2023-04-06T23:01:01.132534Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564614}
2023-04-06T23:01:01.860824Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957455}
2023-04-06T23:01:01.948253Z	debug	Observed IBC message	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "event_type": "update_client", "client_id": "07-tendermint-4504"}
2023-04-06T23:01:01.948387Z	debug	Observed IBC message	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "event_type": "channel_open_try", "channel_id": "channel-3651", "port_id": "transfer", "counterparty_channel_id": "channel-4", "counterparty_port_id": "transfer", "connection_id": "connection-3905"}
2023-04-06T23:01:01.951814Z	debug	No cached IBC header for client trusted height	{"chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "height": 564615}
2023-04-06T23:01:01.952013Z	debug	Waiting to relay channel message until counterparty height has incremented	{"path_name": "noble-osmosis", "chain_id": "grand-1", "client_id": "07-tendermint-6", "channel_id": "channel-4", "port_id": "transfer", "counterparty_channel_id": "channel-3651", "counterparty_port_id": "transfer", "event_type": "channel_open_ack"}
2023-04-06T23:01:02.057084Z	info	Successful transaction	{"provider_type": "cosmos", "chain_id": "osmo-test-4", "gas_used": 221325, "fees": "10052uosmo", "fee_payer": "osmo1l346jnmhy69lkwyzs43s03vt5hykhxacrrty90", "height": 9957455, "msg_types": ["/ibc.core.client.v1.MsgUpdateClient", "/ibc.core.channel.v1.MsgChannelOpenTry"], "tx_hash": "703A9DCD23F47004BFAACF79D224B169A4E3B6D2B4E0DCF4617C8E061B62814F"}
2023-04-06T23:01:02.131876Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564614}
2023-04-06T23:01:02.865507Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957455}
2023-04-06T23:01:03.135658Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564615}
2023-04-06T23:01:03.309477Z	debug	Waiting to relay channel message until counterparty height has incremented	{"path_name": "noble-osmosis", "chain_id": "grand-1", "client_id": "07-tendermint-6", "channel_id": "channel-4", "port_id": "transfer", "counterparty_channel_id": "channel-3651", "counterparty_port_id": "transfer", "event_type": "channel_open_ack"}
2023-04-06T23:01:03.949648Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957455}
2023-04-06T23:01:04.135997Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564615}
2023-04-06T23:01:04.869456Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957455}
2023-04-06T23:01:05.136619Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564615}
2023-04-06T23:01:05.870137Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957455}
2023-04-06T23:01:06.132072Z	error	Failed to query node status	{"chain_name": "noble", "chain_id": "grand-1", "attempt": 1, "max_attempts": 5, "error": "failed to query node status: error unmarshalling: invalid character '<' looking for beginning of value"}
2023-04-06T23:01:06.876642Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957456}
2023-04-06T23:01:07.109600Z	debug	Assembled channel handshake message	{"path_name": "noble-osmosis", "chain_id": "grand-1", "client_id": "07-tendermint-6", "msg": {"type": "channel_open_ack", "port_id": "transfer", "channel_id": "channel-3651", "counterparty_port_id": "transfer", "counterparty_channel_id": "channel-4", "connection_id": "connection-3905", "counterparty_connection_id": "", "order": "ORDER_NONE_UNSPECIFIED", "version": "ics20-1"}}
2023-04-06T23:01:07.109635Z	debug	Will relay messages	{"path_name": "noble-osmosis", "chain_id": "grand-1", "client_id": "07-tendermint-6", "msg_0": {"type": "channel_open_ack", "port_id": "transfer", "channel_id": "channel-3651", "counterparty_port_id": "transfer", "counterparty_channel_id": "channel-4", "connection_id": "connection-3905", "counterparty_connection_id": "", "order": "ORDER_NONE_UNSPECIFIED", "version": "ics20-1"}}
2023-04-06T23:01:07.319127Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564615}
2023-04-06T23:01:07.408231Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564615}
2023-04-06T23:01:07.497991Z	debug	Message broadcast completed	{"path_name": "noble-osmosis", "chain_id": "grand-1", "client_id": "07-tendermint-6", "msg_0": {"type": "channel_open_ack", "port_id": "transfer", "channel_id": "channel-3651", "counterparty_port_id": "transfer", "counterparty_channel_id": "channel-4", "connection_id": "connection-3905", "counterparty_connection_id": "", "order": "ORDER_NONE_UNSPECIFIED", "version": "ics20-1"}}
2023-04-06T23:01:07.872837Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957456}
2023-04-06T23:01:08.413659Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564615}
2023-04-06T23:01:08.775147Z	info	Successful transaction	{"provider_type": "cosmos", "chain_id": "grand-1", "gas_used": 135229, "fees": "", "fee_payer": "noble1zdglcy3u6vywy7whvj6ettq7r0832dccn855eq", "height": 564616, "msg_types": ["/ibc.core.client.v1.MsgUpdateClient", "/ibc.core.channel.v1.MsgChannelOpenAck"], "tx_hash": "D16FF0628D4FC3B5DAB53012F7D591304792A755CB0D95BD5E1ED877309AE133"}
2023-04-06T23:01:08.867293Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957456}
2023-04-06T23:01:09.410700Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564616}
2023-04-06T23:01:09.600651Z	debug	Observed IBC message	{"chain_name": "noble", "chain_id": "grand-1", "event_type": "update_client", "client_id": "07-tendermint-6"}
2023-04-06T23:01:09.600797Z	debug	Observed IBC message	{"chain_name": "noble", "chain_id": "grand-1", "event_type": "channel_open_ack", "channel_id": "channel-4", "port_id": "transfer", "counterparty_channel_id": "channel-3651", "counterparty_port_id": "transfer", "connection_id": "connection-6"}
2023-04-06T23:01:09.601108Z	debug	No cached IBC header for client trusted height	{"chain_id": "grand-1", "client_id": "07-tendermint-6", "height": 9957457}
2023-04-06T23:01:09.601215Z	debug	Waiting to relay channel message until counterparty height has incremented	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "channel_id": "channel-3651", "port_id": "transfer", "counterparty_channel_id": "channel-4", "counterparty_port_id": "transfer", "event_type": "channel_open_confirm"}
2023-04-06T23:01:09.866774Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957456}
2023-04-06T23:01:10.412009Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564616}
2023-04-06T23:01:10.872532Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957456}
2023-04-06T23:01:11.414655Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564616}
2023-04-06T23:01:11.873185Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957457}
2023-04-06T23:01:11.972914Z	debug	Waiting to relay channel message until counterparty height has incremented	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "channel_id": "channel-3651", "port_id": "transfer", "counterparty_channel_id": "channel-4", "counterparty_port_id": "transfer", "event_type": "channel_open_confirm"}
2023-04-06T23:01:12.414756Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564616}
2023-04-06T23:01:12.879104Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957457}
2023-04-06T23:01:13.422883Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564616}
2023-04-06T23:01:13.883617Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957457}
2023-04-06T23:01:14.417333Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564617}
2023-04-06T23:01:14.862744Z	debug	Assembled channel handshake message	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "msg": {"type": "channel_open_confirm", "port_id": "transfer", "channel_id": "channel-4", "counterparty_port_id": "transfer", "counterparty_channel_id": "channel-3651", "connection_id": "connection-6", "counterparty_connection_id": "", "order": "ORDER_NONE_UNSPECIFIED", "version": ""}}
2023-04-06T23:01:14.862777Z	debug	Will relay messages	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "msg_0": {"type": "channel_open_confirm", "port_id": "transfer", "channel_id": "channel-4", "counterparty_port_id": "transfer", "counterparty_channel_id": "channel-3651", "connection_id": "connection-6", "counterparty_connection_id": "", "order": "ORDER_NONE_UNSPECIFIED", "version": ""}}
2023-04-06T23:01:14.877098Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957457}
2023-04-06T23:01:15.080756Z	debug	Message broadcast completed	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "msg_0": {"type": "channel_open_confirm", "port_id": "transfer", "channel_id": "channel-4", "counterparty_port_id": "transfer", "counterparty_channel_id": "channel-3651", "connection_id": "connection-6", "counterparty_connection_id": "", "order": "ORDER_NONE_UNSPECIFIED", "version": ""}}
2023-04-06T23:01:15.418732Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564617}
2023-04-06T23:01:15.888248Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957457}
2023-04-06T23:01:16.421877Z	debug	Queried latest height	{"chain_name": "noble", "chain_id": "grand-1", "latest_height": 564617}
2023-04-06T23:01:16.874650Z	debug	Queried latest height	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "latest_height": 9957458}
2023-04-06T23:01:16.977354Z	debug	Observed IBC message	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "event_type": "update_client", "client_id": "07-tendermint-4504"}
2023-04-06T23:01:16.977459Z	debug	Observed IBC message	{"chain_name": "osmosis", "chain_id": "osmo-test-4", "event_type": "channel_open_confirm", "channel_id": "channel-3651", "port_id": "transfer", "counterparty_channel_id": "channel-4", "counterparty_port_id": "transfer", "connection_id": "connection-3905"}
2023-04-06T23:01:16.979354Z	info	Channel handshake termination candidate	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "termination_port_id": "transfer", "observed_port_id": "transfer", "termination_counterparty_port_id": "transfer", "observed_counterparty_port_id": "transfer"}
2023-04-06T23:01:16.979444Z	info	Found termination condition for channel handshake	{"path_name": "noble-osmosis", "chain_id": "osmo-test-4", "client_id": "07-tendermint-4504"}
2023-04-06T23:01:16.979461Z	debug	No cached IBC header for client trusted height	{"chain_id": "osmo-test-4", "client_id": "07-tendermint-4504", "height": 564618}
2023-04-06T23:01:16.979586Z	debug	Context done, quitting PathProcessor	{"chain_id_1": "grand-1", "chain_id_2": "osmo-test-4", "client_id_1": "07-tendermint-6", "client_id_2": "07-tendermint-4504", "error": "context canceled"}

Metadata

Metadata

Assignees

No one assigned

    Labels

    T: Bug 🪲TYPE: Inconsistencies or issues which will cause an issue or problem for users or implementors.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions