Add random distribution for avalanche peers (#4493)

* Add random distribution for avalanche peers

* fix clippy warnings

* bug fixes

* nits
This commit is contained in:
Pankaj Garg
2019-06-01 07:55:43 -07:00
committed by GitHub
parent e15246746d
commit 3574469052
9 changed files with 188 additions and 49 deletions

View File

@@ -68,6 +68,7 @@ pub mod test_tx;
pub mod tpu;
pub mod tvu;
pub mod validator;
pub mod weighted_shuffle;
pub mod window_service;
#[macro_use]