From 412ca933a8504e3f38b1275f9868e08ee9bf44c0 Mon Sep 17 00:00:00 2001 From: Igor Kozyrev Date: Tue, 29 Mar 2022 11:33:41 +0000 Subject: [PATCH] turn off quartz and unique runtimes by default --- --- a/Cargo.lock +++ b/Cargo.lock @@ -5565,7 +5565,7 @@ [[package]] name = "opal-runtime" -version = "0.1.0" +version = "0.9.18" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-dmp-queue", @@ -8693,7 +8693,7 @@ [[package]] name = "quartz-runtime" -version = "0.1.0" +version = "0.9.18" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-dmp-queue", @@ -12534,7 +12534,7 @@ [[package]] name = "unique-runtime" -version = "0.9.17" +version = "0.9.18" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-dmp-queue", @@ -12610,7 +12610,7 @@ [[package]] name = "unique-runtime-common" -version = "0.1.0" +version = "0.9.18" dependencies = [ "fp-rpc", "frame-support", --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -312,7 +312,7 @@ unique-rpc = { default-features = false, path = "../rpc" } [features] -default = ["unique-runtime", "quartz-runtime"] +default = [] runtime-benchmarks = [ 'unique-runtime/runtime-benchmarks', 'polkadot-service/runtime-benchmarks', -- gitstuff