Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keep sending channel_close_confirm to dst chain after channel close successfully #1323

Closed
mmsqe opened this issue Nov 8, 2023 · 0 comments · Fixed by #1326
Closed

keep sending channel_close_confirm to dst chain after channel close successfully #1323

mmsqe opened this issue Nov 8, 2023 · 0 comments · Fixed by #1326

Comments

@mmsqe
Copy link
Contributor

mmsqe commented Nov 8, 2023

when reopen ica account after channel get closed due to timeout msg, same channel key not get deleted in SrcMsgChannelCloseInit after DeleteMessages, for more info:

2023-11-08T03:16:43.5652014Z 2023-11-08T03:16:43.564637Z info Successful transaction {"provider_type": "cosmos", "chain_id": "chainmain-1", "gas_used": 153220, "fees": "164744000000basecro", "fee_payer": "cro1u08u5dvtnpmlpdq333uj9tcj75yceggszxpnsy", "height": 75, "msg_types": ["/ibc.core.client.v1.MsgUpdateClient", "/ibc.core.channel.v1.MsgChannelCloseConfirm"], "tx_hash": "926F71DAC9776EDEA471B2B4F3BA20459734E8D17C98D726D35D202EED36A224"} 2023-11-08T03:16:44.3265896Z 2023-11-08T03:16:44.326297Z debug Queried block {"chain_name": "cronos_777-1", "chain_id": "cronos_777-1", "height": 75, "latest": 75, "delta": 0} 2023-11-08T03:16:44.3277067Z 2023-11-08T03:16:44.327499Z debug Queried block {"chain_name": "chainmain-1", "chain_id": "chainmain-1", "height": 75, "latest": 75, "delta": 0} 2023-11-08T03:16:44.3282835Z 2023-11-08T03:16:44.328116Z debug Observed IBC message {"chain_name": "chainmain-1", "chain_id": "chainmain-1", "event_type": "update_client", "client_id": "07-tendermint-0"} 2023-11-08T03:16:44.3290943Z 2023-11-08T03:16:44.328767Z debug Observed IBC message {"chain_name": "chainmain-1", "chain_id": "chainmain-1", "event_type": "channel_close_confirm", "channel_id": "channel-1", "port_id": "icahost", "counterparty_channel_id": "channel-1", "counterparty_port_id": "icacontroller-crc1dp2zh5ftg86a28tzstk8mywh6rtcu3gr08l7s9", "connection_id": "connection-0"} 2023-11-08T03:16:44.3579851Z 2023-11-08T03:16:44.357421Z debug Assembled channel handshake message {"path_name": "chainmain-cronos", "chain_id": "chainmain-1", "client_id": "07-tendermint-0", "msg": {"type": "channel_close_confirm", "port_id": "icacontroller-crc1dp2zh5ftg86a28tzstk8mywh6rtcu3gr08l7s9", "channel_id": "channel-1", "counterparty_port_id": "icahost", "counterparty_channel_id": "channel-1", "connection_id": "", "counterparty_connection_id": "", "order": "ORDER_ORDERED", "version": ""}} 2023-11-08T03:16:44.3587328Z 2023-11-08T03:16:44.357693Z debug Will relay messages {"path_name": "chainmain-cronos", "chain_id": "chainmain-1", "client_id": "07-tendermint-0", "msg_0": {"type": "channel_close_confirm", "port_id": "icacontroller-crc1dp2zh5ftg86a28tzstk8mywh6rtcu3gr08l7s9", "channel_id": "channel-1", "counterparty_port_id": "icahost", "counterparty_channel_id": "channel-1", "connection_id": "", "counterparty_connection_id": "", "order": "ORDER_ORDERED", "version": ""}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant