chore: regenerate umbrella crate, fix feature propagation
This commit is contained in:
@@ -22,16 +22,6 @@
|
||||
//! been sufficiently approved to finalize.
|
||||
|
||||
use futures_timer::Delay;
|
||||
use pezkuwi_pez_node_primitives::{
|
||||
approval::{
|
||||
v1::{BlockApprovalMeta, DelayTranche},
|
||||
v2::{
|
||||
AssignmentCertKindV2, BitfieldError, CandidateBitfield, CoreBitfield,
|
||||
IndirectAssignmentCertV2, IndirectSignedApprovalVoteV2,
|
||||
},
|
||||
},
|
||||
ValidationResult, DISPUTE_WINDOW,
|
||||
};
|
||||
use pezkuwi_node_subsystem::{
|
||||
errors::RecoveryError,
|
||||
messages::{
|
||||
@@ -52,6 +42,16 @@ use pezkuwi_node_subsystem_util::{
|
||||
runtime::{Config as RuntimeInfoConfig, ExtendedSessionInfo, RuntimeInfo},
|
||||
TimeoutExt,
|
||||
};
|
||||
use pezkuwi_pez_node_primitives::{
|
||||
approval::{
|
||||
v1::{BlockApprovalMeta, DelayTranche},
|
||||
v2::{
|
||||
AssignmentCertKindV2, BitfieldError, CandidateBitfield, CoreBitfield,
|
||||
IndirectAssignmentCertV2, IndirectSignedApprovalVoteV2,
|
||||
},
|
||||
},
|
||||
ValidationResult, DISPUTE_WINDOW,
|
||||
};
|
||||
use pezkuwi_primitives::{
|
||||
ApprovalVoteMultipleCandidates, ApprovalVotingParams, BlockNumber, CandidateHash,
|
||||
CandidateIndex, CandidateReceiptV2 as CandidateReceipt, CoreIndex, ExecutorParams, GroupIndex,
|
||||
|
||||
Reference in New Issue
Block a user