Added async backing to runtime and node (#102) (#97)

This commit is contained in:
Nikita Khateev
2024-03-05 21:03:44 +04:00
committed by GitHub
parent 6cd3fadeca
commit 26778e090f
10 changed files with 148 additions and 13 deletions
+2
View File
@@ -75,6 +75,7 @@ cumulus-pallet-parachain-system = { workspace = true, features = [
cumulus-pallet-session-benchmarking = { workspace = true }
cumulus-pallet-xcm = { workspace = true }
cumulus-pallet-xcmp-queue = { workspace = true }
cumulus-primitives-aura = { workspace = true }
cumulus-primitives-core = { workspace = true }
cumulus-primitives-utility = { workspace = true }
pallet-collator-selection = { workspace = true }
@@ -150,6 +151,7 @@ std = [
"xcm-executor/std",
"xcm/std",
]
async-backing = []
runtime-benchmarks = [
"assets-common/runtime-benchmarks",