-
Notifications
You must be signed in to change notification settings - Fork 90
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
core/consensus: double lead time alpha feature #2096
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2096 +/- ##
==========================================
- Coverage 53.76% 53.59% -0.17%
==========================================
Files 171 172 +1
Lines 22252 22282 +30
==========================================
- Hits 11963 11943 -20
- Misses 8841 8890 +49
- Partials 1448 1449 +1
... and 5 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
0134923
to
3256f4b
Compare
Introduces alpha feature
QBFTDoubleLeadTimer
that attempts to address sporadic consensus timeouts on block proposals by doubling round timers on receive justified pre-prepare for the current round.category: feature
ticket: #2092