From 5fb59f66860643b3aa9b452ced6951e53643730c Mon Sep 17 00:00:00 2001 From: Sander Bosma Date: Mon, 17 Oct 2022 11:39:27 +0200 Subject: [PATCH] chore: switch back the upstream xcm-simulator --- Cargo.lock | 3 ++- parachain/runtime/runtime-tests/Cargo.toml | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4df230c574..f72b8d2396 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13596,7 +13596,7 @@ dependencies = [ [[package]] name = "xcm-emulator" version = "0.1.0" -source = "git+https://github.com/interlay/xcm-simulator?rev=e4864b9ebfe09fc9aa3919ee72a35c2aa364d7a6#e4864b9ebfe09fc9aa3919ee72a35c2aa364d7a6" +source = "git+https://github.com/shaunxw/xcm-simulator?rev=0460d04c798028e7bef82c907082e11753ed173b#0460d04c798028e7bef82c907082e11753ed173b" dependencies = [ "cumulus-pallet-dmp-queue", "cumulus-pallet-parachain-system", @@ -13612,6 +13612,7 @@ dependencies = [ "polkadot-primitives", "polkadot-runtime-parachains", "quote", + "sp-arithmetic", "sp-io", "sp-std", "xcm", diff --git a/parachain/runtime/runtime-tests/Cargo.toml b/parachain/runtime/runtime-tests/Cargo.toml index 86cba78a22..0f8b4853bc 100644 --- a/parachain/runtime/runtime-tests/Cargo.toml +++ b/parachain/runtime/runtime-tests/Cargo.toml @@ -79,9 +79,7 @@ xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "releas xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.29", default-features = false } xcm-simulator = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.29", default-features = false } pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.29", default-features = false } -xcm-emulator = { git = "https://github.com/interlay/xcm-simulator", rev = "e4864b9ebfe09fc9aa3919ee72a35c2aa364d7a6" } -# the one below is the correct repo - once https://github.com/shaunxw/xcm-simulator/pull/38 is merged we can switch back to the repo below -# xcm-emulator = { git = "https://github.com/shaunxw/xcm-simulator", rev = "4fdf2d7580c0faef747646dc014728e0da85f316" } +xcm-emulator = { git = "https://github.com/shaunxw/xcm-simulator", rev = "0460d04c798028e7bef82c907082e11753ed173b" } # Parachain dependencies btc-relay = { path = "../../../crates/btc-relay", default-features = false }