Skip to content

Do not interrupt apply_block on a received block if applying to head #1399

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

Merged
merged 2 commits into from
Apr 18, 2025

Conversation

heifner
Copy link
Member

@heifner heifner commented Apr 17, 2025

Blocks received during syncing were interrupting apply_block, Only interrupt apply_block on a fork switch. Continue to interrupt speculative blocks when a block is received.

Resolves #1397

@heifner heifner requested review from greg7mdp and linh2931 April 17, 2025 19:17
@heifner heifner added the OCI Work exclusive to OCI team label Apr 17, 2025
@heifner heifner merged commit f4131da into main Apr 18, 2025
36 checks passed
@heifner heifner deleted the GH-1397-interrupt-apply-block branch April 18, 2025 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCI Work exclusive to OCI team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Interrupt of apply block when syncing
3 participants