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

Notify the warp_sync when the all_forks finalizes blocks #1656

Merged
merged 2 commits into from
Feb 2, 2024

Conversation

tomaka
Copy link
Contributor

@tomaka tomaka commented Feb 2, 2024

Fix #1651

Before this PR, the warp sync state machine would simply run in parallel completely in isolation and perform a warp sync every 32 blocks.
This PR fixes this by notifying the warp sync state machine when the all_forks state machine finalizes.

Work time: 30mn

@tomaka tomaka added this pull request to the merge queue Feb 2, 2024
@tomaka
Copy link
Contributor Author

tomaka commented Feb 2, 2024

Seems to work like a charm

Merged via the queue into smol-dot:main with commit c0f75b8 Feb 2, 2024
22 checks passed
@tomaka tomaka deleted the fix-1651 branch February 2, 2024 12:08
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.

AllForks should update WarpSync
1 participant