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

consensus: Improve error handling for failed missing block requests #2886

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

jsdanielh
Copy link
Member

Improve error handling for failed missing block requests in the block queue by removing from the buffer the block successor chain if a request for a missing block failed.

Pull request checklist

  • All tests pass. The project builds and runs.
  • I have resolved any merge conflicts.
  • I have resolved all clippy and rustfmt warnings.

@jsdanielh jsdanielh force-pushed the jsdanielh/fix branch 3 times, most recently from 11e2444 to eca631c Compare September 5, 2024 11:15
Copy link
Member

@ii-cruz ii-cruz left a comment

Choose a reason for hiding this comment

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

This has a couple of clippy warnings. Besides that it's good to go

@jsdanielh
Copy link
Member Author

This has a couple of clippy warnings. Besides that it's good to go

@viquezclaudio fixed them in albatross already. Rebased branch to reflect them here

Improve error handling for failed missing block requests in the block
queue by removing from the buffer the block successor chain if a
request for a missing block failed.
@jsdanielh jsdanielh merged commit d9bb281 into albatross Sep 20, 2024
7 checks passed
@jsdanielh jsdanielh deleted the jsdanielh/fix branch September 20, 2024 22:21
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