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
@@ -17,10 +17,10 @@
use pezsp_core::storage::Storage;
// Pezcumulus
use pezcumulus_primitives_core::ParaId;
use emulated_integration_tests_common::{
accounts, build_genesis_storage, collators, SAFE_XCM_VERSION,
};
use pezcumulus_primitives_core::ParaId;
use teyrchains_common::Balance;
pub const PARA_ID: u32 = 1004;
@@ -17,10 +17,10 @@
use pezsp_core::storage::Storage;
// Pezcumulus
use pezcumulus_primitives_core::ParaId;
use emulated_integration_tests_common::{
accounts, build_genesis_storage, collators, SAFE_XCM_VERSION,
};
use pezcumulus_primitives_core::ParaId;
use teyrchains_common::Balance;
pub const PARA_ID: u32 = 1004;
@@ -49,8 +49,8 @@ pub fn genesis() -> Storage {
.into_iter()
.map(|(acc, aura)| {
(
acc.clone(), // account id
acc, // validator id
acc.clone(), // account id
acc, // validator id
pezbridge_hub_pezkuwichain_runtime::SessionKeys { aura }, // session keys
)
})
@@ -69,17 +69,18 @@ pub fn genesis() -> Storage {
owner: Some(Keyring::Bob.to_account_id()),
..Default::default()
},
xcm_over_bridge_hub_zagros: pezbridge_hub_pezkuwichain_runtime::XcmOverBridgeHubZagrosConfig {
opened_bridges: vec![
// open AHR -> AHW bridge
(
Location::new(1, [Teyrchain(1000)]),
Junctions::from([ByGenesis(ZAGROS_GENESIS_HASH).into(), Teyrchain(1000)]),
Some(bp_messages::LegacyLaneId([0, 0, 0, 2])),
),
],
..Default::default()
},
xcm_over_bridge_hub_zagros:
pezbridge_hub_pezkuwichain_runtime::XcmOverBridgeHubZagrosConfig {
opened_bridges: vec![
// open AHR -> AHW bridge
(
Location::new(1, [Teyrchain(1000)]),
Junctions::from([ByGenesis(ZAGROS_GENESIS_HASH).into(), Teyrchain(1000)]),
Some(bp_messages::LegacyLaneId([0, 0, 0, 2])),
),
],
..Default::default()
},
ethereum_system: pezbridge_hub_pezkuwichain_runtime::EthereumSystemConfig {
para_id: PARA_ID.into(),
asset_hub_para_id: ASSETHUB_PARA_ID.into(),
@@ -49,8 +49,8 @@ pub fn genesis() -> Storage {
.into_iter()
.map(|(acc, aura)| {
(
acc.clone(), // account id
acc, // validator id
acc.clone(), // account id
acc, // validator id
pezbridge_hub_zagros_runtime::SessionKeys { aura }, // session keys
)
})
@@ -61,14 +61,16 @@ pub fn genesis() -> Storage {
safe_xcm_version: Some(SAFE_XCM_VERSION),
..Default::default()
},
bridge_pezkuwichain_grandpa: pezbridge_hub_zagros_runtime::BridgePezkuwichainGrandpaConfig {
owner: Some(Keyring::Bob.to_account_id()),
..Default::default()
},
bridge_pezkuwichain_messages: pezbridge_hub_zagros_runtime::BridgePezkuwichainMessagesConfig {
owner: Some(Keyring::Bob.to_account_id()),
..Default::default()
},
bridge_pezkuwichain_grandpa:
pezbridge_hub_zagros_runtime::BridgePezkuwichainGrandpaConfig {
owner: Some(Keyring::Bob.to_account_id()),
..Default::default()
},
bridge_pezkuwichain_messages:
pezbridge_hub_zagros_runtime::BridgePezkuwichainMessagesConfig {
owner: Some(Keyring::Bob.to_account_id()),
..Default::default()
},
xcm_over_bridge_hub_pezkuwichain:
pezbridge_hub_zagros_runtime::XcmOverBridgeHubPezkuwichainConfig {
opened_bridges: vec![
@@ -22,7 +22,9 @@ use pezsp_keyring::Sr25519Keyring as Keyring;
use emulated_integration_tests_common::{
accounts, build_genesis_storage, collators, SAFE_XCM_VERSION,
};
use pez_penpal_runtime::xcm_config::{LocalReservableFromAssetHub, RelayLocation, UsdtFromAssetHub};
use pez_penpal_runtime::xcm_config::{
LocalReservableFromAssetHub, RelayLocation, UsdtFromAssetHub,
};
use teyrchains_common::{AccountId, Balance};
// Penpal
pub const PARA_ID_A: u32 = 2000;
@@ -56,8 +58,8 @@ pub fn genesis(para_id: u32) -> Storage {
.into_iter()
.map(|(acc, aura)| {
(
acc.clone(), // account id
acc, // validator id
acc.clone(), // account id
acc, // validator id
pez_penpal_runtime::SessionKeys { aura }, // session keys
)
})