chore: regenerate umbrella crate, fix feature propagation
This commit is contained in:
@@ -21,14 +21,14 @@ use std::{collections::HashMap, sync::atomic, task::Poll};
|
||||
use pezkuwi_node_network_protocol::{
|
||||
peer_set::ValidationVersion, ObservedRole, PeerId, UnifiedReputationChange,
|
||||
};
|
||||
use pezkuwi_pez_node_primitives::{
|
||||
BlockData, CollationGenerationConfig, CollationResult, DisputeMessage, InvalidDisputeVote, PoV,
|
||||
UncheckedDisputeMessage, ValidDisputeVote,
|
||||
};
|
||||
use pezkuwi_node_subsystem_test_helpers::mock::{dummy_unpin_handle, new_leaf};
|
||||
use pezkuwi_node_subsystem_types::messages::{
|
||||
NetworkBridgeEvent, PvfExecKind, ReportPeerMessage, RuntimeApiRequest,
|
||||
};
|
||||
use pezkuwi_pez_node_primitives::{
|
||||
BlockData, CollationGenerationConfig, CollationResult, DisputeMessage, InvalidDisputeVote, PoV,
|
||||
UncheckedDisputeMessage, ValidDisputeVote,
|
||||
};
|
||||
use pezkuwi_primitives::{
|
||||
CandidateHash, CandidateReceiptV2, CollatorPair, Id as ParaId, InvalidDisputeStatementKind,
|
||||
PersistedValidationData, SessionIndex, ValidDisputeStatementKind, ValidatorIndex,
|
||||
|
||||
Reference in New Issue
Block a user