Update to new gossip system. (#172)

* Integrates new gossip system into Polkadot (#166)

* new gossip validation in network

* integrate new gossip into service

* Fix build

* Fix claims module

* fix warning

* update to latest master again

* update runtime
This commit is contained in:
Robert Habermeier
2019-03-06 20:47:09 +01:00
committed by Bastian Köcher
parent a918f5b1a0
commit 7e6183f74c
17 changed files with 833 additions and 619 deletions
+2
View File
@@ -176,6 +176,7 @@ pub trait Network {
&self,
table: Arc<SharedTable>,
outgoing: Outgoing,
authorities: &[SessionKey],
) -> Self::TableRouter;
}
@@ -347,6 +348,7 @@ impl<C, N, P> ParachainValidation<C, N, P> where
let router = self.network.communication_for(
table.clone(),
outgoing,
authorities,
);
let drop_signal = match local_duty.validation {