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

continue validator duties if chain does not progress for a long time #6101

Merged
merged 10 commits into from
Mar 20, 2024

Conversation

etan-status
Copy link
Contributor

Nimbus currently stops performing validator duties if the blockchain does not progress for node.config.syncHorizon slots. This means that the chain won't recover because no new blocks are proposed. To fix that, continue performing validator duties if no progress is registered for a long time, and none of our peers is indicating any progress.

Nimbus currently stops performing validator duties if the blockchain
does not progress for `node.config.syncHorizon` slots. This means that
the chain won't recover because no new blocks are proposed. To fix that,
continue performing validator duties if no progress is registered for a
long time, and none of our peers is indicating any progress.
Copy link

github-actions bot commented Mar 19, 2024

Unit Test Results

         9 files  ±0    1 115 suites  ±0   30m 48s ⏱️ + 7m 10s
  4 243 tests ±0    3 896 ✔️ ±0  347 💤 ±0  0 ±0 
16 923 runs  ±0  16 525 ✔️ ±0  398 💤 ±0  0 ±0 

Results for commit 39515a5. ± Comparison against base commit 8b604b5.

♻️ This comment has been updated with latest results.

@etan-status etan-status merged commit 035ca01 into unstable Mar 20, 2024
13 checks passed
@etan-status etan-status deleted the dev/etan/gp-degraded branch March 20, 2024 02:23
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

Successfully merging this pull request may close these issues.

None yet

1 participant