Don't wait for dispute coordinator (#5157)

* Don't wait for dispute coordinator

in backing and approval-voting - we are single threaded there, so this
is blocking everything.

* Add missing import.

* Don't warn on dropped receiver.
This commit is contained in:
Robert Klotzner
2022-03-18 16:15:50 +01:00
committed by GitHub
parent 495b6cc937
commit 3688e46d1b
5 changed files with 14 additions and 26 deletions
+3 -1
View File
@@ -27,7 +27,9 @@ use polkadot_primitives::v2::{
CollatorId, GroupRotationInfo, HeadData, PersistedValidationData, ScheduledCore,
};
use polkadot_subsystem::{
messages::{CollatorProtocolMessage, RuntimeApiMessage, RuntimeApiRequest},
messages::{
CollatorProtocolMessage, ImportStatementsResult, RuntimeApiMessage, RuntimeApiRequest,
},
ActivatedLeaf, ActiveLeavesUpdate, FromOverseer, LeafStatus, OverseerSignal,
};
use sp_application_crypto::AppKey;