chore: regenerate umbrella crate, fix feature propagation
This commit is contained in:
@@ -80,10 +80,6 @@ use futures::{
|
||||
use schnellru::{ByLength, LruMap};
|
||||
|
||||
use error::{Error, FatalResult};
|
||||
use pezkuwi_pez_node_primitives::{
|
||||
AvailableData, InvalidCandidate, PoV, SignedFullStatementWithPVD, StatementWithPVD,
|
||||
ValidationResult,
|
||||
};
|
||||
use pezkuwi_node_subsystem::{
|
||||
messages::{
|
||||
AvailabilityDistributionMessage, AvailabilityStoreMessage, CanSecondRequest,
|
||||
@@ -105,6 +101,10 @@ use pezkuwi_node_subsystem_util::{
|
||||
runtime::{self, ClaimQueueSnapshot},
|
||||
Validator,
|
||||
};
|
||||
use pezkuwi_pez_node_primitives::{
|
||||
AvailableData, InvalidCandidate, PoV, SignedFullStatementWithPVD, StatementWithPVD,
|
||||
ValidationResult,
|
||||
};
|
||||
use pezkuwi_primitives::{
|
||||
BackedCandidate, CandidateCommitments, CandidateHash, CandidateReceiptV2 as CandidateReceipt,
|
||||
CommittedCandidateReceiptV2 as CommittedCandidateReceipt, CoreIndex, ExecutorParams,
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
use super::*;
|
||||
use assert_matches::assert_matches;
|
||||
use futures::{future, Future};
|
||||
use pezkuwi_pez_node_primitives::{BlockData, InvalidCandidate, SignedFullStatement, Statement};
|
||||
use pezkuwi_node_subsystem::{
|
||||
messages::{
|
||||
AllMessages, ChainApiMessage, CollatorProtocolMessage, HypotheticalMembership, PvfExecKind,
|
||||
@@ -26,6 +25,7 @@ use pezkuwi_node_subsystem::{
|
||||
ActivatedLeaf, ActiveLeavesUpdate, FromOrchestra, OverseerSignal, TimeoutExt,
|
||||
};
|
||||
use pezkuwi_node_subsystem_test_helpers::mock::new_leaf;
|
||||
use pezkuwi_pez_node_primitives::{BlockData, InvalidCandidate, SignedFullStatement, Statement};
|
||||
use pezkuwi_primitives::{
|
||||
BlockNumber, CoreState, GroupRotationInfo, HeadData, Header, MutateDescriptorV2, OccupiedCore,
|
||||
PersistedValidationData, ScheduledCore, SessionIndex, LEGACY_MIN_BACKING_VOTES,
|
||||
|
||||
Reference in New Issue
Block a user