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

ICS04: Timeouts for Packet receiving #5081

Closed
mossid opened this issue Sep 20, 2019 · 1 comment
Closed

ICS04: Timeouts for Packet receiving #5081

mossid opened this issue Sep 20, 2019 · 1 comment

Comments

@mossid
Copy link
Contributor

mossid commented Sep 20, 2019

Packet timeouts are defined under Timeouts in ICS04. The current implementation does not receive timeout packets, but except that no timeout logics are implemented.

Sending end

timeoutPacket may be implemented as

Manager.Timeout(ctx sdk.Context, proofs []commitment.Proof, height uint64, portid, chanid string, packet Packet, nextSequenceReceive uint64)

Timing-out on close

timeoutOnClose may be implemented as

Manager.TimeoutOnClose(ctx sdk.Context, proofs []commitment.Proof, height uint64, portid, chanid string, packet Packet)

@mossid mossid added the x/ibc label Sep 20, 2019
@mossid mossid changed the title ICS04: Packet timeout ICS04: Timeouts for Packet receiving Sep 20, 2019
@mossid mossid mentioned this issue Oct 1, 2019
5 tasks
@alexanderbez alexanderbez added this to the IBC Implementation & Integration milestone Oct 1, 2019
@fedekunze fedekunze modified the milestones: IBC Implementation & Integration, IBC Implementation Dec 10, 2019
@fedekunze
Copy link
Collaborator

Closed via #4548

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