We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
graceful role rotation (node->sequencer, sequencer->node)
UpdateProposerFromBlock
handleRotationReq
also should handle halted -> non halted change for both node and sequencer
halted -> non halted
The text was updated successfully, but these errors were encountered:
I though about the following: sets of workers:
Than:
sync
bonded sequencer will monitor role rotation, which will toggle the enable/disable of the workers set
changing from node to bonded sequencer will require reboot (which I think it's fine. especially for now)
Sorry, something went wrong.
Could you clarify what is meant by UpdateProposerFromBlock?
As I understand the purpose of this issue is to remove panic and reboots?
start
mtsitrin
Successfully merging a pull request may close this issue.
graceful role rotation (node->sequencer, sequencer->node)
UpdateProposerFromBlock
for a node->proposerhandleRotationReq
for a propsoer->nodealso should handle
halted -> non halted
change for both node and sequencerThe text was updated successfully, but these errors were encountered: