mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 02:51:08 +00:00
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:
committed by
Bastian Köcher
parent
a918f5b1a0
commit
7e6183f74c
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user