-
Notifications
You must be signed in to change notification settings - Fork 558
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
ignite relayer fails to transmit packets across multiple paths #3203
Comments
cc @jeronimoalbi Any updates on this? |
@ratankaliani I just replicated the issue locally. Transaction data seems to be right for the case that is not working so I'm assuming the issue might be related to the relayer. Have in mind that the relayer implementation used in the CLI is aimed to help during development but it's not intended to be used in some cases like production environments for example. In the meantime I would encourage you to run a relayer using Hermes or go relayer. |
Thank you for reporting the issue @ratankaliani 👍 |
Thanks for resolving! |
Also @jeronimoalbi is there an ETA on the next release? |
@ratankaliani I'm not aware of a date for the next release but I believe it should come soon. |
Describing Bug
I'm currently having difficulty setting up a relayer locally that handles packets transmitted over multiple paths to 2+ ignite chains.
I have 3 chains: Earth, Mars & Horus and configure connections from Earth -> Mars and Earth -> Horus by running
ignite relayer configure -a
commands with the same source-rpc (Earth) and two different target-rpc's (Mars, Horus).The relayer is only relaying and ack'ing tx's sent from the first path & not the second. Any tips on how to set up the relayer such that it is able to receive & send from more than one path?
Simulating Bug
planetd tx blog send-ibc-post blog channel-0 "Earth->Mars" "Hello Mars, I'm Alice from Earth" --from alice --chain-id earth --home ~/.earth
planetd tx blog send-ibc-post blog channel-1 "Earth->Horus" "Hello Horus, I'm Alice from Earth" --from alice --chain-id earth --home ~/.earth
Output of Relayer
After running both commands, output of relayer is shown below. Relayer is only transmitting packets over the first path!
What version are you using?
v0.25.2
The text was updated successfully, but these errors were encountered: