Limit gossip for non-authorities (#838)

* Limit gossip for non-authorities

* Random shuffle
This commit is contained in:
Arkadiy Paronyan
2018-09-29 14:08:22 +02:00
committed by Gav Wood
parent 79d538ee66
commit e1e6c19f64
5 changed files with 37 additions and 6 deletions
+1
View File
@@ -31,6 +31,7 @@ extern crate substrate_network_libp2p as network_libp2p;
extern crate parity_codec as codec;
extern crate futures;
extern crate rustc_hex;
extern crate rand;
#[macro_use] extern crate log;
#[macro_use] extern crate bitflags;
#[macro_use] extern crate error_chain;