-
Notifications
You must be signed in to change notification settings - Fork 696
feat: reduce default block_rejection_timeout_steps
#6013
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: reduce default block_rejection_timeout_steps
#6013
Conversation
Looks like this change may require some tweaks to some tests. I will come back to those. |
In addition to waiting for the last block it mined to be processed, now the miner will also wait to be unblocked. This ensures that the miner does not start mining before it is unblocked by the chains coordinator thread. This solves flakiness in `tests::signer::v0::verify_mempool_caches`.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #6013 +/- ##
===========================================
- Coverage 84.10% 83.55% -0.55%
===========================================
Files 528 523 -5
Lines 385675 384564 -1111
Branches 323 0 -323
===========================================
- Hits 324355 321340 -3015
- Misses 61312 63224 +1912
+ Partials 8 0 -8
... and 50 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
535cef0
No description provided.