diff --git a/Cargo.lock b/Cargo.lock index 650a5b80e9..d968adcc32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17974,6 +17974,31 @@ dependencies = [ "pkg-config", ] +[[patch.unused]] +name = "fc-cli" +version = "1.0.0-dev" +source = "git+https://github.com/paritytech//frontier?rev=22aaafe089218f6cee625898fff7b953cc793228#22aaafe089218f6cee625898fff7b953cc793228" + +[[patch.unused]] +name = "fp-dynamic-fee" +version = "1.0.0" +source = "git+https://github.com/paritytech//frontier?rev=22aaafe089218f6cee625898fff7b953cc793228#22aaafe089218f6cee625898fff7b953cc793228" + +[[patch.unused]] +name = "pallet-dynamic-fee" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech//frontier?rev=22aaafe089218f6cee625898fff7b953cc793228#22aaafe089218f6cee625898fff7b953cc793228" + +[[patch.unused]] +name = "pallet-evm-test-vector-support" +version = "1.0.0-dev" +source = "git+https://github.com/paritytech//frontier?rev=22aaafe089218f6cee625898fff7b953cc793228#22aaafe089218f6cee625898fff7b953cc793228" + +[[patch.unused]] +name = "pallet-hotfix-sufficients" +version = "1.0.0" +source = "git+https://github.com/paritytech//frontier?rev=22aaafe089218f6cee625898fff7b953cc793228#22aaafe089218f6cee625898fff7b953cc793228" + [[patch.unused]] name = "pallet-nfts" version = "4.0.0-dev" @@ -18004,31 +18029,6 @@ name = "substrate-test-utils-derive" version = "0.10.0-dev" source = "git+https://github.com/paritytech//substrate?rev=6d28d2eb6fa1589105e970ff1b97555d91a1495b#6d28d2eb6fa1589105e970ff1b97555d91a1495b" -[[patch.unused]] -name = "fc-cli" -version = "1.0.0-dev" -source = "git+https://github.com/paritytech//frontier?rev=22aaafe089218f6cee625898fff7b953cc793228#22aaafe089218f6cee625898fff7b953cc793228" - -[[patch.unused]] -name = "fp-dynamic-fee" -version = "1.0.0" -source = "git+https://github.com/paritytech//frontier?rev=22aaafe089218f6cee625898fff7b953cc793228#22aaafe089218f6cee625898fff7b953cc793228" - -[[patch.unused]] -name = "pallet-dynamic-fee" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech//frontier?rev=22aaafe089218f6cee625898fff7b953cc793228#22aaafe089218f6cee625898fff7b953cc793228" - -[[patch.unused]] -name = "pallet-evm-test-vector-support" -version = "1.0.0-dev" -source = "git+https://github.com/paritytech//frontier?rev=22aaafe089218f6cee625898fff7b953cc793228#22aaafe089218f6cee625898fff7b953cc793228" - -[[patch.unused]] -name = "pallet-hotfix-sufficients" -version = "1.0.0" -source = "git+https://github.com/paritytech//frontier?rev=22aaafe089218f6cee625898fff7b953cc793228#22aaafe089218f6cee625898fff7b953cc793228" - [[patch.unused]] name = "asset-hub-kusama-runtime" version = "0.9.420" diff --git a/parachain/src/service.rs b/parachain/src/service.rs index 5cd7c96484..17a6233137 100644 --- a/parachain/src/service.rs +++ b/parachain/src/service.rs @@ -15,7 +15,7 @@ use polkadot_service::CollatorPair; use primitives::*; use sc_client_api::{HeaderBackend, StateBackendFor}; use sc_consensus::{ImportQueue, LongestChain}; -use sc_executor::{NativeElseWasmExecutor,WasmExecutor,DEFAULT_HEAP_ALLOC_STRATEGY,HeapAllocStrategy}; +use sc_executor::{HeapAllocStrategy, NativeElseWasmExecutor, WasmExecutor, DEFAULT_HEAP_ALLOC_STRATEGY}; use sc_network::NetworkBlock; use sc_network_sync::SyncingService; use sc_service::{Configuration, PartialComponents, RpcHandlers, TFullBackend, TFullClient, TaskManager};