chore: regenerate umbrella crate, fix feature propagation

This commit is contained in:
2025-12-16 11:28:32 +03:00
parent dd6d48f528
commit 620b0e3aa0
1358 changed files with 9464 additions and 7656 deletions
@@ -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`].
//!