-
Notifications
You must be signed in to change notification settings - Fork 666
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
feat(optimistic_block): produce #12761
feat(optimistic_block): produce #12761
Conversation
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.
Very nice! I think it can be merged after merging with master. Leaving mostly nits.
We can start thinking if something can already be unit-tested here. Maybe just run produce_optimistic, then produce and check that timestamps match. But it can be done later, and if setup is too hard, we'd have to make it simple first.
492e6e3
to
66b73c5
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #12761 +/- ##
========================================
Coverage 70.51% 70.52%
========================================
Files 846 846
Lines 174633 174782 +149
Branches 174633 174782 +149
========================================
+ Hits 123149 123262 +113
- Misses 46254 46276 +22
- Partials 5230 5244 +14
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
64000a7
to
1c75f16
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.
LGTM
Co-authored-by: Aleksandr Logunov <[email protected]>
619074f
to
276b198
Compare
We continue the implementation of Optimistic block #10584, by adding the logic to produce the block as soon as the previous block is done.
If available, the optimistic block will be used in the production of the block to use the same timestamp.