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 chain halt logic so that the halt occurs after ABCI commit phase #1798

Closed
Tracked by #1790 ...
plaidfinch opened this issue Jan 5, 2023 · 0 comments · Fixed by #2055
Closed
Tracked by #1790 ...

Fix chain halt logic so that the halt occurs after ABCI commit phase #1798

plaidfinch opened this issue Jan 5, 2023 · 0 comments · Fixed by #2055
Assignees
Labels
A-governance Area: Governance E-week
Milestone

Comments

@plaidfinch
Copy link
Collaborator

plaidfinch commented Jan 5, 2023

If the chain halts before ABCI commit, then restarting the chain will get stuck in a loop processing the same block and halting over and over again, rather than continuing afterwards. Instead of immediately calling process::exit, we should signal to the consensus worker that the chain should halt after the block is committed to storage.

@plaidfinch plaidfinch added the A-governance Area: Governance label Jan 5, 2023
@plaidfinch plaidfinch self-assigned this Jan 5, 2023
@redshiftzero redshiftzero assigned erwanor and unassigned plaidfinch Jan 6, 2023
@redshiftzero redshiftzero moved this to Testnet 40: Themisto in Testnets Jan 6, 2023
@redshiftzero redshiftzero moved this from Testnet 40: Themisto to Testnet 41 in Testnets Jan 13, 2023
@erwanor erwanor moved this from Testnet 41: Callirrhoe to Future in Testnets Jan 13, 2023
@erwanor erwanor added this to the Network upgrades milestone Feb 8, 2023
@erwanor erwanor added the E-week label Feb 8, 2023
@plaidfinch plaidfinch assigned plaidfinch and unassigned erwanor Feb 27, 2023
@plaidfinch plaidfinch moved this from Future to Testnet 47: Sinope in Testnets Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-governance Area: Governance E-week
Projects
No open projects
Status: Testnet 47: Sinope
2 participants