git.delta.rocks / unique-network / refs/commits / b7be9a60893b

difftreelog

test(xcm) add transact barrier test

Daniel Shiposha2022-08-29parent: #8c9b07c.patch.diff
in: master

6 files changed

modifiedruntime/common/mod.rsdiffbeforeafterboth
24pub mod sponsoring;24pub mod sponsoring;
25pub mod weights;25pub mod weights;
26
27#[cfg(test)]
28mod tests;
2629
27use sp_core::H160;30use sp_core::H160;
28use frame_support::traits::{Currency, OnUnbalanced, Imbalance};31use frame_support::traits::{Currency, OnUnbalanced, Imbalance};
addedruntime/common/tests/mod.rsdiffbeforeafterboth

no changes

addedruntime/common/tests/xcm.rsdiffbeforeafterboth

no changes

modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
463pallet-foreing-assets = { default-features = false, path = "../../pallets/foreing-assets" }463pallet-foreing-assets = { default-features = false, path = "../../pallets/foreing-assets" }
464464
465################################################################################465################################################################################
466# Build Dependencies466# Dev Dependencies
467
468[dev-dependencies.logtest]
469version = "2.0.0"
470
471################################################################################
472# Build Dependencies
467473
468[build-dependencies.substrate-wasm-builder]474[build-dependencies.substrate-wasm-builder]
469git = "https://github.com/paritytech/substrate"475git = "https://github.com/paritytech/substrate"
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
471pallet-foreing-assets = { default-features = false, path = "../../pallets/foreing-assets" }471pallet-foreing-assets = { default-features = false, path = "../../pallets/foreing-assets" }
472472
473################################################################################473################################################################################
474# Build Dependencies474# Dev Dependencies
475
476[dev-dependencies.logtest]
477version = "2.0.0"
478
479################################################################################
480# Build Dependencies
475481
476[build-dependencies.substrate-wasm-builder]482[build-dependencies.substrate-wasm-builder]
477git = "https://github.com/paritytech/substrate"483git = "https://github.com/paritytech/substrate"
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
463pallet-foreing-assets = { default-features = false, path = "../../pallets/foreing-assets" }463pallet-foreing-assets = { default-features = false, path = "../../pallets/foreing-assets" }
464464
465################################################################################465################################################################################
466# Build Dependencies466# Dev Dependencies
467
468[dev-dependencies.logtest]
469version = "2.0.0"
470
471################################################################################
472# Build Dependencies
467473
468[build-dependencies.substrate-wasm-builder]474[build-dependencies.substrate-wasm-builder]
469git = "https://github.com/paritytech/substrate"475git = "https://github.com/paritytech/substrate"