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
@@ -23,11 +23,11 @@
//! Once a panic is found, it can be debugged with
//! `cargo hfuzz run-debug per_thing_rational hfuzz_workspace/call/*.fuzz`.
use honggfuzz::fuzz;
use pezframe_support::{
assert_ok,
traits::{Currency, GetCallName, UnfilteredDispatchable},
};
use honggfuzz::fuzz;
use pezpallet_nomination_pools::{
log,
mock::*,
@@ -36,8 +36,8 @@ use pezpallet_nomination_pools::{
BondExtra, BondedPool, GlobalMaxCommission, LastPoolId, MaxPoolMembers, MaxPoolMembersPerPool,
MaxPools, MinCreateBond, MinJoinBond, PoolId,
};
use rand::{seq::SliceRandom, Rng};
use pezsp_runtime::{assert_eq_error_rate, Perbill, Perquintill};
use rand::{seq::SliceRandom, Rng};
const ERA: BlockNumber = 1000;
const MAX_ED_MULTIPLE: Balance = 10_000;