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: prevent packet sends with timeout timestamp in the past #4636

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

avahowell
Copy link
Contributor

This is a UX problem noticed in finding the root cause of #4634; packets were allowed to be sent with timeout timestamps that were already expired. We previously prevented packets with already-timed-out timeout heights, this change adds a similar check for timeout timestamps.

@avahowell avahowell added the consensus-breaking breaking change to execution of on-chain data label Jun 17, 2024
@conorsch conorsch merged commit 2034d4f into main Jun 18, 2024
13 checks passed
@conorsch conorsch deleted the withdrawal-timestamp-ux branch June 18, 2024 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
consensus-breaking breaking change to execution of on-chain data
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants