From 138f06d54cf387c26558eece6b521fa8862b2cee Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sun, 24 Oct 2021 11:22:58 +0200 Subject: [PATCH] Undiener --- Cargo.lock | 8 ++++---- client/network/src/tests.rs | 7 ------- pallets/xcmp-queue/src/mock.rs | 2 ++ 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index decd42d333..cfce9411bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2472,7 +2472,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "Inflector", "chrono", @@ -8225,7 +8225,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "env_logger 0.9.0", "jsonrpsee-proc-macros", @@ -10904,7 +10904,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "platforms", ] @@ -11451,7 +11451,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "jsonrpsee-ws-client", "log", diff --git a/client/network/src/tests.rs b/client/network/src/tests.rs index 7124ebca85..f3177dbe3a 100644 --- a/client/network/src/tests.rs +++ b/client/network/src/tests.rs @@ -484,13 +484,6 @@ sp_api::mock_impl_runtime_apis! { BTreeMap::new() } - fn assumed_validation_data( - _: ParaId, - _: Hash, - ) -> Option<(PersistedValidationData, ValidationCodeHash)> { - None - } - fn validation_code_by_hash(_: ValidationCodeHash) -> Option { None } diff --git a/pallets/xcmp-queue/src/mock.rs b/pallets/xcmp-queue/src/mock.rs index 51f19bf4a5..c0dea9bd1f 100644 --- a/pallets/xcmp-queue/src/mock.rs +++ b/pallets/xcmp-queue/src/mock.rs @@ -146,6 +146,8 @@ impl xcm_executor::Config for XcmConfig { type AssetTrap = (); type AssetClaims = (); type SubscriptionService = (); + type PalletInstancesInfo = AllPallets; + type MaxAssetsIntoHolding = MaxAssetsIntoHolding; } pub type XcmRouter = (