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
@@ -39,8 +39,8 @@ pub mod fee {
},
};
use pezkuwi_core_primitives::Balance;
use smallvec::smallvec;
pub use pezsp_runtime::Perbill;
use smallvec::smallvec;
/// The block saturation level. Fees will be updates based on this value.
pub const TARGET_BLOCK_FULLNESS: Perbill = Perbill::from_percent(25);
@@ -17,8 +17,8 @@
pub mod account {
use pezframe_support::PalletId;
/// Zagros treasury pezpallet id, used to convert into AccountId - in Zagros as a destination for
/// slashed funds.
/// Zagros treasury pezpallet id, used to convert into AccountId - in Zagros as a destination
/// for slashed funds.
pub const ZAGROS_TREASURY_PALLET_ID: PalletId = PalletId(*b"py/trsry");
/// Alliance pezpallet ID - used as a temporary place to deposit a slashed imbalance before the
/// teleport to the Treasury.
@@ -62,8 +62,8 @@ pub mod fee {
},
};
use pezkuwi_core_primitives::Balance;
use smallvec::smallvec;
pub use pezsp_runtime::Perbill;
use smallvec::smallvec;
/// The block saturation level. Fees will be updated based on this value.
pub const TARGET_BLOCK_FULLNESS: Perbill = Perbill::from_percent(25);