-
Notifications
You must be signed in to change notification settings - Fork 5
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
consensus-logic: handle missed sync events #206
Conversation
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## master #206 +/- ##
==========================================
- Coverage 53.79% 52.27% -1.53%
==========================================
Files 86 87 +1
Lines 7725 8456 +731
==========================================
+ Hits 4156 4420 +264
- Misses 3569 4036 +467
|
effaef7
to
d2d1942
Compare
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.
Looks good overall. Good on adding the test.
Minor changes, bypassing approval requirements. |
Description
handle missed sync events when client state worker receives new EventInput
Type of Change
Checklist
Related Issues
Closes #139