We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sometimes e2e tests are failing on
channel, err := ibc.GetTransferChannel(ctx, r, eRep, rollapp1.Config().ChainID, dymension.Config().ChainID) require.NoError(t, err)
with error no channels exist on source chain: %!w(<nil>) Example workflow run https://github.com/dymensionxyz/e2e-tests/actions/runs/8325457478/job/22779139434?pr=22 This error can randomly occur.
no channels exist on source chain: %!w(<nil>)
The text was updated successfully, but these errors were encountered:
Any progress?
Sorry, something went wrong.
Related issue
Error: "[{STATE_OPEN ORDER_UNORDERED {transfer channel-0} [connection-0] ics20-1 transfer channel-0}]" should have 2 item(s), but has 1
would be great to fix both as part of this ticket
close as resolved in #64
anhductn2001
trinitys7
No branches or pull requests
Sometimes e2e tests are failing on
with error
no channels exist on source chain: %!w(<nil>)
Example workflow run https://github.com/dymensionxyz/e2e-tests/actions/runs/8325457478/job/22779139434?pr=22
This error can randomly occur.
The text was updated successfully, but these errors were encountered: