Add RepairWeight to track votes seen in gossip for weighted repair (#10903) (#10938)

* Add RepairWeight

Co-authored-by: Carl <carl@solana.com>
(cherry picked from commit 3f6042d8b3)

Co-authored-by: carllin <wumu727@gmail.com>
This commit is contained in:
mergify[bot]
2020-07-10 14:13:56 -07:00
committed by GitHub
parent 03b213e296
commit 07d14f6f07
6 changed files with 1252 additions and 9 deletions

View File

@@ -41,6 +41,7 @@ pub mod progress_map;
pub mod pubkey_references;
pub mod repair_response;
pub mod repair_service;
pub mod repair_weight;
pub mod repair_weighted_traversal;
pub mod replay_stage;
mod result;