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

fix(flush): do not short circuit if ack is not available #23

Merged
merged 24 commits into from
May 8, 2024

Conversation

danwt
Copy link

@danwt danwt commented May 7, 2024

closes #22

@danwt danwt changed the title fix(flush): TODO fix(flush): do not short circuit if ack is not available May 8, 2024
@danwt danwt marked this pull request as ready for review May 8, 2024 12:59
Comment on lines +1408 to +1414
if !errors.Is(err, gerr.ErrNotFound) {
return fmt.Errorf("query recv packet: seq: dst: %s: %d: %w", dst.info.ChainID, seq, err)
}
/*
It's possible that an acknowledgement event was not yet published on the dst chain
*/
return nil
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@omritoptix omritoptix merged commit e3595f0 into main-dym May 8, 2024
17 checks passed
@danwt danwt deleted the danwt/22-fix-flush-for-specific-heights branch June 5, 2024 11:35
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.

relayer fails flushing specific packet heights
2 participants