-
Notifications
You must be signed in to change notification settings - Fork 585
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
Comments
9 tasks
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#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
The text was updated successfully, but these errors were encountered: