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
@@ -15,6 +15,7 @@ bitflags = "1.0"
futures = "0.1.17"
linked-hash-map = "0.5"
rustc-hex = "1.0"
rand = "0.5"
substrate-primitives = { path = "../../core/primitives" }
substrate-client = { path = "../../core/client" }
sr-primitives = { path = "../../core/sr-primitives" }