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

Return unit64 based timestamp in packet timeout error message #40

Merged
merged 3 commits into from
Dec 25, 2024

Conversation

dssei
Copy link
Contributor

@dssei dssei commented Dec 24, 2024

Description

IBC packet time out message is returned as time.Unix which converts to a local server time. This leads to non-determinism when we persist this error message.
This PR switches to returning uint64 based timestamps.

Testing

  • unit test

@dssei dssei added this pull request to the merge queue Dec 25, 2024
Merged via the queue into main with commit 19bafba Dec 25, 2024
7 checks passed
@dssei dssei deleted the consistent_ibc_timeout_message branch December 25, 2024 00:38
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

Successfully merging this pull request may close these issues.

3 participants