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

ICS 004: SendPacket interface should return the packet sequence #819

Closed
colin-axner opened this issue Aug 15, 2022 · 1 comment · Fixed by #922
Closed

ICS 004: SendPacket interface should return the packet sequence #819

colin-axner opened this issue Aug 15, 2022 · 1 comment · Fixed by #922
Labels
tao Transport, authentication, & ordering layer.

Comments

@colin-axner
Copy link
Contributor

SendPacket now gets the next send sequence and includes it in the packet as the packet sequence. Applications calling this function will not know which sequence belongs to a SendPacket call unless the sequence is returned. Thus, I recommend that the packet sequence be returned in a SendPacket call. This is analogous to sending a package and receiving a tracking number

@colin-axner colin-axner changed the title ICS 004: SendPacket interface should returnt the packet sequence ICS 004: SendPacket interface should return the packet sequence Aug 15, 2022
@crodriguezvega crodriguezvega added the tao Transport, authentication, & ordering layer. label Aug 16, 2022
@crodriguezvega crodriguezvega moved this to Todo in IBC specs Aug 16, 2022
@crodriguezvega
Copy link
Contributor

I believe when this PR is merged ibc-go will have implemented this, so it will be ahead of the spec.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tao Transport, authentication, & ordering layer.
Projects
Status: Backlog
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants