-
Notifications
You must be signed in to change notification settings - Fork 618
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
ICS20-V2 Path Forwarding E2E Tests #6578
Comments
I'll start by taking the following one:
|
Just a note to remember to update the |
I discussed with @chatton on this one and it doesn't seem like we have a way to cause a timeout on e2e tests. We could arrange something like creating a relayer that only watches A->B, wait for timeout, and then update it to watch B to C, but that would be ugly and not possible to do cleanly right now. Right now we do have an integration timeout test ( |
All tests have been completed 🥳 Shout-out to @bznein for taking care of all these tests! |
Summary
Tracking issue for ICS20-V2 Path Forwarding E2E tests
Tests:
ics20-2
channels between A and B, and between B and C, perform a successful transfer of tokens from A to C through B. [Nikolas] (test) Test that tokens are successfully forwarded from A to C through B #6758ics20-2
channels between A and B, and between B and C, send first tokens from A to B, and then perform a successful unwind + forward transfer of the IBC tokens from B to C through A. Topology: A -> B -> C, and A -> C. [Nikolas] (test) - Three chains path forwarding with unwind #6778ics20-2
channels between A and B, and between B and C, perform a transfer of tokens from A to C through B, where the hop between B and C will fail. (tests): e2e test for failed forwarding #6876ics20-1
channels between A and B and B and C, perform a successful channel upgrade from v1 to v2 for both channels and send tokens from A to C through B. [Nikolas] (test) Add test for path forwarding with channel upgrade #6793memo
triggers the execution of a callback only on the final destination. [Nikolas] (test) Add tests for callback execution when forwarding a packet #6805For Admin Use
The text was updated successfully, but these errors were encountered: