v3.1: consensus: axe the intermediate accumulation pathway for OC (backport of #10594)#10697
Merged
AshwinSekar merged 2 commits intov3.1from Feb 19, 2026
Merged
v3.1: consensus: axe the intermediate accumulation pathway for OC (backport of #10594)#10697AshwinSekar merged 2 commits intov3.1from
AshwinSekar merged 2 commits intov3.1from
Conversation
* consensus: axe the intermediate accumulation pathway for OC * pr feedback: fold continue into filter (cherry picked from commit 207fb1d) # Conflicts: # core/src/cluster_info_vote_listener.rs # runtime/src/bank_forks.rs # runtime/src/bank_hash_cache.rs
Author
|
Cherry-pick of 207fb1d 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 |
bw-solana
approved these changes
Feb 19, 2026
bw-solana
left a comment
There was a problem hiding this comment.
looks like 100% of conflicts are just tied to migration status not existing. Conflict resolution looks good to me
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v3.1 #10697 +/- ##
=========================================
- Coverage 83.2% 83.2% -0.1%
=========================================
Files 865 864 -1
Lines 376843 376733 -110
=========================================
- Hits 313801 313705 -96
+ Misses 63042 63028 -14 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
This optimization doesn't actually get us anything and is complex to reason about

Summary of Changes
Remove it and bank hash cache to ibrl
This is an automatic backport of pull request #10594 done by Mergify.