difftreelog
refactor rename local xcm_config to xcm_barrier
in: master
11 files changed
runtime/common/config/xcm/mod.rsdiffbeforeafterboth33use sp_std::{marker::PhantomData, vec::Vec};33use sp_std::{marker::PhantomData, vec::Vec};34use crate::{34use crate::{35 Runtime, Call, Event, Origin, ParachainInfo, ParachainSystem, PolkadotXcm, XcmpQueue,35 Runtime, Call, Event, Origin, ParachainInfo, ParachainSystem, PolkadotXcm, XcmpQueue,36 xcm_config::Barrier,36 xcm_barrier::Barrier,37};37};383839use up_common::types::AccountId;39use up_common::types::AccountId;runtime/opal/src/lib.rsdiffbeforeafterboth35#[path = "../../common/mod.rs"]35#[path = "../../common/mod.rs"]36mod runtime_common;36mod runtime_common;373738pub mod xcm_config;38pub mod xcm_barrier;393940#[cfg(test)]40#[cfg(test)]41mod tests;41mod tests;runtime/opal/src/tests/xcm.rsdiffbeforeafterboth15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.161617use logtest::Logger;17use logtest::Logger;18use crate::{runtime_common::tests::xcm::*, xcm_config::Barrier};18use crate::{runtime_common::tests::xcm::*, xcm_barrier::Barrier};191920const OPAL_PARA_ID: u32 = 2095; // Same as Quartz20const OPAL_PARA_ID: u32 = 2095; // Same as Quartz2121runtime/opal/src/xcm_barrier.rsdiffbeforeafterbothno changes
runtime/opal/src/xcm_config.rsdiffbeforeafterbothno changes
runtime/quartz/src/lib.rsdiffbeforeafterboth35#[path = "../../common/mod.rs"]35#[path = "../../common/mod.rs"]36mod runtime_common;36mod runtime_common;373738pub mod xcm_config;38pub mod xcm_barrier;393940#[cfg(test)]40#[cfg(test)]41mod tests;41mod tests;runtime/quartz/src/xcm_barrier.rsdiffbeforeafterbothno changes
runtime/quartz/src/xcm_config.rsdiffbeforeafterbothno changes
runtime/unique/src/lib.rsdiffbeforeafterboth35#[path = "../../common/mod.rs"]35#[path = "../../common/mod.rs"]36mod runtime_common;36mod runtime_common;373738pub mod xcm_config;38pub mod xcm_barrier;393940#[cfg(test)]40#[cfg(test)]41mod tests;41mod tests;runtime/unique/src/xcm_barrier.rsdiffbeforeafterbothno changes
runtime/unique/src/xcm_config.rsdiffbeforeafterbothno changes