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

fix: no channels exist on source chain: %!w(<nil>) #49

Closed
pgoos opened this issue Mar 18, 2024 · 3 comments
Closed

fix: no channels exist on source chain: %!w(<nil>) #49

pgoos opened this issue Mar 18, 2024 · 3 comments
Assignees

Comments

@pgoos
Copy link
Contributor

pgoos commented Mar 18, 2024

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.

@pgoos
Copy link
Contributor Author

pgoos commented Mar 21, 2024

Any progress?

@pgoos
Copy link
Contributor Author

pgoos commented Mar 21, 2024

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

@trinitys7
Copy link
Contributor

close as resolved in #64

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

No branches or pull requests

3 participants