snapshot before rebranding

This commit is contained in:
2025-12-14 07:37:21 +03:00
parent ef79d9968f
commit 6588d9a1f2
1752 changed files with 58116 additions and 15986 deletions
@@ -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 { .. }
) => {},
]
);