core: Adjust vote-storage handling#9898
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #9898 +/- ##
=======================================
Coverage 82.6% 82.6%
=======================================
Files 848 848
Lines 316763 316771 +8
=======================================
+ Hits 261754 261810 +56
+ Misses 55009 54961 -48 🚀 New features to boost your workflow:
|
|
Backports to the stable branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. |
|
Backports to the beta branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. Exceptions include CI/metrics changes, CLI improvements and documentation updates on a case by case basis. |
* filter unauthorized votes * check authorized voter has signed * fix failing test --------- Co-authored-by: OliverNChalk <[email protected]> (cherry picked from commit 8cebdeb) # Conflicts: # core/src/banking_stage/latest_validator_vote_packet.rs # core/src/banking_stage/vote_storage.rs
* filter unauthorized votes * check authorized voter has signed * fix failing test --------- Co-authored-by: OliverNChalk <[email protected]> (cherry picked from commit 8cebdeb)
core: Adjust vote-storage handling (#9898) (cherry picked from commit 8cebdeb) Co-authored-by: steviez <[email protected]> Co-authored-by: OliverNChalk <[email protected]>
Co-authored-by: steviez <[email protected]> Co-authored-by: OliverNChalk <[email protected]>
Summary of Changes
Our previous checks were a little lax; let's plug in some robust checks