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

IBC testing endpoint should use new SendPacket API #2452

Closed
AdityaSripal opened this issue Sep 30, 2022 · 0 comments · Fixed by #2567
Closed

IBC testing endpoint should use new SendPacket API #2452

AdityaSripal opened this issue Sep 30, 2022 · 0 comments · Fixed by #2567
Assignees
Labels
testing Testing package and unit/integration tests
Milestone

Comments

@AdityaSripal
Copy link
Member

#1703 improves the SendPacket API so that the packet does not need to be preconstructed by the caller.

The testing library already does this for the most part, and uses Endpoint.SendPacket which still expects the full packet to be sent in.

It would be good to eventually change this to also not require the full packet construction. However, this will generate a lot of diffs since it will touch many ibc tests. We may also want to return the sequence in Endpoint.SendPacket.

I don't believe that this should block 6.0

@crodriguezvega crodriguezvega added the testing Testing package and unit/integration tests label Oct 3, 2022
@crodriguezvega crodriguezvega added this to the v6.0.0 milestone Oct 3, 2022
@crodriguezvega crodriguezvega self-assigned this Oct 20, 2022
@crodriguezvega crodriguezvega linked a pull request Oct 22, 2022 that will close this issue
9 tasks
faddat added a commit to notional-labs/ibc-go that referenced this issue Oct 23, 2022
…-endpoint-should-use-new-sendpacket-api' into 463
@faddat faddat mentioned this issue Oct 23, 2022
9 tasks
faddat added a commit to notional-labs/ibc-go that referenced this issue Oct 25, 2022
…-testing-endpoint-should-use-new-sendpacket-api' into 463"

This reverts commit c80ae83, reversing
changes made to e4f911c.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Testing package and unit/integration tests
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants