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
+3 -2
View File
@@ -36,7 +36,7 @@ use pezsp_runtime::DispatchResult;
use pezsp_staking::{StakingAccount, StakingInterface};
use crate::{
asset, BalanceOf, Bonded, Config, Error, Ledger, Pezpallet, Payee, RewardDestination,
asset, BalanceOf, Bonded, Config, Error, Ledger, Payee, Pezpallet, RewardDestination,
StakingLedger, VirtualStakers,
};
@@ -289,7 +289,8 @@ pub struct StakingLedgerInspect<T: Config> {
#[codec(compact)]
pub active: BalanceOf<T>,
pub unlocking: pezframe_support::BoundedVec<UnlockChunk<BalanceOf<T>>, T::MaxUnlockingChunks>,
pub legacy_claimed_rewards: pezframe_support::BoundedVec<pezsp_staking::EraIndex, T::HistoryDepth>,
pub legacy_claimed_rewards:
pezframe_support::BoundedVec<pezsp_staking::EraIndex, T::HistoryDepth>,
}
#[cfg(test)]