-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Creating a bridge to Axelar testnet - cannot run rly tx link successfully #1304
Comments
hey @ashishchandr70 thanks for opening an issue. can you confirm which version of the relayer you are using? we have added quite a few safeguards in place to handle account sequence errors so it's a bit surprising to see especially with a discrepancy of 5 where we usually see off by one errors. is the wallet you are using to connect the two chains being used anywhere else? |
thanks for the additional information! I will try to find some time before the end of the week to replicate this on my own machine, worst case scenario i can dig in deeper beginning of next week. since i don't have access to your local chain i will try to find another testnet i can use between the axelar testnet |
Hey @jtieri let me know if you have been able to reproduce this on your side. Thanks |
Hey @jtieri any updates on this? I have also opened an issue in the Axelar repo axelarnetwork/axelar-core#2005 so you can also refer to what that team is responding with. Their latest recommendation is to use the Hermes relayer but we would like to avoid taking that rout. Please let me know if you have been able to work on this issue and have found anything. |
Sorry for the late follow up but i was able to confirm that i can create new IBC light clients, connections and channels between other testnets and the Axelar testnet without any errors. I initialized a new path between the Osmosis and Axelar testnets as well as between the Cosmos Hub and Axelar testnets using newly generated keys that were not in use anywhere else. I compiled the relayer from main and below is an example config and some logs. Example config from creating the path between the current Cosmos Hub and Axelar testnets: global:
api-listen-addr: :5183
timeout: 10s
memo: relayer go brrrr
light-cache-size: 20
log-level: ""
chains:
axelartestnet:
type: cosmos
value:
key-directory: /Users/justintieri/.relayer/keys/axelar-testnet-lisbon-3
key: default
chain-id: axelar-testnet-lisbon-3
rpc-addr: https://axelar-testnet-rpc.qubelabs.io:443
account-prefix: axelar
keyring-backend: test
gas-adjustment: 1.2
gas-prices: 0.01uaxl
min-gas-amount: 0
max-gas-amount: 0
debug: false
timeout: 20s
block-timeout: ""
output-format: json
sign-mode: direct
extra-codecs: []
coin-type: 118
signing-algorithm: ""
broadcast-mode: batch
min-loop-duration: 0s
extension-options: []
feegrants: null
cosmoshubtestnet:
type: cosmos
value:
key-directory: /Users/justintieri/.relayer/keys/theta-testnet-001
key: default
chain-id: theta-testnet-001
rpc-addr: https://rpc.testnet.cosmoshub.strange.love:443
account-prefix: cosmos
keyring-backend: test
gas-adjustment: 1.5
gas-prices: 0.01uatom
min-gas-amount: 0
max-gas-amount: 0
debug: false
timeout: 20s
block-timeout: ""
output-format: json
sign-mode: direct
extra-codecs: []
coin-type: 118
signing-algorithm: ""
broadcast-mode: batch
min-loop-duration: 0s
extension-options: []
feegrants: null
paths:
axelar-gaia-test:
src:
chain-id: axelar-testnet-lisbon-3
client-id: 07-tendermint-754
connection-id: connection-568
dst:
chain-id: theta-testnet-001
client-id: 07-tendermint-2572
connection-id: connection-2933
src-channel-filter:
rule: ""
channel-list: []
Logs: $ rly tx link axelar-gaia-test -d --override
2023-11-17T20:10:18.976611Z debug Creating client {"src_chain_id": "axelar-testnet-lisbon-3", "dst_chain_id": "theta-testnet-001", "dst_header_height": 18911468, "trust_period": 144000}
2023-11-17T20:10:19.074195Z debug No client found on source chain tracking the state of counterparty chain; creating client {"src_chain_id": "axelar-testnet-lisbon-3", "dst_chain_id": "theta-testnet-001"}
2023-11-17T20:10:19.089930Z debug Creating client {"src_chain_id": "theta-testnet-001", "dst_chain_id": "axelar-testnet-lisbon-3", "dst_header_height": 10606190, "trust_period": 511200}
2023-11-17T20:10:19.862258Z debug No client found on source chain tracking the state of counterparty chain; creating client {"src_chain_id": "theta-testnet-001", "dst_chain_id": "axelar-testnet-lisbon-3"}
2023-11-17T20:10:23.855432Z info Client Created {"src_chain_id": "theta-testnet-001", "src_client_id": "07-tendermint-2571", "dst_chain_id": "axelar-testnet-lisbon-3"}
2023-11-17T20:10:23.855409Z info Successful transaction {"provider_type": "cosmos", "chain_id": "theta-testnet-001", "gas_used": 100615, "fees": "1214uatom", "fee_payer": "cosmos1876p2hjwwrfp73gj38uld78km2kttveg46vysr", "height": 18911470, "msg_types": ["/ibc.core.client.v1.MsgCreateClient"], "tx_hash": "653D4FDE368126AC894909F9385668874D44558E1B03D7D113ECB7F10F204E30"}
2023-11-17T20:10:24.685880Z info Successful transaction {"provider_type": "cosmos", "chain_id": "axelar-testnet-lisbon-3", "gas_used": 92255, "fees": "980uaxl", "fee_payer": "axelar1pfa7hjhnam5nns70x6j64c6h9tgqnw4k8phlya", "height": 10606191, "msg_types": ["/ibc.core.client.v1.MsgCreateClient"], "tx_hash": "E66927D20D16E5A5E018D35F949738C5D9CD80243652712CA30FB0DF6E2E77E5"}
2023-11-17T20:10:24.685926Z info Client Created {"src_chain_id": "axelar-testnet-lisbon-3", "src_client_id": "07-tendermint-753", "dst_chain_id": "theta-testnet-001"}
2023-11-17T20:10:24.685977Z info Clients created {"src_client_id": "07-tendermint-753", "src_chain_id": "axelar-testnet-lisbon-3", "dst_client_id": "07-tendermint-2571", "dst_chain_id": "theta-testnet-001"}
2023-11-17T20:10:26.696211Z info Starting event processor for connection handshake {"src_chain_id": "axelar-testnet-lisbon-3", "src_client_id": "07-tendermint-753", "dst_chain_id": "theta-testnet-001", "dst_client_id": "07-tendermint-2571"}
2023-11-17T20:10:27.480141Z debug Context done, quitting PathProcessor {"chain_id_1": "axelar-testnet-lisbon-3", "chain_id_2": "theta-testnet-001", "client_id_1": "07-tendermint-753", "client_id_2": "07-tendermint-2571", "error": "context canceled"}
2023-11-17T20:15:46.578082Z debug Creating client {"src_chain_id": "axelar-testnet-lisbon-3", "dst_chain_id": "theta-testnet-001", "dst_header_height": 18911527, "trust_period": 144000}
2023-11-17T20:15:46.687260Z debug No client found on source chain tracking the state of counterparty chain; creating client {"src_chain_id": "axelar-testnet-lisbon-3", "dst_chain_id": "theta-testnet-001"}
2023-11-17T20:15:46.746481Z debug Creating client {"src_chain_id": "theta-testnet-001", "dst_chain_id": "axelar-testnet-lisbon-3", "dst_header_height": 10606251, "trust_period": 511200}
2023-11-17T20:15:47.329605Z debug No client found on source chain tracking the state of counterparty chain; creating client {"src_chain_id": "theta-testnet-001", "dst_chain_id": "axelar-testnet-lisbon-3"}
2023-11-17T20:15:51.014317Z info Client Created {"src_chain_id": "axelar-testnet-lisbon-3", "src_client_id": "07-tendermint-754", "dst_chain_id": "theta-testnet-001"}
2023-11-17T20:15:51.014367Z info Successful transaction {"provider_type": "cosmos", "chain_id": "axelar-testnet-lisbon-3", "gas_used": 92255, "fees": "980uaxl", "fee_payer": "axelar1pfa7hjhnam5nns70x6j64c6h9tgqnw4k8phlya", "height": 10606252, "msg_types": ["/ibc.core.client.v1.MsgCreateClient"], "tx_hash": "EC34D21430255CFF2E33666ACC5E76058A70A2C8E5DFEDCD0AD4A24D37BCBAD1"}
2023-11-17T20:15:52.885575Z info Successful transaction {"provider_type": "cosmos", "chain_id": "theta-testnet-001", "gas_used": 100655, "fees": "1215uatom", "fee_payer": "cosmos1876p2hjwwrfp73gj38uld78km2kttveg46vysr", "height": 18911529, "msg_types": ["/ibc.core.client.v1.MsgCreateClient"], "tx_hash": "D17E9A026F70D1F033BD3F23E003BA0BAA31B3CCFBBA2D1EDDAF30029282892B"}
2023-11-17T20:15:52.885592Z info Client Created {"src_chain_id": "theta-testnet-001", "src_client_id": "07-tendermint-2572", "dst_chain_id": "axelar-testnet-lisbon-3"}
2023-11-17T20:15:52.885642Z info Clients created {"src_client_id": "07-tendermint-754", "src_chain_id": "axelar-testnet-lisbon-3", "dst_client_id": "07-tendermint-2572", "dst_chain_id": "theta-testnet-001"}
2023-11-17T20:15:54.900253Z info Starting event processor for connection handshake {"src_chain_id": "axelar-testnet-lisbon-3", "src_client_id": "07-tendermint-754", "dst_chain_id": "theta-testnet-001", "dst_client_id": "07-tendermint-2572"}
2023-11-17T20:15:59.104807Z info Chain is in sync {"chain_name": "cosmoshubtestnet", "chain_id": "theta-testnet-001"}
2023-11-17T20:16:02.666554Z info Chain is not yet in sync {"chain_name": "axelartestnet", "chain_id": "axelar-testnet-lisbon-3", "latest_queried_block": 10606252, "latest_height": 10606254}
2023-11-17T20:16:03.659002Z info Chain is in sync {"chain_name": "axelartestnet", "chain_id": "axelar-testnet-lisbon-3"}
2023-11-17T20:16:08.360835Z debug Assembled connection handshake message {"path_name": "axelar-gaia-test", "chain_id": "axelar-testnet-lisbon-3", "client_id": "07-tendermint-754", "msg": {"type": "connection_open_init", "client_id": "07-tendermint-754", "cntrprty_client_id": "07-tendermint-2572", "conn_id": "", "cntrprty_conn_id": "", "cntrprty_commitment_prefix": "key_prefix:\"ibc\" "}}
2023-11-17T20:16:08.360984Z debug Will relay messages {"path_name": "axelar-gaia-test", "chain_id": "axelar-testnet-lisbon-3", "client_id": "07-tendermint-754", "msg_0": {"type": "connection_open_init", "client_id": "07-tendermint-754", "cntrprty_client_id": "07-tendermint-2572", "conn_id": "", "cntrprty_conn_id": "", "cntrprty_commitment_prefix": "key_prefix:\"ibc\" "}}
2023-11-17T20:16:09.271309Z debug Message broadcast completed {"path_name": "axelar-gaia-test", "chain_id": "axelar-testnet-lisbon-3", "client_id": "07-tendermint-754", "msg_0": {"type": "connection_open_init", "client_id": "07-tendermint-754", "cntrprty_client_id": "07-tendermint-2572", "conn_id": "", "cntrprty_conn_id": "", "cntrprty_commitment_prefix": "key_prefix:\"ibc\" "}}
2023-11-17T20:16:12.878957Z info Successful transaction {"provider_type": "cosmos", "chain_id": "axelar-testnet-lisbon-3", "gas_used": 166694, "fees": "1873uaxl", "fee_payer": "axelar1pfa7hjhnam5nns70x6j64c6h9tgqnw4k8phlya", "height": 10606256, "msg_types": ["/ibc.core.client.v1.MsgUpdateClient", "/ibc.core.connection.v1.MsgConnectionOpenInit"], "tx_hash": "12F5689214A3463AFB47D8CADBE9C7A93D7863676EFC10E9F093E65B70744607"}
2023-11-17T20:16:19.607440Z debug Assembled connection handshake message {"path_name": "axelar-gaia-test", "chain_id": "theta-testnet-001", "client_id": "07-tendermint-2572", "msg": {"type": "connection_open_try", "client_id": "07-tendermint-754", "cntrprty_client_id": "07-tendermint-2572", "conn_id": "connection-568", "cntrprty_conn_id": "", "cntrprty_commitment_prefix": ""}}
2023-11-17T20:16:19.607568Z debug Will relay messages {"path_name": "axelar-gaia-test", "chain_id": "theta-testnet-001", "client_id": "07-tendermint-2572", "msg_0": {"type": "connection_open_try", "client_id": "07-tendermint-754", "cntrprty_client_id": "07-tendermint-2572", "conn_id": "connection-568", "cntrprty_conn_id": "", "cntrprty_commitment_prefix": ""}}
2023-11-17T20:16:20.192892Z debug Message broadcast completed {"path_name": "axelar-gaia-test", "chain_id": "theta-testnet-001", "client_id": "07-tendermint-2572", "msg_0": {"type": "connection_open_try", "client_id": "07-tendermint-754", "cntrprty_client_id": "07-tendermint-2572", "conn_id": "connection-568", "cntrprty_conn_id": "", "cntrprty_commitment_prefix": ""}}
2023-11-17T20:16:25.855450Z info Successful transaction {"provider_type": "cosmos", "chain_id": "theta-testnet-001", "gas_used": 343085, "fees": "4851uatom", "fee_payer": "cosmos1876p2hjwwrfp73gj38uld78km2kttveg46vysr", "height": 18911535, "msg_types": ["/ibc.core.client.v1.MsgUpdateClient", "/ibc.core.connection.v1.MsgConnectionOpenTry"], "tx_hash": "A57207FCADCDF0F4B582CF8BB3690E4E05125B984D93D87E5AC532B15BD9C651"}
2023-11-17T20:16:29.450642Z debug Waiting to relay connection message until counterparty height has incremented {"path_name": "axelar-gaia-test", "chain_id": "axelar-testnet-lisbon-3", "client_id": "07-tendermint-754", "connection_id": "connection-568", "client_id": "07-tendermint-754", "counterparty_connection_id": "connection-2933", "counterparty_client_id": "07-tendermint-2572", "event_type": "connection_open_ack"}
2023-11-17T20:16:31.703131Z debug Assembled connection handshake message {"path_name": "axelar-gaia-test", "chain_id": "axelar-testnet-lisbon-3", "client_id": "07-tendermint-754", "msg": {"type": "connection_open_ack", "client_id": "07-tendermint-2572", "cntrprty_client_id": "07-tendermint-754", "conn_id": "connection-2933", "cntrprty_conn_id": "connection-568", "cntrprty_commitment_prefix": ""}}
2023-11-17T20:16:31.703169Z debug Will relay messages {"path_name": "axelar-gaia-test", "chain_id": "axelar-testnet-lisbon-3", "client_id": "07-tendermint-754", "msg_0": {"type": "connection_open_ack", "client_id": "07-tendermint-2572", "cntrprty_client_id": "07-tendermint-754", "conn_id": "connection-2933", "cntrprty_conn_id": "connection-568", "cntrprty_commitment_prefix": ""}}
2023-11-17T20:16:32.459123Z debug Message broadcast completed {"path_name": "axelar-gaia-test", "chain_id": "axelar-testnet-lisbon-3", "client_id": "07-tendermint-754", "msg_0": {"type": "connection_open_ack", "client_id": "07-tendermint-2572", "cntrprty_client_id": "07-tendermint-754", "conn_id": "connection-2933", "cntrprty_conn_id": "connection-568", "cntrprty_commitment_prefix": ""}}
2023-11-17T20:16:34.277333Z info Successful transaction {"provider_type": "cosmos", "chain_id": "axelar-testnet-lisbon-3", "gas_used": 302919, "fees": "3507uaxl", "fee_payer": "axelar1pfa7hjhnam5nns70x6j64c6h9tgqnw4k8phlya", "height": 10606260, "msg_types": ["/ibc.core.client.v1.MsgUpdateClient", "/ibc.core.connection.v1.MsgConnectionOpenAck"], "tx_hash": "B999E23D1BB3B568B517EBE1406C5DF36A70B89207177EAB7DA9D7422A5576B3"}
2023-11-17T20:16:40.453252Z debug Assembled connection handshake message {"path_name": "axelar-gaia-test", "chain_id": "theta-testnet-001", "client_id": "07-tendermint-2572", "msg": {"type": "connection_open_confirm", "client_id": "07-tendermint-754", "cntrprty_client_id": "07-tendermint-2572", "conn_id": "connection-568", "cntrprty_conn_id": "connection-2933", "cntrprty_commitment_prefix": ""}}
2023-11-17T20:16:40.453378Z debug Will relay messages {"path_name": "axelar-gaia-test", "chain_id": "theta-testnet-001", "client_id": "07-tendermint-2572", "msg_0": {"type": "connection_open_confirm", "client_id": "07-tendermint-754", "cntrprty_client_id": "07-tendermint-2572", "conn_id": "connection-568", "cntrprty_conn_id": "connection-2933", "cntrprty_commitment_prefix": ""}}
2023-11-17T20:16:40.845323Z debug Message broadcast completed {"path_name": "axelar-gaia-test", "chain_id": "theta-testnet-001", "client_id": "07-tendermint-2572", "msg_0": {"type": "connection_open_confirm", "client_id": "07-tendermint-754", "cntrprty_client_id": "07-tendermint-2572", "conn_id": "connection-568", "cntrprty_conn_id": "connection-2933", "cntrprty_commitment_prefix": ""}}
2023-11-17T20:16:47.107229Z info Successful transaction {"provider_type": "cosmos", "chain_id": "theta-testnet-001", "gas_used": 286063, "fees": "3996uatom", "fee_payer": "cosmos1876p2hjwwrfp73gj38uld78km2kttveg46vysr", "height": 18911539, "msg_types": ["/ibc.core.client.v1.MsgUpdateClient", "/ibc.core.connection.v1.MsgConnectionOpenConfirm"], "tx_hash": "0F6F52FE43E2A4DCF5EE4E720AD1884A80B1BA461C3A12D943EEFFF50AAA8D64"}
2023-11-17T20:16:47.364957Z info Connection handshake termination candidate {"path_name": "axelar-gaia-test", "chain_id": "theta-testnet-001", "client_id": "07-tendermint-2572", "termination_client_id": "07-tendermint-2572", "observed_client_id": "07-tendermint-2572", "termination_counterparty_client_id": "07-tendermint-754", "observed_counterparty_client_id": "07-tendermint-754"}
2023-11-17T20:16:47.364979Z info Found termination condition for connection handshake {"path_name": "axelar-gaia-test", "chain_id": "theta-testnet-001", "client_id": "07-tendermint-2572"}
2023-11-17T20:16:49.317290Z info Starting event processor for channel handshake {"src_chain_id": "axelar-testnet-lisbon-3", "src_port_id": "transfer", "dst_chain_id": "theta-testnet-001", "dst_port_id": "transfer"}
2023-11-17T20:16:50.095128Z info Chain is in sync {"chain_name": "axelartestnet", "chain_id": "axelar-testnet-lisbon-3"}
2023-11-17T20:16:50.896027Z info Chain is in sync {"chain_name": "cosmoshubtestnet", "chain_id": "theta-testnet-001"}
2023-11-17T20:16:53.347618Z debug Assembled channel handshake message {"path_name": "axelar-gaia-test", "chain_id": "axelar-testnet-lisbon-3", "client_id": "07-tendermint-754", "msg": {"type": "channel_open_init", "port_id": "transfer", "channel_id": "", "counterparty_port_id": "transfer", "counterparty_channel_id": "", "connection_id": "connection-568", "counterparty_connection_id": "", "order": "ORDER_UNORDERED", "version": "ics20-1"}}
2023-11-17T20:16:53.347719Z debug Will relay messages {"path_name": "axelar-gaia-test", "chain_id": "axelar-testnet-lisbon-3", "client_id": "07-tendermint-754", "msg_0": {"type": "channel_open_init", "port_id": "transfer", "channel_id": "", "counterparty_port_id": "transfer", "counterparty_channel_id": "", "connection_id": "connection-568", "counterparty_connection_id": "", "order": "ORDER_UNORDERED", "version": "ics20-1"}}
2023-11-17T20:16:54.161805Z debug Message broadcast completed {"path_name": "axelar-gaia-test", "chain_id": "axelar-testnet-lisbon-3", "client_id": "07-tendermint-754", "msg_0": {"type": "channel_open_init", "port_id": "transfer", "channel_id": "", "counterparty_port_id": "transfer", "counterparty_channel_id": "", "connection_id": "connection-568", "counterparty_connection_id": "", "order": "ORDER_UNORDERED", "version": "ics20-1"}}
2023-11-17T20:16:55.502935Z info Successful transaction {"provider_type": "cosmos", "chain_id": "axelar-testnet-lisbon-3", "gas_used": 210127, "fees": "2394uaxl", "fee_payer": "axelar1pfa7hjhnam5nns70x6j64c6h9tgqnw4k8phlya", "height": 10606264, "msg_types": ["/ibc.core.client.v1.MsgUpdateClient", "/ibc.core.channel.v1.MsgChannelOpenInit"], "tx_hash": "F741B7FB7A6AE0B06E83B1D08FF07A3FDADB1E19F783E78523F9AFABA97C7018"}
2023-11-17T20:17:01.897930Z debug Assembled channel handshake message {"path_name": "axelar-gaia-test", "chain_id": "theta-testnet-001", "client_id": "07-tendermint-2572", "msg": {"type": "channel_open_try", "port_id": "transfer", "channel_id": "channel-356", "counterparty_port_id": "transfer", "counterparty_channel_id": "", "connection_id": "connection-568", "counterparty_connection_id": "connection-2933", "order": "ORDER_NONE_UNSPECIFIED", "version": "ics20-1"}}
2023-11-17T20:17:01.898016Z debug Will relay messages {"path_name": "axelar-gaia-test", "chain_id": "theta-testnet-001", "client_id": "07-tendermint-2572", "msg_0": {"type": "channel_open_try", "port_id": "transfer", "channel_id": "channel-356", "counterparty_port_id": "transfer", "counterparty_channel_id": "", "connection_id": "connection-568", "counterparty_connection_id": "connection-2933", "order": "ORDER_NONE_UNSPECIFIED", "version": "ics20-1"}}
2023-11-17T20:17:02.265566Z debug Message broadcast completed {"path_name": "axelar-gaia-test", "chain_id": "theta-testnet-001", "client_id": "07-tendermint-2572", "msg_0": {"type": "channel_open_try", "port_id": "transfer", "channel_id": "channel-356", "counterparty_port_id": "transfer", "counterparty_channel_id": "", "connection_id": "connection-568", "counterparty_connection_id": "connection-2933", "order": "ORDER_NONE_UNSPECIFIED", "version": "ics20-1"}}
2023-11-17T20:17:08.489931Z info Successful transaction {"provider_type": "cosmos", "chain_id": "theta-testnet-001", "gas_used": 313905, "fees": "4414uatom", "fee_payer": "cosmos1876p2hjwwrfp73gj38uld78km2kttveg46vysr", "height": 18911543, "msg_types": ["/ibc.core.client.v1.MsgUpdateClient", "/ibc.core.channel.v1.MsgChannelOpenTry"], "tx_hash": "A609ED1FC86BB7D9D59C0CE4801B4AE669A0AA2CB0CB78A162F360A19E44494F"}
2023-11-17T20:17:14.280218Z debug Assembled channel handshake message {"path_name": "axelar-gaia-test", "chain_id": "axelar-testnet-lisbon-3", "client_id": "07-tendermint-754", "msg": {"type": "channel_open_ack", "port_id": "transfer", "channel_id": "channel-3353", "counterparty_port_id": "transfer", "counterparty_channel_id": "channel-356", "connection_id": "connection-2933", "counterparty_connection_id": "", "order": "ORDER_NONE_UNSPECIFIED", "version": "ics20-1"}}
2023-11-17T20:17:14.280300Z debug Will relay messages {"path_name": "axelar-gaia-test", "chain_id": "axelar-testnet-lisbon-3", "client_id": "07-tendermint-754", "msg_0": {"type": "channel_open_ack", "port_id": "transfer", "channel_id": "channel-3353", "counterparty_port_id": "transfer", "counterparty_channel_id": "channel-356", "connection_id": "connection-2933", "counterparty_connection_id": "", "order": "ORDER_NONE_UNSPECIFIED", "version": "ics20-1"}}
2023-11-17T20:17:15.096078Z debug Message broadcast completed {"path_name": "axelar-gaia-test", "chain_id": "axelar-testnet-lisbon-3", "client_id": "07-tendermint-754", "msg_0": {"type": "channel_open_ack", "port_id": "transfer", "channel_id": "channel-3353", "counterparty_port_id": "transfer", "counterparty_channel_id": "channel-356", "connection_id": "connection-2933", "counterparty_connection_id": "", "order": "ORDER_NONE_UNSPECIFIED", "version": "ics20-1"}}
2023-11-17T20:17:16.777566Z info Successful transaction {"provider_type": "cosmos", "chain_id": "axelar-testnet-lisbon-3", "gas_used": 182673, "fees": "2065uaxl", "fee_payer": "axelar1pfa7hjhnam5nns70x6j64c6h9tgqnw4k8phlya", "height": 10606268, "msg_types": ["/ibc.core.client.v1.MsgUpdateClient", "/ibc.core.channel.v1.MsgChannelOpenAck"], "tx_hash": "C3C0A86274CBC756B1B0210631B5809F12FBF45003B8D2E27A49F2BA49657CB7"}
2023-11-17T20:17:17.556974Z info Successfully created new channel {"chain_name": "axelartestnet", "chain_id": "axelar-testnet-lisbon-3", "channel_id": "channel-356", "connection_id": "connection-568", "port_id": "transfer"}
2023-11-17T20:17:22.910932Z debug Assembled channel handshake message {"path_name": "axelar-gaia-test", "chain_id": "theta-testnet-001", "client_id": "07-tendermint-2572", "msg": {"type": "channel_open_confirm", "port_id": "transfer", "channel_id": "channel-356", "counterparty_port_id": "transfer", "counterparty_channel_id": "channel-3353", "connection_id": "connection-568", "counterparty_connection_id": "", "order": "ORDER_NONE_UNSPECIFIED", "version": ""}}
2023-11-17T20:17:23.322891Z debug Message broadcast completed {"path_name": "axelar-gaia-test", "chain_id": "theta-testnet-001", "client_id": "07-tendermint-2572", "msg_0": {"type": "channel_open_confirm", "port_id": "transfer", "channel_id": "channel-356", "counterparty_port_id": "transfer", "counterparty_channel_id": "channel-3353", "connection_id": "connection-568", "counterparty_connection_id": "", "order": "ORDER_NONE_UNSPECIFIED", "version": ""}}
2023-11-17T20:17:24.869708Z info Successful transaction {"provider_type": "cosmos", "chain_id": "theta-testnet-001", "gas_used": 265416, "fees": "3686uatom", "fee_payer": "cosmos1876p2hjwwrfp73gj38uld78km2kttveg46vysr", "height": 18911546, "msg_types": ["/ibc.core.client.v1.MsgUpdateClient", "/ibc.core.channel.v1.MsgChannelOpenConfirm"], "tx_hash": "88EE9CDA7DD667685DC09F49681FD8A1A4BBE1999F38931B26AE52FC6E0408A0"}
2023-11-17T20:17:25.026757Z info Successfully created new channel {"chain_name": "cosmoshubtestnet", "chain_id": "theta-testnet-001", "channel_id": "channel-3353", "connection_id": "connection-2933", "port_id": "transfer"}
2023-11-17T20:17:25.028042Z info Channel handshake termination candidate {"path_name": "axelar-gaia-test", "chain_id": "theta-testnet-001", "client_id": "07-tendermint-2572", "termination_port_id": "transfer", "observed_port_id": "transfer", "termination_counterparty_port_id": "transfer", "observed_counterparty_port_id": "transfer"}
2023-11-17T20:17:25.028052Z info Found termination condition for channel handshake {"path_name": "axelar-gaia-test", "chain_id": "theta-testnet-001", "client_id": "07-tendermint-2572"}
2023-11-17T20:17:25.028222Z debug Context done, quitting PathProcessor {"chain_id_1": "axelar-testnet-lisbon-3", "chain_id_2": "theta-testnet-001", "client_id_1": "07-tendermint-754", "client_id_2": "07-tendermint-2572", "error": "context canceled"} |
@ashishchandr70 mentioned the following in Slack, "thanks for checking in. I was able to resolve the issues I saw by standing up our own node. In the case of Axelar, the RPC endpoints we were using for their testnet were not reliable and once we stood up our own node, all of our issues went away." closing this issue out now. |
Hi,
I am trying to create a relayer between my local Cosmos chain and Axelar testnet
axelar-testnet-lisbon-3
but runningrly tx link sagaxl --home .relayer --src-port transfer --dst-port transfer --order unordered --version ics20-1
gives the following error:
I have tried this multiple times to create an IBC connection to Axelar testnet but it fails each time with the
account sequence mismatch
error. Here is the relayerconfig.yaml
.At this point, I am not really sure if this is an Axelar specific issue or a general relayer issue so opening this issue here.
Thank you.
The text was updated successfully, but these errors were encountered: