chore: regenerate umbrella crate, fix feature propagation
This commit is contained in:
@@ -36,13 +36,13 @@ use codec::Encode;
|
||||
use pezframe_election_provider_support::{ExtendedBalance, NposSolver, Support, VoteWeight};
|
||||
use pezframe_support::{traits::Get, BoundedVec};
|
||||
use pezframe_system::pezpallet_prelude::*;
|
||||
use scale_info::TypeInfo;
|
||||
use pezsp_npos_elections::EvaluateSupport;
|
||||
use pezsp_runtime::{
|
||||
offchain::storage::{MutateStorageError, StorageValueRef},
|
||||
traits::{SaturatedConversion, Saturating, Zero},
|
||||
};
|
||||
use pezsp_std::{collections::btree_map::BTreeMap, prelude::*};
|
||||
use scale_info::TypeInfo;
|
||||
|
||||
// TODO: we should have a fuzzer for miner that ensures no matter the parameters, it generates a
|
||||
// valid solution. Esp. for the trimming.
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
|
||||
//! ## The unsigned phase, and its miner.
|
||||
//!
|
||||
//! This pezpallet deals with unsigned submissions. These are backup, "possibly" multi-page submissions
|
||||
//! from validators.
|
||||
//! This pezpallet deals with unsigned submissions. These are backup, "possibly" multi-page
|
||||
//! submissions from validators.
|
||||
//!
|
||||
//! This pezpallet has two miners, described in [`unsigned::miner`].
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user