snapshot before rebranding
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user