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

[4.0 -> main] forkdb reset in replay since blocks are signaled #944

Merged
merged 5 commits into from
Apr 1, 2023

Conversation

heifner
Copy link
Member

@heifner heifner commented Mar 31, 2023

Fix for replay where forkdb.root() is null during the write in SHiP for on_accepted_block. 4.0 SHiP calls chain.last_irreversible_block_id() in on_accepted_block which expects forkdb.root() to be valid.

Merges #936 & #938 into main

Resolves #596

@heifner heifner added the OCI Work exclusive to OCI team label Mar 31, 2023
@heifner heifner requested a review from greg7mdp April 1, 2023 18:07
@heifner heifner merged commit 6f1e67b into main Apr 1, 2023
@heifner heifner deleted the GH-596-fork-db-main branch April 1, 2023 23:03
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
Archived in project
Development

Successfully merging this pull request may close these issues.

3.2: when ship node exits with error it usually doesn't start up again properly with snapshot
3 participants