Refactoring Checkpoint: (WIP)

This commit is contained in:
2025-12-14 10:29:31 +03:00
parent 09735eb97a
commit c89d7cac55
1424 changed files with 6415 additions and 6064 deletions
@@ -4,7 +4,7 @@ version = "0.0.0"
authors.workspace = true
edition.workspace = true
license = "Apache-2.0"
description = "Coretime Pezkuwichain runtime integration tests with xcm-emulator"
description = "Coretime Pezkuwichain runtime integration tests with xcm-pez-emulator"
publish = false
documentation = "https://docs.rs/coretime-pezkuwichain-integration-tests"
repository = { workspace = true }
@@ -23,7 +23,7 @@ mod imports {
pub(crate) use xcm::{latest::PEZKUWICHAIN_GENESIS_HASH, prelude::*};
// Pezcumulus
pub(crate) use emulated_integration_tests_common::xcm_emulator::{
pub(crate) use emulated_integration_tests_common::xcm_pez_emulator::{
assert_expected_events, Chain, TestExt, Teyrchain,
};
pub(crate) use pezkuwichain_system_emulated_network::{
@@ -100,7 +100,7 @@ fn transact_hardcoded_weights_are_sane() {
pezpallet_broker::Event::CoreCountRequested { core_count: 1 }
) => {},
CoretimeEvent::TeyrchainSystem(
pezcumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }
pezcumulus_pezpallet_teyrchain_system::Event::UpwardMessageSent { .. }
) => {},
]
);
@@ -162,7 +162,7 @@ fn transact_hardcoded_weights_are_sane() {
pezpallet_broker::Event::CoreAssigned { .. }
) => {},
CoretimeEvent::TeyrchainSystem(
pezcumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }
pezcumulus_pezpallet_teyrchain_system::Event::UpwardMessageSent { .. }
) => {},
]
);
@@ -197,7 +197,7 @@ fn transact_hardcoded_weights_are_sane() {
CoretimePezkuwichain,
vec![
CoretimeEvent::TeyrchainSystem(
pezcumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }
pezcumulus_pezpallet_teyrchain_system::Event::UpwardMessageSent { .. }
) => {},
]
);
@@ -4,7 +4,7 @@ version = "0.0.0"
authors.workspace = true
edition.workspace = true
license = "Apache-2.0"
description = "Coretime Zagros runtime integration tests with xcm-emulator"
description = "Coretime Zagros runtime integration tests with xcm-pez-emulator"
publish = false
documentation = "https://docs.rs/coretime-zagros-integration-tests"
repository = { workspace = true }
@@ -23,20 +23,20 @@ mod imports {
pub(crate) use xcm::{latest::ZAGROS_GENESIS_HASH, prelude::*};
// Pezcumulus
pub(crate) use emulated_integration_tests_common::xcm_emulator::{
pub(crate) use emulated_integration_tests_common::xcm_pez_emulator::{
assert_expected_events, Chain, TestExt, Teyrchain,
};
pub(crate) use zagros_system_emulated_network::{
asset_hub_zagros_emulated_chain::{
genesis::ED as ASSET_HUB_ZAGROS_ED, AssetHubZagrosParaPallet as AssetHubZagrosPallet,
},
bridge_hub_zagros_emulated_chain::BridgeHubZagrosParaPallet as BridgeHubZagrosPallet,
pezbridge_hub_zagros_emulated_chain::BridgeHubZagrosParaPallet as BridgeHubZagrosPallet,
collectives_zagros_emulated_chain::CollectivesZagrosParaPallet as CollectivesZagrosPallet,
coretime_zagros_emulated_chain::{
self, coretime_zagros_runtime::ExistentialDeposit as CoretimeZagrosExistentialDeposit,
genesis::ED as CORETIME_ZAGROS_ED, CoretimeZagrosParaPallet as CoretimeZagrosPallet,
},
penpal_emulated_chain::{PenpalAssetOwner, PenpalBParaPallet as PenpalBPallet},
pez_penpal_emulated_chain::{PenpalAssetOwner, PenpalBParaPallet as PenpalBPallet},
people_zagros_emulated_chain::PeopleZagrosParaPallet as PeopleZagrosPallet,
zagros_emulated_chain::{genesis::ED as ZAGROS_ED, ZagrosRelayPallet as ZagrosPallet},
AssetHubZagrosPara as AssetHubZagros, AssetHubZagrosParaReceiver as AssetHubZagrosReceiver,
@@ -100,7 +100,7 @@ fn transact_hardcoded_weights_are_sane() {
pezpallet_broker::Event::CoreCountRequested { core_count: 1 }
) => {},
CoretimeEvent::TeyrchainSystem(
pezcumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }
pezcumulus_pezpallet_teyrchain_system::Event::UpwardMessageSent { .. }
) => {},
]
);
@@ -161,7 +161,7 @@ fn transact_hardcoded_weights_are_sane() {
pezpallet_broker::Event::CoreAssigned { .. }
) => {},
CoretimeEvent::TeyrchainSystem(
pezcumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }
pezcumulus_pezpallet_teyrchain_system::Event::UpwardMessageSent { .. }
) => {},
]
);
@@ -178,7 +178,7 @@ fn transact_hardcoded_weights_are_sane() {
CoretimeZagros,
vec![
CoretimeEvent::TeyrchainSystem(
pezcumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }
pezcumulus_pezpallet_teyrchain_system::Event::UpwardMessageSent { .. }
) => {},
]
);