Stake weighted pruning for the gossip network (#4769)
* Stake weighted pruning * Fix compile error * Fix clippy errors * Add helper for creating a connected staked network * Bug fixes and test groundwork * Small refactor * Anatoly's feedback and tests * Doc updates * @rob-solana's feedback * Fix test bug and add log trace * @rob-solana's feedback
This commit is contained in:
committed by
Michael Vines
parent
d6737b8cc9
commit
861d6468ca
@ -45,6 +45,7 @@ impl GossipService {
|
||||
let t_listen = ClusterInfo::listen(
|
||||
cluster_info.clone(),
|
||||
blocktree,
|
||||
bank_forks.clone(),
|
||||
request_receiver,
|
||||
response_sender.clone(),
|
||||
exit,
|
||||
|
Reference in New Issue
Block a user