-
-
Notifications
You must be signed in to change notification settings - Fork 289
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: run sync notifier once every slot pre-genesis #6002
Conversation
Performance Report✔️ no performance regression detected Full benchmark results
|
848e1f6
to
d49487a
Compare
may be printing the log every other slot is good before genesis there is no useful information at play pre genesis every slot |
The variable says There can be the argument to have less frequent sync notifier logs pre-genesis but that should be done intentionally and not just because the calculation is done incorrectly. This was brought up by rocknet in discord a while back as well.
In my opinion we should just log once every slot no matter if pre / post-genesis. |
d49487a
to
ecdde04
Compare
🎉 This PR is included in v1.12.0 🎉 |
Motivation
Sync notifier is not working as expected pre-genesis, it logs only every other slot
Description
Run sync notifier once every slot pre-genesis