mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-10 09:57:30 +00:00
break out subsystem-util and subsystem-test-helpers into individual crates (#1553)
* break out subsystem-util and subsystem-test-helpers into individual crates * cause all packages to check successfully
This commit is contained in:
committed by
GitHub
parent
21cec309a4
commit
9fda6cb416
@@ -61,6 +61,12 @@ impl CandidateSelectionMessage {
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for CandidateSelectionMessage {
|
||||
fn default() -> Self {
|
||||
CandidateSelectionMessage::Invalid(Default::default(), Default::default())
|
||||
}
|
||||
}
|
||||
|
||||
/// Messages received by the Candidate Backing subsystem.
|
||||
#[derive(Debug)]
|
||||
pub enum CandidateBackingMessage {
|
||||
@@ -509,10 +515,4 @@ pub enum AllMessages {
|
||||
NetworkBridge(NetworkBridgeMessage),
|
||||
/// Message for the Chain API subsystem
|
||||
ChainApi(ChainApiMessage),
|
||||
/// Test message
|
||||
///
|
||||
/// This variant is only valid while testing, but makes the process of testing the
|
||||
/// subsystem job manager much simpler.
|
||||
#[cfg(test)]
|
||||
Test(String),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user