snapshot before rebranding

This commit is contained in:
2025-12-14 07:37:21 +03:00
parent 5520d491a5
commit 09735eb97a
1752 changed files with 58116 additions and 15986 deletions
@@ -6,6 +6,9 @@ edition.workspace = true
license = "Apache-2.0"
description = "Pezkuwichain emulated chain"
publish = false
documentation = "https://docs.rs/pezkuwichain-emulated-chain"
repository = { workspace = true }
homepage = { workspace = true }
[lints]
workspace = true
@@ -30,14 +33,14 @@ teyrchains-common = { workspace = true, default-features = true }
[features]
runtime-benchmarks = [
"emulated-integration-tests-common/runtime-benchmarks",
"pezkuwi-primitives/runtime-benchmarks",
"pezkuwichain-runtime-constants/runtime-benchmarks",
"pezkuwichain-runtime/runtime-benchmarks",
"pezsc-consensus-grandpa/runtime-benchmarks",
"pezsp-authority-discovery/runtime-benchmarks",
"pezsp-consensus-babe/runtime-benchmarks",
"pezsp-consensus-beefy/runtime-benchmarks",
"pezsp-keyring/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezkuwi-primitives/runtime-benchmarks",
"pezkuwichain-runtime-constants/runtime-benchmarks",
"pezkuwichain-runtime/runtime-benchmarks",
"pezsc-consensus-grandpa/runtime-benchmarks",
"pezsp-authority-discovery/runtime-benchmarks",
"pezsp-consensus-babe/runtime-benchmarks",
"pezsp-consensus-beefy/runtime-benchmarks",
"pezsp-keyring/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
]
@@ -6,6 +6,9 @@ edition.workspace = true
license = "Apache-2.0"
description = "Zagros emulated chain"
publish = false
documentation = "https://docs.rs/zagros-emulated-chain"
repository = { workspace = true }
homepage = { workspace = true }
[lints]
workspace = true
@@ -31,15 +34,15 @@ teyrchains-common = { workspace = true, default-features = true }
[features]
runtime-benchmarks = [
"emulated-integration-tests-common/runtime-benchmarks",
"pezpallet-staking/runtime-benchmarks",
"pezkuwi-primitives/runtime-benchmarks",
"pezsc-consensus-grandpa/runtime-benchmarks",
"pezsp-authority-discovery/runtime-benchmarks",
"pezsp-consensus-babe/runtime-benchmarks",
"pezsp-consensus-beefy/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"zagros-runtime-constants/runtime-benchmarks",
"zagros-runtime/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezpallet-staking/runtime-benchmarks",
"pezkuwi-primitives/runtime-benchmarks",
"pezsc-consensus-grandpa/runtime-benchmarks",
"pezsp-authority-discovery/runtime-benchmarks",
"pezsp-consensus-babe/runtime-benchmarks",
"pezsp-consensus-beefy/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"zagros-runtime-constants/runtime-benchmarks",
"zagros-runtime/runtime-benchmarks",
]
@@ -6,6 +6,9 @@ edition.workspace = true
license = "Apache-2.0"
description = "Asset Hub Pezkuwichain emulated chain"
publish = false
documentation = "https://docs.rs/asset-hub-pezkuwichain-emulated-chain"
repository = { workspace = true }
homepage = { workspace = true }
[lints]
workspace = true
@@ -22,7 +25,7 @@ pezcumulus-primitives-core = { workspace = true }
emulated-integration-tests-common = { workspace = true }
pezkuwichain-emulated-chain = { workspace = true }
testnet-teyrchains-constants = { features = [
"pezkuwichain",
"pezkuwichain",
], workspace = true, default-features = true }
teyrchains-common = { workspace = true, default-features = true }
@@ -35,15 +38,15 @@ bp-bridge-hub-pezkuwichain = { workspace = true }
[features]
runtime-benchmarks = [
"asset-hub-pezkuwichain-runtime/runtime-benchmarks",
"bp-bridge-hub-pezkuwichain/runtime-benchmarks",
"pezcumulus-primitives-core/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezkuwichain-emulated-chain/runtime-benchmarks",
"pezsp-keyring/runtime-benchmarks",
"testnet-teyrchains-constants/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"xcm/runtime-benchmarks",
"asset-hub-pezkuwichain-runtime/runtime-benchmarks",
"bp-bridge-hub-pezkuwichain/runtime-benchmarks",
"pezcumulus-primitives-core/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezkuwichain-emulated-chain/runtime-benchmarks",
"pezsp-keyring/runtime-benchmarks",
"testnet-teyrchains-constants/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
@@ -43,7 +43,7 @@ decl_test_teyrchains! {
XcmpMessageHandler: asset_hub_pezkuwichain_runtime::XcmpQueue,
LocationToAccountId: asset_hub_pezkuwichain_runtime::xcm_config::LocationToAccountId,
TeyrchainInfo: asset_hub_pezkuwichain_runtime::TeyrchainInfo,
MessageOrigin: cumulus_primitives_core::AggregateMessageOrigin,
MessageOrigin: pezcumulus_primitives_core::AggregateMessageOrigin,
DigestProvider: AuraDigestProvider,
AdditionalInherentCode: (),
},
@@ -6,6 +6,9 @@ edition.workspace = true
license = "Apache-2.0"
description = "Asset Hub Zagros emulated chain"
publish = false
documentation = "https://docs.rs/asset-hub-zagros-emulated-chain"
repository = { workspace = true }
homepage = { workspace = true }
[lints]
workspace = true
@@ -21,7 +24,7 @@ asset-hub-zagros-runtime = { workspace = true, default-features = true }
pezcumulus-primitives-core = { workspace = true }
emulated-integration-tests-common = { workspace = true }
testnet-teyrchains-constants = { features = [
"zagros",
"zagros",
], workspace = true, default-features = true }
teyrchains-common = { workspace = true, default-features = true }
zagros-emulated-chain = { workspace = true, default-features = true }
@@ -35,15 +38,15 @@ bp-bridge-hub-zagros = { workspace = true }
[features]
runtime-benchmarks = [
"asset-hub-zagros-runtime/runtime-benchmarks",
"bp-bridge-hub-zagros/runtime-benchmarks",
"pezcumulus-primitives-core/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezsp-keyring/runtime-benchmarks",
"testnet-teyrchains-constants/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"xcm/runtime-benchmarks",
"zagros-emulated-chain/runtime-benchmarks",
"asset-hub-zagros-runtime/runtime-benchmarks",
"bp-bridge-hub-zagros/runtime-benchmarks",
"pezcumulus-primitives-core/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezsp-keyring/runtime-benchmarks",
"testnet-teyrchains-constants/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"xcm/runtime-benchmarks",
"zagros-emulated-chain/runtime-benchmarks",
]
@@ -43,7 +43,7 @@ decl_test_teyrchains! {
XcmpMessageHandler: asset_hub_zagros_runtime::XcmpQueue,
LocationToAccountId: asset_hub_zagros_runtime::xcm_config::LocationToAccountId,
TeyrchainInfo: asset_hub_zagros_runtime::TeyrchainInfo,
MessageOrigin: cumulus_primitives_core::AggregateMessageOrigin,
MessageOrigin: pezcumulus_primitives_core::AggregateMessageOrigin,
DigestProvider: AuraDigestProvider,
AdditionalInherentCode: (),
},
@@ -6,6 +6,9 @@ edition.workspace = true
license = "Apache-2.0"
description = "Bridge Hub Pezkuwichain emulated chain"
publish = false
documentation = "https://docs.rs/bridge-hub-pezkuwichain-emulated-chain"
repository = { workspace = true }
homepage = { workspace = true }
[lints]
workspace = true
@@ -27,19 +30,19 @@ bridge-hub-common = { workspace = true }
bridge-hub-pezkuwichain-runtime = { workspace = true, default-features = true }
emulated-integration-tests-common = { workspace = true }
testnet-teyrchains-constants = { features = [
"pezkuwichain",
"pezkuwichain",
], workspace = true, default-features = true }
teyrchains-common = { workspace = true, default-features = true }
[features]
runtime-benchmarks = [
"bp-messages/runtime-benchmarks",
"bridge-hub-common/runtime-benchmarks",
"bridge-hub-pezkuwichain-runtime/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezsp-keyring/runtime-benchmarks",
"testnet-teyrchains-constants/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"xcm/runtime-benchmarks",
"bp-messages/runtime-benchmarks",
"bridge-hub-common/runtime-benchmarks",
"bridge-hub-pezkuwichain-runtime/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezsp-keyring/runtime-benchmarks",
"testnet-teyrchains-constants/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
@@ -6,6 +6,9 @@ edition.workspace = true
license = "Apache-2.0"
description = "Bridge Hub Zagros emulated chain"
publish = false
documentation = "https://docs.rs/bridge-hub-zagros-emulated-chain"
repository = { workspace = true }
homepage = { workspace = true }
[lints]
workspace = true
@@ -27,19 +30,19 @@ bridge-hub-common = { workspace = true }
bridge-hub-zagros-runtime = { workspace = true, default-features = true }
emulated-integration-tests-common = { workspace = true }
testnet-teyrchains-constants = { features = [
"zagros",
"zagros",
], workspace = true, default-features = true }
teyrchains-common = { workspace = true, default-features = true }
[features]
runtime-benchmarks = [
"bp-messages/runtime-benchmarks",
"bridge-hub-common/runtime-benchmarks",
"bridge-hub-zagros-runtime/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezsp-keyring/runtime-benchmarks",
"testnet-teyrchains-constants/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"xcm/runtime-benchmarks",
"bp-messages/runtime-benchmarks",
"bridge-hub-common/runtime-benchmarks",
"bridge-hub-zagros-runtime/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezsp-keyring/runtime-benchmarks",
"testnet-teyrchains-constants/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
@@ -6,6 +6,9 @@ edition.workspace = true
license = "Apache-2.0"
description = "Collectives Zagros emulated chain"
publish = false
documentation = "https://docs.rs/collectives-zagros-emulated-chain"
repository = { workspace = true }
homepage = { workspace = true }
[lints]
workspace = true
@@ -20,16 +23,16 @@ collectives-zagros-runtime = { workspace = true }
pezcumulus-primitives-core = { workspace = true }
emulated-integration-tests-common = { workspace = true }
testnet-teyrchains-constants = { features = [
"zagros",
"zagros",
], workspace = true, default-features = true }
teyrchains-common = { workspace = true, default-features = true }
[features]
runtime-benchmarks = [
"collectives-zagros-runtime/runtime-benchmarks",
"pezcumulus-primitives-core/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"testnet-teyrchains-constants/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"collectives-zagros-runtime/runtime-benchmarks",
"pezcumulus-primitives-core/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"testnet-teyrchains-constants/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
]
@@ -38,7 +38,7 @@ decl_test_teyrchains! {
XcmpMessageHandler: collectives_zagros_runtime::XcmpQueue,
LocationToAccountId: collectives_zagros_runtime::xcm_config::LocationToAccountId,
TeyrchainInfo: collectives_zagros_runtime::TeyrchainInfo,
MessageOrigin: cumulus_primitives_core::AggregateMessageOrigin,
MessageOrigin: pezcumulus_primitives_core::AggregateMessageOrigin,
DigestProvider: AuraDigestProvider,
},
pallets = {
@@ -6,6 +6,9 @@ edition.workspace = true
license = "Apache-2.0"
description = "Coretime Pezkuwichain emulated chain"
publish = false
documentation = "https://docs.rs/coretime-pezkuwichain-emulated-chain"
repository = { workspace = true }
homepage = { workspace = true }
[lints]
workspace = true
@@ -20,16 +23,16 @@ coretime-pezkuwichain-runtime = { workspace = true, default-features = true }
pezcumulus-primitives-core = { workspace = true }
emulated-integration-tests-common = { workspace = true }
testnet-teyrchains-constants = { features = [
"pezkuwichain",
"pezkuwichain",
], workspace = true, default-features = true }
teyrchains-common = { workspace = true, default-features = true }
[features]
runtime-benchmarks = [
"coretime-pezkuwichain-runtime/runtime-benchmarks",
"pezcumulus-primitives-core/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"testnet-teyrchains-constants/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"coretime-pezkuwichain-runtime/runtime-benchmarks",
"pezcumulus-primitives-core/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"testnet-teyrchains-constants/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
]
@@ -38,7 +38,7 @@ decl_test_teyrchains! {
XcmpMessageHandler: coretime_pezkuwichain_runtime::XcmpQueue,
LocationToAccountId: coretime_pezkuwichain_runtime::xcm_config::LocationToAccountId,
TeyrchainInfo: coretime_pezkuwichain_runtime::TeyrchainInfo,
MessageOrigin: cumulus_primitives_core::AggregateMessageOrigin,
MessageOrigin: pezcumulus_primitives_core::AggregateMessageOrigin,
DigestProvider: AuraDigestProvider,
},
pallets = {
@@ -6,6 +6,9 @@ edition.workspace = true
license = "Apache-2.0"
description = "Coretime Zagros emulated chain"
publish = false
documentation = "https://docs.rs/coretime-zagros-emulated-chain"
repository = { workspace = true }
homepage = { workspace = true }
[lints]
workspace = true
@@ -20,16 +23,16 @@ coretime-zagros-runtime = { workspace = true, default-features = true }
pezcumulus-primitives-core = { workspace = true }
emulated-integration-tests-common = { workspace = true }
testnet-teyrchains-constants = { features = [
"zagros",
"zagros",
], workspace = true, default-features = true }
teyrchains-common = { workspace = true, default-features = true }
[features]
runtime-benchmarks = [
"coretime-zagros-runtime/runtime-benchmarks",
"pezcumulus-primitives-core/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"testnet-teyrchains-constants/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"coretime-zagros-runtime/runtime-benchmarks",
"pezcumulus-primitives-core/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"testnet-teyrchains-constants/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
]
@@ -38,7 +38,7 @@ decl_test_teyrchains! {
XcmpMessageHandler: coretime_zagros_runtime::XcmpQueue,
LocationToAccountId: coretime_zagros_runtime::xcm_config::LocationToAccountId,
TeyrchainInfo: coretime_zagros_runtime::TeyrchainInfo,
MessageOrigin: cumulus_primitives_core::AggregateMessageOrigin,
MessageOrigin: pezcumulus_primitives_core::AggregateMessageOrigin,
DigestProvider: AuraDigestProvider,
},
pallets = {
@@ -6,6 +6,9 @@ edition.workspace = true
license = "Apache-2.0"
description = "People Pezkuwichain emulated chain"
publish = false
documentation = "https://docs.rs/people-pezkuwichain-emulated-chain"
repository = { workspace = true }
homepage = { workspace = true }
[lints]
workspace = true
@@ -20,16 +23,16 @@ pezcumulus-primitives-core = { workspace = true }
emulated-integration-tests-common = { workspace = true }
people-pezkuwichain-runtime = { workspace = true }
testnet-teyrchains-constants = { features = [
"pezkuwichain",
"pezkuwichain",
], workspace = true, default-features = true }
teyrchains-common = { workspace = true, default-features = true }
[features]
runtime-benchmarks = [
"pezcumulus-primitives-core/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"people-pezkuwichain-runtime/runtime-benchmarks",
"testnet-teyrchains-constants/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"pezcumulus-primitives-core/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"people-pezkuwichain-runtime/runtime-benchmarks",
"testnet-teyrchains-constants/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
]
@@ -17,7 +17,7 @@
use pezsp_core::storage::Storage;
// Pezcumulus
use cumulus_primitives_core::ParaId;
use pezcumulus_primitives_core::ParaId;
use emulated_integration_tests_common::{
accounts, build_genesis_storage, collators, SAFE_XCM_VERSION,
};
@@ -37,7 +37,7 @@ decl_test_teyrchains! {
XcmpMessageHandler: people_pezkuwichain_runtime::XcmpQueue,
LocationToAccountId: people_pezkuwichain_runtime::xcm_config::LocationToAccountId,
TeyrchainInfo: people_pezkuwichain_runtime::TeyrchainInfo,
MessageOrigin: cumulus_primitives_core::AggregateMessageOrigin,
MessageOrigin: pezcumulus_primitives_core::AggregateMessageOrigin,
DigestProvider: AuraDigestProvider,
},
pallets = {
@@ -6,6 +6,9 @@ edition.workspace = true
license = "Apache-2.0"
description = "People Zagros emulated chain"
publish = false
documentation = "https://docs.rs/people-zagros-emulated-chain"
repository = { workspace = true }
homepage = { workspace = true }
[lints]
workspace = true
@@ -20,16 +23,16 @@ pezcumulus-primitives-core = { workspace = true }
emulated-integration-tests-common = { workspace = true }
people-zagros-runtime = { workspace = true }
testnet-teyrchains-constants = { features = [
"zagros",
"zagros",
], workspace = true, default-features = true }
teyrchains-common = { workspace = true, default-features = true }
[features]
runtime-benchmarks = [
"pezcumulus-primitives-core/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"people-zagros-runtime/runtime-benchmarks",
"testnet-teyrchains-constants/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"pezcumulus-primitives-core/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"people-zagros-runtime/runtime-benchmarks",
"testnet-teyrchains-constants/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
]
@@ -17,7 +17,7 @@
use pezsp_core::storage::Storage;
// Pezcumulus
use cumulus_primitives_core::ParaId;
use pezcumulus_primitives_core::ParaId;
use emulated_integration_tests_common::{
accounts, build_genesis_storage, collators, SAFE_XCM_VERSION,
};
@@ -37,7 +37,7 @@ decl_test_teyrchains! {
XcmpMessageHandler: people_zagros_runtime::XcmpQueue,
LocationToAccountId: people_zagros_runtime::xcm_config::LocationToAccountId,
TeyrchainInfo: people_zagros_runtime::TeyrchainInfo,
MessageOrigin: cumulus_primitives_core::AggregateMessageOrigin,
MessageOrigin: pezcumulus_primitives_core::AggregateMessageOrigin,
DigestProvider: AuraDigestProvider,
},
pallets = {
@@ -6,6 +6,9 @@ edition.workspace = true
license = "Apache-2.0"
description = "Penpal emulated chain"
publish = false
documentation = "https://docs.rs/penpal-emulated-chain"
repository = { workspace = true }
homepage = { workspace = true }
[lints]
workspace = true
@@ -27,11 +30,11 @@ teyrchains-common = { workspace = true, default-features = true }
[features]
runtime-benchmarks = [
"pezcumulus-primitives-core/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"penpal-runtime/runtime-benchmarks",
"pezsp-keyring/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"xcm/runtime-benchmarks",
"pezcumulus-primitives-core/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"penpal-runtime/runtime-benchmarks",
"pezsp-keyring/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
@@ -53,7 +53,7 @@ decl_test_teyrchains! {
XcmpMessageHandler: penpal_runtime::XcmpQueue,
LocationToAccountId: penpal_runtime::xcm_config::LocationToAccountId,
TeyrchainInfo: penpal_runtime::TeyrchainInfo,
MessageOrigin: cumulus_primitives_core::AggregateMessageOrigin,
MessageOrigin: pezcumulus_primitives_core::AggregateMessageOrigin,
DigestProvider: AuraDigestProvider,
},
pallets = {
@@ -78,7 +78,7 @@ decl_test_teyrchains! {
XcmpMessageHandler: penpal_runtime::XcmpQueue,
LocationToAccountId: penpal_runtime::xcm_config::LocationToAccountId,
TeyrchainInfo: penpal_runtime::TeyrchainInfo,
MessageOrigin: cumulus_primitives_core::AggregateMessageOrigin,
MessageOrigin: pezcumulus_primitives_core::AggregateMessageOrigin,
DigestProvider: AuraDigestProvider,
},
pallets = {
@@ -7,6 +7,8 @@ license = "Apache-2.0"
description = "Common resources for integration testing with xcm-emulator"
homepage.workspace = true
repository.workspace = true
documentation = "https://docs.rs/emulated-integration-tests-common"
publish = false
[lints]
workspace = true
@@ -34,7 +36,7 @@ pezsp-runtime = { workspace = true, default-features = true }
# Pezkuwi
pezpallet-xcm = { features = [
"test-utils",
"test-utils",
], workspace = true, default-features = true }
pezkuwi-primitives = { workspace = true, default-features = true }
pezkuwi-runtime-teyrchains = { workspace = true, default-features = true }
@@ -61,36 +63,36 @@ pezpallet-xcm-bridge-hub = { workspace = true, default-features = true }
[features]
runtime-benchmarks = [
"asset-test-utils/runtime-benchmarks",
"bp-messages/runtime-benchmarks",
"bp-xcm-bridge-hub/runtime-benchmarks",
"pezcumulus-pezpallet-teyrchain-system/runtime-benchmarks",
"pezcumulus-pezpallet-xcmp-queue/runtime-benchmarks",
"pezcumulus-primitives-core/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezpallet-asset-conversion/runtime-benchmarks",
"pezpallet-assets/runtime-benchmarks",
"pezpallet-balances/runtime-benchmarks",
"pezpallet-bridge-messages/runtime-benchmarks",
"pezpallet-message-queue/runtime-benchmarks",
"pezpallet-whitelist/runtime-benchmarks",
"pezpallet-xcm-bridge-hub/runtime-benchmarks",
"pezpallet-xcm/runtime-benchmarks",
"pezkuwi-primitives/runtime-benchmarks",
"pezkuwi-runtime-teyrchains/runtime-benchmarks",
"pezkuwi-teyrchain-primitives/runtime-benchmarks",
"pezsc-consensus-grandpa/runtime-benchmarks",
"pezsp-authority-discovery/runtime-benchmarks",
"pezsp-consensus-babe/runtime-benchmarks",
"pezsp-consensus-beefy/runtime-benchmarks",
"pezsp-keyring/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"xcm-emulator/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"xcm-runtime-apis/runtime-benchmarks",
"xcm-simulator/runtime-benchmarks",
"xcm/runtime-benchmarks",
"asset-test-utils/runtime-benchmarks",
"bp-messages/runtime-benchmarks",
"bp-xcm-bridge-hub/runtime-benchmarks",
"pezcumulus-pezpallet-teyrchain-system/runtime-benchmarks",
"pezcumulus-pezpallet-xcmp-queue/runtime-benchmarks",
"pezcumulus-primitives-core/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezpallet-asset-conversion/runtime-benchmarks",
"pezpallet-assets/runtime-benchmarks",
"pezpallet-balances/runtime-benchmarks",
"pezpallet-bridge-messages/runtime-benchmarks",
"pezpallet-message-queue/runtime-benchmarks",
"pezpallet-whitelist/runtime-benchmarks",
"pezpallet-xcm-bridge-hub/runtime-benchmarks",
"pezpallet-xcm/runtime-benchmarks",
"pezkuwi-primitives/runtime-benchmarks",
"pezkuwi-runtime-teyrchains/runtime-benchmarks",
"pezkuwi-teyrchain-primitives/runtime-benchmarks",
"pezsc-consensus-grandpa/runtime-benchmarks",
"pezsp-authority-discovery/runtime-benchmarks",
"pezsp-consensus-babe/runtime-benchmarks",
"pezsp-consensus-beefy/runtime-benchmarks",
"pezsp-keyring/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"xcm-emulator/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"xcm-runtime-apis/runtime-benchmarks",
"xcm-simulator/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
@@ -46,9 +46,9 @@ pub use xcm::{
};
// Pezcumulus
pub use cumulus_pallet_teyrchain_system;
pub use cumulus_pallet_xcmp_queue;
pub use cumulus_primitives_core::{
pub use pezcumulus_pallet_teyrchain_system;
pub use pezcumulus_pallet_xcmp_queue;
pub use pezcumulus_primitives_core::{
relay_chain::HrmpChannelId, DmpMessageHandler, Junction, Junctions, NetworkId, ParaId,
XcmpMessageHandler,
};
@@ -516,7 +516,7 @@ macro_rules! impl_assert_events_helpers_for_teyrchain {
Self,
vec![
[<$chain RuntimeEvent>]::<N>::TeyrchainSystem(
$crate::impls::cumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }
$crate::impls::pezcumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }
) => {},
]
);
@@ -18,7 +18,7 @@ pub mod macros;
pub mod xcm_helpers;
use codec::Encode;
use cumulus_primitives_core::relay_chain::Slot;
use pezcumulus_primitives_core::relay_chain::Slot;
pub use xcm_emulator;
pub use xcm_simulator;
@@ -43,7 +43,7 @@ pub use xcm_executor::traits::{DropAssets, TransferType};
// Pezcumulus
pub use asset_test_utils;
pub use cumulus_pallet_xcmp_queue;
pub use pezcumulus_pallet_xcmp_queue;
pub use teyrchains_common::AccountId;
pub use xcm_emulator::{
assert_expected_events, Chain, RelayChain, TestArgs, TestContext, TestExt, Teyrchain as Para,
@@ -162,7 +162,7 @@ macro_rules! test_teyrchain_is_trusted_teleporter {
$crate::macros::pezpallet_xcm::Event::Attempted { outcome: $crate::macros::Outcome::Complete { .. } }
) => {},
RuntimeEvent::XcmpQueue(
$crate::macros::cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }
$crate::macros::pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }
) => {},
RuntimeEvent::Balances(
$crate::macros::pezpallet_balances::Event::Burned { who: sender, amount }
@@ -6,6 +6,9 @@ edition.workspace = true
license = "Apache-2.0"
description = "Pezkuwichain System emulated network"
publish = false
documentation = "https://docs.rs/pezkuwichain-system-emulated-network"
repository = { workspace = true }
homepage = { workspace = true }
[lints]
workspace = true
@@ -22,11 +25,11 @@ pezkuwichain-emulated-chain = { workspace = true }
[features]
runtime-benchmarks = [
"asset-hub-pezkuwichain-emulated-chain/runtime-benchmarks",
"bridge-hub-pezkuwichain-emulated-chain/runtime-benchmarks",
"coretime-pezkuwichain-emulated-chain/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"penpal-emulated-chain/runtime-benchmarks",
"people-pezkuwichain-emulated-chain/runtime-benchmarks",
"pezkuwichain-emulated-chain/runtime-benchmarks",
"asset-hub-pezkuwichain-emulated-chain/runtime-benchmarks",
"bridge-hub-pezkuwichain-emulated-chain/runtime-benchmarks",
"coretime-pezkuwichain-emulated-chain/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"penpal-emulated-chain/runtime-benchmarks",
"people-pezkuwichain-emulated-chain/runtime-benchmarks",
"pezkuwichain-emulated-chain/runtime-benchmarks",
]
@@ -6,6 +6,9 @@ edition.workspace = true
license = "Apache-2.0"
description = "Pezkuwichain<>Zagros emulated bridged network"
publish = false
documentation = "https://docs.rs/pezkuwichain-zagros-system-emulated-network"
repository = { workspace = true }
homepage = { workspace = true }
[lints]
workspace = true
@@ -23,12 +26,12 @@ zagros-emulated-chain = { workspace = true, default-features = true }
[features]
runtime-benchmarks = [
"asset-hub-pezkuwichain-emulated-chain/runtime-benchmarks",
"asset-hub-zagros-emulated-chain/runtime-benchmarks",
"bridge-hub-pezkuwichain-emulated-chain/runtime-benchmarks",
"bridge-hub-zagros-emulated-chain/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"penpal-emulated-chain/runtime-benchmarks",
"pezkuwichain-emulated-chain/runtime-benchmarks",
"zagros-emulated-chain/runtime-benchmarks",
"asset-hub-pezkuwichain-emulated-chain/runtime-benchmarks",
"asset-hub-zagros-emulated-chain/runtime-benchmarks",
"bridge-hub-pezkuwichain-emulated-chain/runtime-benchmarks",
"bridge-hub-zagros-emulated-chain/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"penpal-emulated-chain/runtime-benchmarks",
"pezkuwichain-emulated-chain/runtime-benchmarks",
"zagros-emulated-chain/runtime-benchmarks",
]
@@ -6,6 +6,9 @@ edition.workspace = true
license = "Apache-2.0"
description = "Zagros System emulated network"
publish = false
documentation = "https://docs.rs/zagros-system-emulated-network"
repository = { workspace = true }
homepage = { workspace = true }
[lints]
workspace = true
@@ -23,12 +26,12 @@ zagros-emulated-chain = { workspace = true }
[features]
runtime-benchmarks = [
"asset-hub-zagros-emulated-chain/runtime-benchmarks",
"bridge-hub-zagros-emulated-chain/runtime-benchmarks",
"collectives-zagros-emulated-chain/runtime-benchmarks",
"coretime-zagros-emulated-chain/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"penpal-emulated-chain/runtime-benchmarks",
"people-zagros-emulated-chain/runtime-benchmarks",
"zagros-emulated-chain/runtime-benchmarks",
"asset-hub-zagros-emulated-chain/runtime-benchmarks",
"bridge-hub-zagros-emulated-chain/runtime-benchmarks",
"collectives-zagros-emulated-chain/runtime-benchmarks",
"coretime-zagros-emulated-chain/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"penpal-emulated-chain/runtime-benchmarks",
"people-zagros-emulated-chain/runtime-benchmarks",
"zagros-emulated-chain/runtime-benchmarks",
]
@@ -6,6 +6,9 @@ edition.workspace = true
license = "Apache-2.0"
description = "Asset Hub Pezkuwichain runtime integration tests with xcm-emulator"
publish = false
documentation = "https://docs.rs/asset-hub-pezkuwichain-integration-tests"
repository = { workspace = true }
homepage = { workspace = true }
[lints]
workspace = true
@@ -44,25 +47,25 @@ teyrchains-common = { workspace = true, default-features = true }
[features]
runtime-benchmarks = [
"asset-test-utils/runtime-benchmarks",
"pezcumulus-pezpallet-teyrchain-system/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezpallet-asset-conversion/runtime-benchmarks",
"pezpallet-asset-rewards/runtime-benchmarks",
"pezpallet-assets/runtime-benchmarks",
"pezpallet-balances/runtime-benchmarks",
"pezpallet-message-queue/runtime-benchmarks",
"pezpallet-treasury/runtime-benchmarks",
"pezpallet-utility/runtime-benchmarks",
"pezpallet-xcm/runtime-benchmarks",
"pezkuwi-runtime-common/runtime-benchmarks",
"pezkuwichain-runtime-constants/runtime-benchmarks",
"pezkuwichain-system-emulated-network/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"xcm-runtime-apis/runtime-benchmarks",
"xcm/runtime-benchmarks",
"asset-test-utils/runtime-benchmarks",
"pezcumulus-pezpallet-teyrchain-system/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezpallet-asset-conversion/runtime-benchmarks",
"pezpallet-asset-rewards/runtime-benchmarks",
"pezpallet-assets/runtime-benchmarks",
"pezpallet-balances/runtime-benchmarks",
"pezpallet-message-queue/runtime-benchmarks",
"pezpallet-treasury/runtime-benchmarks",
"pezpallet-utility/runtime-benchmarks",
"pezpallet-xcm/runtime-benchmarks",
"pezkuwi-runtime-common/runtime-benchmarks",
"pezkuwichain-runtime-constants/runtime-benchmarks",
"pezkuwichain-system-emulated-network/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"xcm-runtime-apis/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
@@ -159,7 +159,7 @@ fn spend_roc_on_asset_hub() {
AssetHubPezkuwichain,
vec![
RuntimeEvent::Balances(pezpallet_balances::Event::Transfer { .. }) => {},
RuntimeEvent::TeyrchainSystem(cumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }) => {},
RuntimeEvent::TeyrchainSystem(pezcumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }) => {},
RuntimeEvent::MessageQueue(pezpallet_message_queue::Event::Processed { success: true ,.. }) => {},
]
);
@@ -240,7 +240,7 @@ fn create_and_claim_treasury_spend_in_usdt() {
to: to == &alice,
amount: amount == &SPEND_AMOUNT,
},
RuntimeEvent::TeyrchainSystem(cumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }) => {},
RuntimeEvent::TeyrchainSystem(pezcumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }) => {},
RuntimeEvent::MessageQueue(pezpallet_message_queue::Event::Processed { success: true ,.. }) => {},
]
);
@@ -6,6 +6,9 @@ edition.workspace = true
license = "Apache-2.0"
description = "Asset Hub Zagros runtime integration tests with xcm-emulator"
publish = false
documentation = "https://docs.rs/asset-hub-zagros-integration-tests"
repository = { workspace = true }
homepage = { workspace = true }
[lints]
workspace = true
@@ -47,25 +50,25 @@ pezsp-tracing = { workspace = true, default-features = true }
[features]
runtime-benchmarks = [
"asset-test-utils/runtime-benchmarks",
"pezcumulus-pezpallet-teyrchain-system/runtime-benchmarks",
"pezcumulus-pezpallet-xcmp-queue/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezpallet-asset-conversion/runtime-benchmarks",
"pezpallet-asset-rewards/runtime-benchmarks",
"pezpallet-assets/runtime-benchmarks",
"pezpallet-balances/runtime-benchmarks",
"pezpallet-message-queue/runtime-benchmarks",
"pezpallet-treasury/runtime-benchmarks",
"pezpallet-xcm/runtime-benchmarks",
"pezkuwi-runtime-common/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"xcm-runtime-apis/runtime-benchmarks",
"xcm/runtime-benchmarks",
"zagros-system-emulated-network/runtime-benchmarks",
"asset-test-utils/runtime-benchmarks",
"pezcumulus-pezpallet-teyrchain-system/runtime-benchmarks",
"pezcumulus-pezpallet-xcmp-queue/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezpallet-asset-conversion/runtime-benchmarks",
"pezpallet-asset-rewards/runtime-benchmarks",
"pezpallet-assets/runtime-benchmarks",
"pezpallet-balances/runtime-benchmarks",
"pezpallet-message-queue/runtime-benchmarks",
"pezpallet-treasury/runtime-benchmarks",
"pezpallet-xcm/runtime-benchmarks",
"pezkuwi-runtime-common/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"xcm-runtime-apis/runtime-benchmarks",
"xcm/runtime-benchmarks",
"zagros-system-emulated-network/runtime-benchmarks",
]
@@ -96,7 +96,7 @@ fn create_and_claim_treasury_spend() {
to: to == &alice,
amount: amount == &SPEND_AMOUNT,
},
RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
RuntimeEvent::MessageQueue(pezpallet_message_queue::Event::Processed { success: true ,.. }) => {},
]
);
@@ -97,7 +97,7 @@ fn create_and_claim_treasury_spend() {
to: to == &alice,
amount: amount == &SPEND_AMOUNT,
},
RuntimeEvent::TeyrchainSystem(cumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }) => {},
RuntimeEvent::TeyrchainSystem(pezcumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }) => {},
RuntimeEvent::MessageQueue(pezpallet_message_queue::Event::Processed { success: true ,.. }) => {},
]
);
@@ -6,6 +6,9 @@ edition.workspace = true
license = "Apache-2.0"
description = "Bridge Hub Pezkuwichain runtime integration tests with xcm-emulator"
publish = false
documentation = "https://docs.rs/bridge-hub-pezkuwichain-integration-tests"
repository = { workspace = true }
homepage = { workspace = true }
[lints]
workspace = true
@@ -41,8 +44,8 @@ emulated-integration-tests-common = { workspace = true }
pezkuwichain-system-emulated-network = { workspace = true }
pezkuwichain-zagros-system-emulated-network = { workspace = true }
testnet-teyrchains-constants = { features = [
"pezkuwichain",
"zagros",
"pezkuwichain",
"zagros",
], workspace = true, default-features = true }
teyrchains-common = { workspace = true, default-features = true }
@@ -55,28 +58,28 @@ snowbridge-pezpallet-system = { workspace = true }
[features]
runtime-benchmarks = [
"asset-hub-pezkuwichain-runtime/runtime-benchmarks",
"bp-asset-hub-pezkuwichain/runtime-benchmarks",
"pezcumulus-pezpallet-xcmp-queue/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezpallet-asset-conversion/runtime-benchmarks",
"pezpallet-assets/runtime-benchmarks",
"pezpallet-balances/runtime-benchmarks",
"pezpallet-bridge-messages/runtime-benchmarks",
"pezpallet-message-queue/runtime-benchmarks",
"pezpallet-xcm/runtime-benchmarks",
"pezkuwichain-system-emulated-network/runtime-benchmarks",
"pezkuwichain-zagros-system-emulated-network/runtime-benchmarks",
"snowbridge-inbound-queue-primitives/runtime-benchmarks",
"snowbridge-outbound-queue-primitives/runtime-benchmarks",
"snowbridge-pezpallet-inbound-queue-fixtures/runtime-benchmarks",
"snowbridge-pezpallet-outbound-queue/runtime-benchmarks",
"snowbridge-pezpallet-system/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"testnet-teyrchains-constants/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"xcm/runtime-benchmarks",
"asset-hub-pezkuwichain-runtime/runtime-benchmarks",
"bp-asset-hub-pezkuwichain/runtime-benchmarks",
"pezcumulus-pezpallet-xcmp-queue/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezpallet-asset-conversion/runtime-benchmarks",
"pezpallet-assets/runtime-benchmarks",
"pezpallet-balances/runtime-benchmarks",
"pezpallet-bridge-messages/runtime-benchmarks",
"pezpallet-message-queue/runtime-benchmarks",
"pezpallet-xcm/runtime-benchmarks",
"pezkuwichain-system-emulated-network/runtime-benchmarks",
"pezkuwichain-zagros-system-emulated-network/runtime-benchmarks",
"snowbridge-inbound-queue-primitives/runtime-benchmarks",
"snowbridge-outbound-queue-primitives/runtime-benchmarks",
"snowbridge-pezpallet-inbound-queue-fixtures/runtime-benchmarks",
"snowbridge-pezpallet-outbound-queue/runtime-benchmarks",
"snowbridge-pezpallet-system/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"testnet-teyrchains-constants/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
@@ -100,7 +100,7 @@ fn send_assets_from_penpal_pezkuwichain_through_pezkuwichain_ah_to_zagros_ah(
who: *who == TreasuryAccount::get(),
},
RuntimeEvent::XcmpQueue(
cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }
pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }
) => {},
]
);
@@ -278,7 +278,7 @@ pub(crate) fn assert_bridge_hub_zagros_message_received() {
vec![
// message sent to destination
RuntimeEvent::XcmpQueue(
cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }
pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }
) => {},
]
);
@@ -6,6 +6,9 @@ edition.workspace = true
license = "Apache-2.0"
description = "Bridge Hub Zagros runtime integration tests with xcm-emulator"
publish = false
documentation = "https://docs.rs/bridge-hub-zagros-integration-tests"
repository = { workspace = true }
homepage = { workspace = true }
[lints]
workspace = true
@@ -45,8 +48,8 @@ pezcumulus-pezpallet-xcmp-queue = { workspace = true }
emulated-integration-tests-common = { workspace = true }
pezkuwichain-zagros-system-emulated-network = { workspace = true }
testnet-teyrchains-constants = { features = [
"pezkuwichain",
"zagros",
"pezkuwichain",
"zagros",
], workspace = true, default-features = true }
teyrchains-common = { workspace = true, default-features = true }
@@ -64,37 +67,37 @@ snowbridge-pezpallet-system-v2 = { workspace = true }
[features]
runtime-benchmarks = [
"asset-hub-zagros-runtime/runtime-benchmarks",
"bp-asset-hub-zagros/runtime-benchmarks",
"bridge-hub-common/runtime-benchmarks",
"bridge-hub-zagros-runtime/runtime-benchmarks",
"pezcumulus-pezpallet-teyrchain-system/runtime-benchmarks",
"pezcumulus-pezpallet-xcmp-queue/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezpallet-asset-conversion/runtime-benchmarks",
"pezpallet-assets/runtime-benchmarks",
"pezpallet-balances/runtime-benchmarks",
"pezpallet-bridge-messages/runtime-benchmarks",
"pezpallet-bridge-relayers/runtime-benchmarks",
"pezpallet-message-queue/runtime-benchmarks",
"pezpallet-xcm/runtime-benchmarks",
"pezkuwichain-zagros-system-emulated-network/runtime-benchmarks",
"snowbridge-core/runtime-benchmarks",
"snowbridge-inbound-queue-primitives/runtime-benchmarks",
"snowbridge-outbound-queue-primitives/runtime-benchmarks",
"snowbridge-pezpallet-inbound-queue-fixtures/runtime-benchmarks",
"snowbridge-pezpallet-inbound-queue-v2/runtime-benchmarks",
"snowbridge-pezpallet-inbound-queue/runtime-benchmarks",
"snowbridge-pezpallet-outbound-queue-v2/runtime-benchmarks",
"snowbridge-pezpallet-outbound-queue/runtime-benchmarks",
"snowbridge-pezpallet-system-v2/runtime-benchmarks",
"snowbridge-pezpallet-system/runtime-benchmarks",
"pezsp-io/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"testnet-teyrchains-constants/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"xcm/runtime-benchmarks",
"asset-hub-zagros-runtime/runtime-benchmarks",
"bp-asset-hub-zagros/runtime-benchmarks",
"bridge-hub-common/runtime-benchmarks",
"bridge-hub-zagros-runtime/runtime-benchmarks",
"pezcumulus-pezpallet-teyrchain-system/runtime-benchmarks",
"pezcumulus-pezpallet-xcmp-queue/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezpallet-asset-conversion/runtime-benchmarks",
"pezpallet-assets/runtime-benchmarks",
"pezpallet-balances/runtime-benchmarks",
"pezpallet-bridge-messages/runtime-benchmarks",
"pezpallet-bridge-relayers/runtime-benchmarks",
"pezpallet-message-queue/runtime-benchmarks",
"pezpallet-xcm/runtime-benchmarks",
"pezkuwichain-zagros-system-emulated-network/runtime-benchmarks",
"snowbridge-core/runtime-benchmarks",
"snowbridge-inbound-queue-primitives/runtime-benchmarks",
"snowbridge-outbound-queue-primitives/runtime-benchmarks",
"snowbridge-pezpallet-inbound-queue-fixtures/runtime-benchmarks",
"snowbridge-pezpallet-inbound-queue-v2/runtime-benchmarks",
"snowbridge-pezpallet-inbound-queue/runtime-benchmarks",
"snowbridge-pezpallet-outbound-queue-v2/runtime-benchmarks",
"snowbridge-pezpallet-outbound-queue/runtime-benchmarks",
"snowbridge-pezpallet-system-v2/runtime-benchmarks",
"snowbridge-pezpallet-system/runtime-benchmarks",
"pezsp-io/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"testnet-teyrchains-constants/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
@@ -109,7 +109,7 @@ fn send_assets_from_penpal_zagros_through_zagros_ah_to_pezkuwichain_ah(
who: *who == TreasuryAccount::get(),
},
RuntimeEvent::XcmpQueue(
cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }
pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }
) => {},
]
);
@@ -699,7 +699,7 @@ fn send_wnds_from_zagros_relay_through_asset_hub_zagros_to_asset_hub_pezkuwichai
who: *who == sov_ahr_on_ahw.clone().into(),
},
RuntimeEvent::XcmpQueue(
cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }
pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }
) => {},
]
);
@@ -1008,7 +1008,7 @@ fn send_back_rocs_from_penpal_zagros_through_asset_hub_zagros_to_asset_hub_pezku
owner: owner == &sov_penpal_on_ahw,
},
RuntimeEvent::XcmpQueue(
cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }
pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }
) => {},
// message processed successfully
RuntimeEvent::MessageQueue(
@@ -1034,7 +1034,7 @@ fn send_back_rocs_from_penpal_zagros_through_asset_hub_zagros_to_asset_hub_pezku
},
// sent message to sibling Penpal
RuntimeEvent::XcmpQueue(
cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }
pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }
) => {},
// message processed successfully
RuntimeEvent::MessageQueue(
@@ -1206,7 +1206,7 @@ fn send_back_rocs_from_penpal_zagros_through_asset_hub_zagros_to_asset_hub_pezku
owner: owner == &sov_penpal_on_ahw,
},
RuntimeEvent::XcmpQueue(
cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }
pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }
) => {},
// message processed successfully
RuntimeEvent::MessageQueue(
@@ -1235,7 +1235,7 @@ fn send_back_rocs_from_penpal_zagros_through_asset_hub_zagros_to_asset_hub_pezku
},
// sent message to Pezkuwichain Relay
RuntimeEvent::TeyrchainSystem(
cumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }
pezcumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }
) => {},
// message processed successfully
RuntimeEvent::MessageQueue(
@@ -1400,7 +1400,7 @@ fn do_send_pens_and_wnds_from_penpal_zagros_via_ahw_to_asset_hub_pezkuwichain(
who: *who == sov_ahr_on_ahw.clone().into(),
},
RuntimeEvent::XcmpQueue(
cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }
pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }
) => {},
]
);
@@ -233,7 +233,7 @@ pub(crate) fn assert_bridge_hub_pezkuwichain_message_received() {
vec![
// message sent to destination
RuntimeEvent::XcmpQueue(
cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }
pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }
) => {},
]
);
@@ -98,7 +98,7 @@ fn register_token_from_ethereum_to_asset_hub() {
assert_expected_events!(
BridgeHubZagros,
vec![RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},]
vec![RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},]
);
});
@@ -147,7 +147,7 @@ fn send_weth_token_from_ethereum_to_asset_hub() {
assert_expected_events!(
BridgeHubZagros,
vec![RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},]
vec![RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},]
);
});
@@ -251,7 +251,7 @@ fn send_weth_from_ethereum_to_penpal() {
assert_expected_events!(
BridgeHubZagros,
vec![RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},]
vec![RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},]
);
});
@@ -262,7 +262,7 @@ fn send_weth_from_ethereum_to_penpal() {
AssetHubZagros,
vec![
RuntimeEvent::ForeignAssets(pezpallet_assets::Event::Issued { .. }) => {},
RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
]
);
});
@@ -324,7 +324,7 @@ fn send_eth_asset_from_asset_hub_to_ethereum_and_back() {
assert_expected_events!(
BridgeHubZagros,
vec![
RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
]
);
});
@@ -433,7 +433,7 @@ fn register_weth_token_in_asset_hub_fail_for_insufficient_fee() {
assert_expected_events!(
BridgeHubZagros,
vec![
RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
]
);
});
@@ -481,7 +481,7 @@ fn send_weth_from_ethereum_to_asset_hub_with_fee(account_id: [u8; 32], fee: u128
assert_expected_events!(
BridgeHubZagros,
vec![
RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
]
);
});
@@ -590,7 +590,7 @@ fn send_token_from_ethereum_to_asset_hub() {
// Check that the message was sent
assert_expected_events!(
BridgeHubZagros,
vec![RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},]
vec![RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},]
);
});
@@ -634,7 +634,7 @@ fn send_weth_asset_from_asset_hub_to_ethereum() {
// Check that the send token message was sent using xcm
assert_expected_events!(
BridgeHubZagros,
vec![RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) =>{},]
vec![RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) =>{},]
);
});
@@ -778,7 +778,7 @@ fn send_token_from_ethereum_to_penpal() {
// Check that the send token message was sent using xcm
assert_expected_events!(
BridgeHubZagros,
vec![RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) =>{},]
vec![RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) =>{},]
);
});
@@ -789,7 +789,7 @@ fn send_token_from_ethereum_to_penpal() {
AssetHubZagros,
vec![
RuntimeEvent::ForeignAssets(pezpallet_assets::Event::Issued { .. }) => {},
RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
]
);
});
@@ -922,7 +922,7 @@ fn transfer_relay_token() {
assert_expected_events!(
BridgeHubZagros,
vec![RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},]
vec![RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},]
);
});
@@ -1087,7 +1087,7 @@ fn transfer_ah_token() {
assert_expected_events!(
BridgeHubZagros,
vec![RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},]
vec![RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},]
);
});
@@ -1192,7 +1192,7 @@ fn send_weth_from_ethereum_to_ahw_to_ahr_back_to_ahw_and_ethereum() {
assert_expected_events!(
BridgeHubZagros,
vec![
RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
]
);
});
@@ -1333,7 +1333,7 @@ fn send_weth_from_ethereum_to_ahw_to_ahr_back_to_ahw_and_ethereum() {
vec![
// message sent to destination
RuntimeEvent::XcmpQueue(
cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }
pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }
) => {},
]
);
@@ -1582,7 +1582,7 @@ fn transfer_penpal_native_asset() {
assert_expected_events!(
BridgeHubZagros,
vec![RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},]
vec![RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},]
);
});
@@ -1795,7 +1795,7 @@ fn transfer_penpal_teleport_enabled_asset() {
assert_expected_events!(
BridgeHubZagros,
vec![RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) =>
vec![RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) =>
{},]
);
});
@@ -2148,7 +2148,7 @@ fn transfer_roc_from_ah_with_transfer_and_then() {
let _ = EthereumInboundQueue::send_xcm(xcm, AssetHubZagros::para_id().into()).unwrap();
assert_expected_events!(
BridgeHubZagros,
vec![RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},]
vec![RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},]
);
});
@@ -92,7 +92,7 @@ fn register_token_v2() {
assert_expected_events!(
BridgeHubZagros,
vec![
RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
// Check that the relayer reward was registered.
RuntimeEvent::BridgeRelayers(pezpallet_bridge_relayers::Event::RewardRegistered { relayer, reward_kind, reward_balance }) => {
relayer: *relayer == relayer_account,
@@ -203,7 +203,7 @@ fn send_token_v2() {
assert_expected_events!(
BridgeHubZagros,
vec![
RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
// Check that the relayer reward was registered.
RuntimeEvent::BridgeRelayers(pezpallet_bridge_relayers::Event::RewardRegistered { relayer, reward_kind, reward_balance }) => {
relayer: *relayer == relayer_account,
@@ -312,7 +312,7 @@ fn send_weth_v2() {
assert_expected_events!(
BridgeHubZagros,
vec![
RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
// Check that the relayer reward was registered.
RuntimeEvent::BridgeRelayers(pezpallet_bridge_relayers::Event::RewardRegistered { relayer, reward_kind, reward_balance }) => {
relayer: *relayer == relayer_account,
@@ -469,7 +469,7 @@ fn register_and_send_token_in_one_transaction_fails() {
assert_expected_events!(
BridgeHubZagros,
vec![
RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
// Check that the relayer reward was registered.
RuntimeEvent::BridgeRelayers(pezpallet_bridge_relayers::Event::RewardRegistered { relayer, reward_kind, reward_balance }) => {
relayer: *relayer == relayer_account,
@@ -622,7 +622,7 @@ fn send_token_to_penpal_v2() {
assert_expected_events!(
BridgeHubZagros,
vec![
RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
// Check that the relayer reward was registered.
RuntimeEvent::BridgeRelayers(pezpallet_bridge_relayers::Event::RewardRegistered { relayer, reward_kind, reward_balance }) => {
relayer: *relayer == relayer_account,
@@ -658,7 +658,7 @@ fn send_token_to_penpal_v2() {
asset_id: *asset_id == token_location,
owner: *owner == penpal_sov_on_ah,
},
RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
]
);
@@ -806,7 +806,7 @@ fn send_foreign_erc20_token_back_to_pezkuwi() {
assert_expected_events!(
BridgeHubZagros,
vec![
RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
// Check that the relayer reward was registered.
RuntimeEvent::BridgeRelayers(pezpallet_bridge_relayers::Event::RewardRegistered { relayer, reward_kind, reward_balance }) => {
relayer: *relayer == relayer_account,
@@ -902,7 +902,7 @@ fn invalid_xcm_traps_funds_on_ah() {
assert_expected_events!(
BridgeHubZagros,
vec![
RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
// Check that the relayer reward was registered.
RuntimeEvent::BridgeRelayers(pezpallet_bridge_relayers::Event::RewardRegistered { relayer, reward_kind, reward_balance }) => {
relayer: *relayer == relayer_account,
@@ -970,7 +970,7 @@ fn invalid_claimer_does_not_fail_the_message() {
assert_expected_events!(
BridgeHubZagros,
vec![
RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
// Check that the relayer reward was registered.
RuntimeEvent::BridgeRelayers(pezpallet_bridge_relayers::Event::RewardRegistered { relayer, reward_kind, reward_balance }) => {
relayer: *relayer == relayer_account,
@@ -168,7 +168,7 @@ fn send_token_to_pezkuwichain_v2() {
assert_expected_events!(
BridgeHubZagros,
vec![
RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
// Check that the relayer reward was registered.
RuntimeEvent::BridgeRelayers(pezpallet_bridge_relayers::Event::RewardRegistered { relayer, reward_kind, reward_balance }) => {
relayer: *relayer == relayer_account,
@@ -189,7 +189,7 @@ fn send_token_to_pezkuwichain_v2() {
RuntimeEvent::MessageQueue(
pezpallet_message_queue::Event::Processed { success: true, .. }
) => {},
RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
]
);
@@ -333,7 +333,7 @@ fn send_ether_to_pezkuwichain_v2() {
assert_expected_events!(
BridgeHubZagros,
vec![
RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
// Check that the relayer reward was registered.
RuntimeEvent::BridgeRelayers(pezpallet_bridge_relayers::Event::RewardRegistered { relayer, reward_kind, reward_balance }) => {
relayer: *relayer == relayer_account,
@@ -354,7 +354,7 @@ fn send_ether_to_pezkuwichain_v2() {
RuntimeEvent::MessageQueue(
pezpallet_message_queue::Event::Processed { success: true, .. }
) => {},
RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
]
);
@@ -536,7 +536,7 @@ fn send_roc_from_ethereum_to_pezkuwichain() {
assert_expected_events!(
BridgeHubZagros,
vec![
RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
// Check that the relayer reward was registered.
RuntimeEvent::BridgeRelayers(pezpallet_bridge_relayers::Event::RewardRegistered { relayer, reward_kind, reward_balance }) => {
relayer: *relayer == relayer_account,
@@ -129,7 +129,7 @@ pub(crate) fn assert_bridge_hub_zagros_message_received() {
vec![
// message sent to destination
RuntimeEvent::XcmpQueue(
cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }
pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }
) => {},
]
);
@@ -6,6 +6,9 @@ edition.workspace = true
license = "Apache-2.0"
description = "Collectives Zagros runtime integration tests with xcm-emulator"
publish = false
documentation = "https://docs.rs/collectives-zagros-integration-tests"
repository = { workspace = true }
homepage = { workspace = true }
[lints]
workspace = true
@@ -39,22 +42,22 @@ zagros-system-emulated-network = { workspace = true }
[features]
runtime-benchmarks = [
"collectives-zagros-runtime/runtime-benchmarks",
"pezcumulus-pezpallet-teyrchain-system/runtime-benchmarks",
"pezcumulus-pezpallet-xcmp-queue/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezpallet-assets/runtime-benchmarks",
"pezpallet-balances/runtime-benchmarks",
"pezpallet-message-queue/runtime-benchmarks",
"pezpallet-treasury/runtime-benchmarks",
"pezpallet-utility/runtime-benchmarks",
"pezpallet-whitelist/runtime-benchmarks",
"pezpallet-xcm/runtime-benchmarks",
"pezkuwi-runtime-common/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"xcm/runtime-benchmarks",
"zagros-runtime-constants/runtime-benchmarks",
"zagros-system-emulated-network/runtime-benchmarks",
"collectives-zagros-runtime/runtime-benchmarks",
"pezcumulus-pezpallet-teyrchain-system/runtime-benchmarks",
"pezcumulus-pezpallet-xcmp-queue/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezpallet-assets/runtime-benchmarks",
"pezpallet-balances/runtime-benchmarks",
"pezpallet-message-queue/runtime-benchmarks",
"pezpallet-treasury/runtime-benchmarks",
"pezpallet-utility/runtime-benchmarks",
"pezpallet-whitelist/runtime-benchmarks",
"pezpallet-xcm/runtime-benchmarks",
"pezkuwi-runtime-common/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"xcm/runtime-benchmarks",
"zagros-runtime-constants/runtime-benchmarks",
"zagros-system-emulated-network/runtime-benchmarks",
]
@@ -51,7 +51,7 @@ fn pay_salary_technical_fellowship() {
assert_expected_events!(
CollectivesZagros,
vec![
RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
]
);
});
@@ -93,7 +93,7 @@ fn pay_salary_secretary() {
assert_expected_events!(
CollectivesZagros,
vec![
RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
]
);
});
@@ -160,7 +160,7 @@ fn fellowship_treasury_spend() {
AssetHubZagros,
vec![
RuntimeEvent::Balances(pezpallet_balances::Event::Transfer { .. }) => {},
RuntimeEvent::TeyrchainSystem(cumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }) => {},
RuntimeEvent::TeyrchainSystem(pezcumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }) => {},
RuntimeEvent::MessageQueue(pezpallet_message_queue::Event::Processed { success: true ,.. }) => {},
]
);
@@ -234,7 +234,7 @@ fn fellowship_treasury_spend() {
AssetHubZagros,
vec![
RuntimeEvent::Balances(pezpallet_balances::Event::Transfer { .. }) => {},
RuntimeEvent::XcmpQueue(cumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
RuntimeEvent::XcmpQueue(pezcumulus_pallet_xcmp_queue::Event::XcmpMessageSent { .. }) => {},
RuntimeEvent::MessageQueue(pezpallet_message_queue::Event::Processed { success: true ,.. }) => {},
]
);
@@ -6,6 +6,9 @@ edition.workspace = true
license = "Apache-2.0"
description = "Coretime Pezkuwichain runtime integration tests with xcm-emulator"
publish = false
documentation = "https://docs.rs/coretime-pezkuwichain-integration-tests"
repository = { workspace = true }
homepage = { workspace = true }
[lints]
workspace = true
@@ -29,14 +32,14 @@ pezkuwichain-system-emulated-network = { workspace = true }
[features]
runtime-benchmarks = [
"pezcumulus-pezpallet-teyrchain-system/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezpallet-broker/runtime-benchmarks",
"pezpallet-message-queue/runtime-benchmarks",
"pezkuwi-runtime-teyrchains/runtime-benchmarks",
"pezkuwichain-runtime-constants/runtime-benchmarks",
"pezkuwichain-system-emulated-network/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"xcm/runtime-benchmarks",
"pezcumulus-pezpallet-teyrchain-system/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezpallet-broker/runtime-benchmarks",
"pezpallet-message-queue/runtime-benchmarks",
"pezkuwi-runtime-teyrchains/runtime-benchmarks",
"pezkuwichain-runtime-constants/runtime-benchmarks",
"pezkuwichain-system-emulated-network/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
@@ -100,7 +100,7 @@ fn transact_hardcoded_weights_are_sane() {
pezpallet_broker::Event::CoreCountRequested { core_count: 1 }
) => {},
CoretimeEvent::TeyrchainSystem(
cumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }
pezcumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }
) => {},
]
);
@@ -162,7 +162,7 @@ fn transact_hardcoded_weights_are_sane() {
pezpallet_broker::Event::CoreAssigned { .. }
) => {},
CoretimeEvent::TeyrchainSystem(
cumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }
pezcumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }
) => {},
]
);
@@ -197,7 +197,7 @@ fn transact_hardcoded_weights_are_sane() {
CoretimePezkuwichain,
vec![
CoretimeEvent::TeyrchainSystem(
cumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }
pezcumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }
) => {},
]
);
@@ -6,6 +6,9 @@ edition.workspace = true
license = "Apache-2.0"
description = "Coretime Zagros runtime integration tests with xcm-emulator"
publish = false
documentation = "https://docs.rs/coretime-zagros-integration-tests"
repository = { workspace = true }
homepage = { workspace = true }
[lints]
workspace = true
@@ -30,15 +33,15 @@ zagros-system-emulated-network = { workspace = true }
[features]
runtime-benchmarks = [
"pezcumulus-pezpallet-teyrchain-system/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezpallet-broker/runtime-benchmarks",
"pezpallet-message-queue/runtime-benchmarks",
"pezkuwi-runtime-teyrchains/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"xcm/runtime-benchmarks",
"zagros-runtime-constants/runtime-benchmarks",
"zagros-system-emulated-network/runtime-benchmarks",
"pezcumulus-pezpallet-teyrchain-system/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezpallet-broker/runtime-benchmarks",
"pezpallet-message-queue/runtime-benchmarks",
"pezkuwi-runtime-teyrchains/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"xcm/runtime-benchmarks",
"zagros-runtime-constants/runtime-benchmarks",
"zagros-system-emulated-network/runtime-benchmarks",
]
@@ -100,7 +100,7 @@ fn transact_hardcoded_weights_are_sane() {
pezpallet_broker::Event::CoreCountRequested { core_count: 1 }
) => {},
CoretimeEvent::TeyrchainSystem(
cumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }
pezcumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }
) => {},
]
);
@@ -161,7 +161,7 @@ fn transact_hardcoded_weights_are_sane() {
pezpallet_broker::Event::CoreAssigned { .. }
) => {},
CoretimeEvent::TeyrchainSystem(
cumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }
pezcumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }
) => {},
]
);
@@ -178,7 +178,7 @@ fn transact_hardcoded_weights_are_sane() {
CoretimeZagros,
vec![
CoretimeEvent::TeyrchainSystem(
cumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }
pezcumulus_pallet_teyrchain_system::Event::UpwardMessageSent { .. }
) => {},
]
);
@@ -6,6 +6,9 @@ edition.workspace = true
license = "Apache-2.0"
description = "Zagros governance integration tests with xcm-emulator"
publish = false
documentation = "https://docs.rs/governance-zagros-integration-tests"
repository = { workspace = true }
homepage = { workspace = true }
[lints]
workspace = true
@@ -34,16 +37,16 @@ zagros-system-emulated-network = { workspace = true }
[features]
runtime-benchmarks = [
"asset-hub-zagros-runtime/runtime-benchmarks",
"collectives-zagros-runtime/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezpallet-utility/runtime-benchmarks",
"pezpallet-whitelist/runtime-benchmarks",
"pezpallet-xcm/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"xcm/runtime-benchmarks",
"zagros-runtime/runtime-benchmarks",
"zagros-system-emulated-network/runtime-benchmarks",
"asset-hub-zagros-runtime/runtime-benchmarks",
"collectives-zagros-runtime/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezpallet-utility/runtime-benchmarks",
"pezpallet-whitelist/runtime-benchmarks",
"pezpallet-xcm/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"xcm/runtime-benchmarks",
"zagros-runtime/runtime-benchmarks",
"zagros-system-emulated-network/runtime-benchmarks",
]
@@ -6,6 +6,9 @@ edition.workspace = true
license = "Apache-2.0"
description = "People Pezkuwichain runtime integration tests with xcm-emulator"
publish = false
documentation = "https://docs.rs/people-pezkuwichain-integration-tests"
repository = { workspace = true }
homepage = { workspace = true }
[lints]
workspace = true
@@ -28,13 +31,13 @@ teyrchains-common = { workspace = true, default-features = true }
[features]
runtime-benchmarks = [
"asset-test-utils/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezpallet-balances/runtime-benchmarks",
"pezkuwichain-system-emulated-network/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"xcm/runtime-benchmarks",
"asset-test-utils/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezpallet-balances/runtime-benchmarks",
"pezkuwichain-system-emulated-network/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
@@ -6,6 +6,9 @@ edition.workspace = true
license = "Apache-2.0"
description = "People Zagros runtime integration tests with xcm-emulator"
publish = false
documentation = "https://docs.rs/people-zagros-integration-tests"
repository = { workspace = true }
homepage = { workspace = true }
[lints]
workspace = true
@@ -33,16 +36,16 @@ zagros-system-emulated-network = { workspace = true }
[features]
runtime-benchmarks = [
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezpallet-balances/runtime-benchmarks",
"pezpallet-identity/runtime-benchmarks",
"pezpallet-message-queue/runtime-benchmarks",
"pezpallet-xcm/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"xcm/runtime-benchmarks",
"zagros-runtime/runtime-benchmarks",
"zagros-system-emulated-network/runtime-benchmarks",
"emulated-integration-tests-common/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezpallet-balances/runtime-benchmarks",
"pezpallet-identity/runtime-benchmarks",
"pezpallet-message-queue/runtime-benchmarks",
"pezpallet-xcm/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"xcm/runtime-benchmarks",
"zagros-runtime/runtime-benchmarks",
"zagros-system-emulated-network/runtime-benchmarks",
]