From 277dd6a42b82a8352e7791e6a4aa72e583fdf8f3 Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Mon, 19 Feb 2024 17:44:06 +0100 Subject: [PATCH] broke everything on purpose --- .../assets/asset-hub-kusama/src/tests/set_xcm_versions.rs | 8 +------- .../collectives/collectives-polkadot/build.rs | 3 +-- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/integration-tests/emulated/assets/asset-hub-kusama/src/tests/set_xcm_versions.rs b/integration-tests/emulated/assets/asset-hub-kusama/src/tests/set_xcm_versions.rs index 9b914622ba..1a4503e560 100644 --- a/integration-tests/emulated/assets/asset-hub-kusama/src/tests/set_xcm_versions.rs +++ b/integration-tests/emulated/assets/asset-hub-kusama/src/tests/set_xcm_versions.rs @@ -45,13 +45,7 @@ fn relay_sets_system_para_xcm_supported_version() { } #[test] -fn system_para_sets_relay_xcm_supported_version() { - // Init test variables - let parent_location = AssetHubKusama::parent_location(); - let force_xcm_version_call = - ::RuntimeCall::PolkadotXcm(pallet_xcm::Call::< - ::Runtime, - >::force_xcm_version { +fn system_para_sersion { location: bx!(parent_location), version: XCM_V3, }) diff --git a/system-parachains/collectives/collectives-polkadot/build.rs b/system-parachains/collectives/collectives-polkadot/build.rs index 60f8a12512..a5d86fb4e4 100644 --- a/system-parachains/collectives/collectives-polkadot/build.rs +++ b/system-parachains/collectives/collectives-polkadot/build.rs @@ -16,8 +16,7 @@ #[cfg(feature = "std")] fn main() { substrate_wasm_builder::WasmBuilder::new() - .with_current_project() - .export_heap_base() + .with_curree() .import_memory() .build() }