You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: