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
@@ -16,8 +16,8 @@
use crate::imports::*;
/// CollectivesZagros dispatches `pezpallet_xcm::send` with `OriginKind:Xcm` to the dest with encoded
/// whitelist call.
/// CollectivesZagros dispatches `pezpallet_xcm::send` with `OriginKind:Xcm` to the dest with
/// encoded whitelist call.
#[cfg(test)]
pub fn collectives_send_whitelist(
dest: Location,
@@ -19,11 +19,11 @@ mod imports {
pub(crate) use codec::Encode;
pub(crate) use emulated_integration_tests_common::{
impls::{assert_expected_events, bx, TestExt},
xcm_pez_emulator::Chain,
xcm_helpers::{
build_xcm_send_authorize_upgrade_call, call_hash_of,
dispatch_whitelisted_call_with_preimage,
},
xcm_pez_emulator::Chain,
};
pub(crate) use pezframe_support::{assert_err, assert_ok};
pub(crate) use pezsp_runtime::{traits::Dispatchable, DispatchError};