v3.0: receive_and_buffer with external_worker (backport of #9212)#9266
v3.0: receive_and_buffer with external_worker (backport of #9212)#9266tao-stones merged 2 commits intov3.0from
Conversation
(cherry picked from commit f3a5a32) # Conflicts: # core/src/banking_stage/consume_worker.rs # core/src/banking_stage/transaction_scheduler/receive_and_buffer.rs
|
Cherry-pick of f3a5a32 has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v3.0 #9266 +/- ##
=========================================
- Coverage 83.4% 83.4% -0.1%
=========================================
Files 810 810
Lines 366228 366228
=========================================
- Hits 305683 305682 -1
- Misses 60545 60546 +1 🚀 New features to boost your workflow:
|
|
Backport note: not trivia backporting, the "external worker" code not exist in 3.0; simply picking the change for using working_bank for VO. |
|
this one-liner is sufficient? |
Yes, it's this one liner - Have to add additional parameter to function(s) in 3.1+ |
t-nelson
left a comment
There was a problem hiding this comment.
Yes, it's this one liner -
use working bank for vote-only checking, whileroot for ALT loadingis existing behavior.Have to add additional parameter to function(s) in 3.1+
take me back
|
@OliverNChalk mind providing sme review here too? |
Problem
Summary of Changes
Fixes #
This is an automatic backport of pull request #9212 done by [Mergify](https://mergify.com).