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
@@ -17,6 +17,8 @@
use super::*;
use crate::{self as multi_phase, signed::GeometricDepositBase, unsigned::MinerConfig};
use multi_phase::unsigned::{IndexAssignmentOf, VoterOf};
use parking_lot::RwLock;
use pezframe_election_provider_support::{
bounds::{DataProviderBounds, ElectionBounds, ElectionBoundsBuilder},
data_provider, onchain, ElectionDataProvider, NposSolution, SequentialPhragmen,
@@ -28,8 +30,6 @@ use pezframe_support::{
weights::{constants, Weight},
BoundedVec,
};
use multi_phase::unsigned::{IndexAssignmentOf, VoterOf};
use parking_lot::RwLock;
use pezsp_core::{
offchain::{
testing::{PoolState, TestOffchainExt, TestTransactionPoolExt},
@@ -680,7 +680,9 @@ impl ExtBuilder {
#[cfg(feature = "try-runtime")]
ext.execute_with(|| {
pezframe_support::assert_ok!(
<MultiPhase as pezframe_support::traits::Hooks<u64>>::try_state(System::block_number())
<MultiPhase as pezframe_support::traits::Hooks<u64>>::try_state(
System::block_number()
)
);
});
}