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

service cli flag if validateer produces sidechain blocks or not #1630

Open
2 tasks
brenzi opened this issue Nov 4, 2024 · 0 comments
Open
2 tasks

service cli flag if validateer produces sidechain blocks or not #1630

brenzi opened this issue Nov 4, 2024 · 0 comments

Comments

@brenzi
Copy link
Collaborator

brenzi commented Nov 4, 2024

cli argument --validateer

run validateer but prevent state transitions if this flag is not present

  • must be reflected in system.health rpc
  • should do provisioning, but not count as validateers in ShardStatus (because that will slow down block production)

advantage:

  • we can run failover backup nodes which import all blocks but can't cause forks
  • we can run rpc relief nodes behind the load balancer - for getters only (until we use gossipping)

must test

  • parentchain sync recovers after pausing block production
@brenzi brenzi changed the title freeze mode service cli flag if validateer produces sidechain blocks or not Nov 4, 2024
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

No branches or pull requests

1 participant