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
@@ -34,10 +34,10 @@ mod imports {
impls::Inspect,
test_dry_run_transfer_across_pk_bridge, test_relay_is_trusted_teleporter,
test_teyrchain_is_trusted_teleporter, test_teyrchain_is_trusted_teleporter_for_relay,
xcm_helpers::xcm_transact_paid_execution,
xcm_pez_emulator::{
assert_expected_events, bx, Chain, RelayChain as Relay, TestExt, Teyrchain as Para,
},
xcm_helpers::xcm_transact_paid_execution,
ASSETS_PALLET_ID, USDT_ID,
};
pub(crate) use pezkuwichain_zagros_system_emulated_network::{
@@ -52,10 +52,6 @@ mod imports {
genesis::{AssetHubZagrosAssetOwner, ED as ASSET_HUB_ZAGROS_ED},
AssetHubZagrosParaPallet as AssetHubZagrosPallet,
},
pezbridge_hub_pezkuwichain_emulated_chain::{
genesis::ED as BRIDGE_HUB_PEZKUWICHAIN_ED, BridgeHubPezkuwichainExistentialDeposit,
BridgeHubPezkuwichainParaPallet as BridgeHubPezkuwichainPallet,
},
pez_penpal_emulated_chain::{
pez_penpal_runtime::xcm_config::{
CustomizableAssetFromSystemAssetHub as PenpalCustomizableAssetFromSystemAssetHub,
@@ -63,6 +59,10 @@ mod imports {
},
PenpalAParaPallet as PenpalAPallet, PenpalAssetOwner,
},
pezbridge_hub_pezkuwichain_emulated_chain::{
genesis::ED as BRIDGE_HUB_PEZKUWICHAIN_ED, BridgeHubPezkuwichainExistentialDeposit,
BridgeHubPezkuwichainParaPallet as BridgeHubPezkuwichainPallet,
},
pezkuwichain_emulated_chain::{
genesis::ED as PEZKUWICHAIN_ED, PezkuwichainRelayPallet as PezkuwichainPallet,
},
@@ -37,10 +37,10 @@ mod imports {
impls::Inspect,
test_dry_run_transfer_across_pk_bridge, test_relay_is_trusted_teleporter,
test_teyrchain_is_trusted_teleporter, test_teyrchain_is_trusted_teleporter_for_relay,
xcm_helpers::xcm_transact_paid_execution,
xcm_pez_emulator::{
assert_expected_events, bx, Chain, RelayChain as Relay, TestExt, Teyrchain as Para,
},
xcm_helpers::xcm_transact_paid_execution,
ASSETS_PALLET_ID, USDT_ID,
};
pub(crate) use pezkuwichain_zagros_system_emulated_network::{
@@ -55,11 +55,6 @@ mod imports {
genesis::{AssetHubZagrosAssetOwner, ED as ASSET_HUB_ZAGROS_ED},
AssetHubZagrosParaPallet as AssetHubZagrosPallet,
},
pezbridge_hub_zagros_emulated_chain::{
pezbridge_hub_zagros_runtime, genesis::ED as BRIDGE_HUB_ZAGROS_ED,
BridgeHubZagrosExistentialDeposit, BridgeHubZagrosParaPallet as BridgeHubZagrosPallet,
BridgeHubZagrosRuntimeOrigin,
},
pez_penpal_emulated_chain::{
self,
pez_penpal_runtime::xcm_config::{
@@ -70,6 +65,11 @@ mod imports {
PenpalAParaPallet as PenpalAPallet, PenpalAssetOwner,
PenpalBParaPallet as PenpalBPallet,
},
pezbridge_hub_zagros_emulated_chain::{
genesis::ED as BRIDGE_HUB_ZAGROS_ED, pezbridge_hub_zagros_runtime,
BridgeHubZagrosExistentialDeposit, BridgeHubZagrosParaPallet as BridgeHubZagrosPallet,
BridgeHubZagrosRuntimeOrigin,
},
pezkuwichain_emulated_chain::PezkuwichainRelayPallet as PezkuwichainPallet,
zagros_emulated_chain::{genesis::ED as ZAGROS_ED, ZagrosRelayPallet as ZagrosPallet},
AssetHubPezkuwichainPara as AssetHubPezkuwichain,
@@ -16,8 +16,8 @@
//! Tests related to XCM aliasing.
use crate::imports::*;
use pezbridge_hub_zagros_runtime::xcm_config::XcmConfig;
use emulated_integration_tests_common::{macros::AccountId, test_cross_chain_alias};
use pezbridge_hub_zagros_runtime::xcm_config::XcmConfig;
use pezframe_support::traits::ContainsPair;
use xcm::latest::Junctions::*;
@@ -32,16 +32,16 @@ use asset_hub_zagros_runtime::xcm_config::{
bridging::to_ethereum::DefaultBridgeHubEthereumBaseFee,
UniversalLocation as AssetHubZagrosUniversalLocation,
};
use pezbridge_hub_zagros_runtime::{
bridge_to_ethereum_config::EthereumGatewayAddress, EthereumBeaconClient, EthereumInboundQueue,
};
use codec::Encode;
use emulated_integration_tests_common::{
snowbridge::{SEPOLIA_ID, WETH},
PENPAL_B_ID, RESERVABLE_ASSET_ID,
};
use pezframe_support::traits::fungibles::Mutate;
use hex_literal::hex;
use pezbridge_hub_zagros_runtime::{
bridge_to_ethereum_config::EthereumGatewayAddress, EthereumBeaconClient, EthereumInboundQueue,
};
use pezframe_support::traits::fungibles::Mutate;
use pezkuwichain_zagros_system_emulated_network::{
asset_hub_zagros_emulated_chain::genesis::AssetHubZagrosAssetOwner,
pez_penpal_emulated_chain::PARA_ID_B, zagros_emulated_chain::zagros_runtime::Dmp,
@@ -19,8 +19,8 @@ use emulated_integration_tests_common::{
snowbridge::{SEPOLIA_ID, WETH},
PenpalBTeleportableAssetLocation,
};
use pezframe_support::traits::fungibles::Mutate;
use hex_literal::hex;
use pezframe_support::traits::fungibles::Mutate;
use pezkuwichain_zagros_system_emulated_network::pez_penpal_emulated_chain::{
pez_penpal_runtime::xcm_config::{CheckingAccount, TELEPORTABLE_ASSET_ID},
PenpalAssetOwner,
@@ -14,8 +14,8 @@
// limitations under the License.
use crate::{imports::*, tests::snowbridge_common::*};
use pezbridge_hub_zagros_runtime::xcm_config::LocationToAccountId;
use emulated_integration_tests_common::snowbridge::{SEPOLIA_ID, WETH};
use pezbridge_hub_zagros_runtime::xcm_config::LocationToAccountId;
use pezsnowbridge_core::AssetMetadata;
use pezsnowbridge_pezpallet_system::Error;
use testnet_teyrchains_constants::zagros::snowbridge::EthereumNetwork;
@@ -21,6 +21,12 @@ use crate::{
},
};
use asset_hub_zagros_runtime::ForeignAssets;
use codec::Encode;
use emulated_integration_tests_common::{
snowbridge::{SEPOLIA_ID, WETH},
RESERVABLE_ASSET_ID,
};
use hex_literal::hex;
use pezbridge_hub_zagros_runtime::{
bridge_common_config::BridgeReward,
bridge_to_ethereum_config::{
@@ -28,12 +34,6 @@ use pezbridge_hub_zagros_runtime::{
},
EthereumInboundQueueV2,
};
use codec::Encode;
use emulated_integration_tests_common::{
snowbridge::{SEPOLIA_ID, WETH},
RESERVABLE_ASSET_ID,
};
use hex_literal::hex;
use pezkuwichain_zagros_system_emulated_network::pez_penpal_emulated_chain::PARA_ID_B;
use pezsnowbridge_core::{reward::MessageId, AssetMetadata, TokenIdOf};
use pezsnowbridge_inbound_queue_primitives::v2::{
@@ -26,12 +26,12 @@ use crate::{
},
};
use asset_hub_zagros_runtime::ForeignAssets;
use codec::Encode;
use hex_literal::hex;
use pezbridge_hub_zagros_runtime::{
bridge_common_config::BridgeReward, bridge_to_ethereum_config::EthereumGatewayAddress,
EthereumInboundQueueV2,
};
use codec::Encode;
use hex_literal::hex;
use pezsnowbridge_core::TokenIdOf;
use pezsnowbridge_inbound_queue_primitives::v2::{
EthereumAsset::{ForeignTokenERC20, NativeTokenERC20},
@@ -14,8 +14,8 @@
// limitations under the License.
use crate::tests::snowbridge_common::{eth_location, set_up_eth_and_hez_pool};
use pezbridge_hub_zagros_runtime::bridge_common_config::{BridgeReward, BridgeRewardBeneficiaries};
use emulated_integration_tests_common::snowbridge::ETHER_MIN_BALANCE;
use pezbridge_hub_zagros_runtime::bridge_common_config::{BridgeReward, BridgeRewardBeneficiaries};
use pezpallet_bridge_relayers::{Error::FailedToPayReward, RewardLedger};
use crate::imports::*;