Add events for im_online (#3991)

* Add AllGood event for im_online

* Another event just in case.

* Bump runtime
This commit is contained in:
Gavin Wood
2019-11-01 11:07:46 +00:00
committed by GitHub
parent 9de6dea4c3
commit 26f4084f95
6 changed files with 47 additions and 58 deletions
-1
View File
@@ -35,7 +35,6 @@ use sr_primitives::traits::{
};
use message::{BlockAnnounce, BlockAttributes, Direction, FromBlock, Message, RequestId};
use message::generic::{Message as GenericMessage, ConsensusMessage};
use event::Event;
use consensus_gossip::{ConsensusGossip, MessageRecipient as GossipMessageRecipient};
use light_dispatch::{LightDispatch, LightDispatchNetwork, RequestData};
use specialization::NetworkSpecialization;