fix: CI - zepter feature propagation (347 issues), taplo format, umbrella
This commit is contained in:
@@ -79,6 +79,8 @@ std = [
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezsc-client-api/std",
|
||||
"pezsp-consensus/std",
|
||||
"pezcumulus-test-client/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezcumulus-client-consensus-common/try-runtime",
|
||||
@@ -89,6 +91,9 @@ try-runtime = [
|
||||
"pezsp-api/try-runtime",
|
||||
"pezsp-consensus/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezcumulus-test-client/try-runtime",
|
||||
"pezcumulus-test-relay-sproof-builder/try-runtime",
|
||||
"pezcumulus-test-runtime/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -128,6 +128,8 @@ std = [
|
||||
"pezsp-tracing/std",
|
||||
"pezsp-version/std",
|
||||
"prometheus-endpoint/std",
|
||||
"pezcumulus-test-client/std",
|
||||
"pezcumulus-test-relay-sproof-builder/std"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezcumulus-client-collator/try-runtime",
|
||||
@@ -151,6 +153,8 @@ try-runtime = [
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezsp-timestamp/try-runtime",
|
||||
"pezsp-version/try-runtime",
|
||||
"pezcumulus-test-client/try-runtime",
|
||||
"pezcumulus-test-relay-sproof-builder/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -87,6 +87,10 @@ std = [
|
||||
"pezsc-network/std",
|
||||
"pezsp-blockchain/std",
|
||||
"pezsp-consensus/std",
|
||||
"pezcumulus-relay-chain-inprocess-interface/std",
|
||||
"pezcumulus-test-service/std",
|
||||
"pezkuwi-primitives-test-helpers/std",
|
||||
"pezkuwi-test-client/std"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezcumulus-primitives-core/try-runtime",
|
||||
@@ -100,5 +104,9 @@ try-runtime = [
|
||||
"pezsp-keyring/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezsp-version/try-runtime",
|
||||
"pezcumulus-relay-chain-inprocess-interface/try-runtime",
|
||||
"pezcumulus-test-service/try-runtime",
|
||||
"pezkuwi-primitives-test-helpers/try-runtime",
|
||||
"pezkuwi-test-client/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -81,6 +81,7 @@ std = [
|
||||
"pezsc-telemetry/std",
|
||||
"pezsc-tracing/std",
|
||||
"pezsp-consensus/std",
|
||||
"pezkuwi-test-client/std"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezcumulus-client-bootnodes/try-runtime",
|
||||
@@ -97,5 +98,6 @@ try-runtime = [
|
||||
"pezsp-consensus/try-runtime",
|
||||
"pezsp-keyring/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezkuwi-test-client/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -59,6 +59,7 @@ std = [
|
||||
"scale-info/std",
|
||||
"serde",
|
||||
"serde?/std",
|
||||
"pezpallet-sudo/std"
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"pezframe-benchmarking/runtime-benchmarks",
|
||||
@@ -73,6 +74,7 @@ runtime-benchmarks = [
|
||||
"pezsp-io",
|
||||
"pezsp-io?/runtime-benchmarks",
|
||||
"pezsp-runtime/runtime-benchmarks",
|
||||
"pezpallet-sudo/runtime-benchmarks"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezframe-benchmarking?/try-runtime",
|
||||
@@ -82,6 +84,7 @@ try-runtime = [
|
||||
"pezpallet-balances?/try-runtime",
|
||||
"pezpallet-collective?/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezpallet-sudo/try-runtime"
|
||||
]
|
||||
serde = [
|
||||
"codec/serde",
|
||||
|
||||
Reference in New Issue
Block a user