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
@@ -30,14 +30,6 @@ use pezframe_support::weights::{
Weight,
};
use pezframe_system::limits::BlockWeights;
use pezpallet_revive::{
evm::{
fees::{BlockRatioFee, Info as FeeInfo},
runtime::EthExtra,
},
AccountId32Mapper,
};
use pezpallet_transaction_payment::{ConstFeeMultiplier, FeeDetails, Multiplier, RuntimeDispatchInfo};
use pezkuwi_sdk::{
pezkuwi_sdk_frame::{
deps::pezsp_genesis_builder,
@@ -46,6 +38,16 @@ use pezkuwi_sdk::{
},
*,
};
use pezpallet_revive::{
evm::{
fees::{BlockRatioFee, Info as FeeInfo},
runtime::EthExtra,
},
AccountId32Mapper,
};
use pezpallet_transaction_payment::{
ConstFeeMultiplier, FeeDetails, Multiplier, RuntimeDispatchInfo,
};
use pezsp_weights::ConstantMultiplier;
pub use pezkuwi_sdk::{
@@ -302,7 +304,8 @@ impl pezframe_system::Config for Runtime {
type AccountId = AccountId;
type Hash = Hash;
type Nonce = Nonce;
type AccountData = pezpallet_balances::AccountData<<Runtime as pezpallet_balances::Config>::Balance>;
type AccountData =
pezpallet_balances::AccountData<<Runtime as pezpallet_balances::Config>::Balance>;
}
parameter_types! {