fix: comprehensive feature propagation and dep:serde fixes
- Fix serde optional dependency issues by adding dep:serde to serde features (24 crates) - Run zepter to propagate runtime-benchmarks, std, try-runtime, serde, experimental, with-tracing, tuples-96 features - Regenerate umbrella crate with proper feature propagation - Format all TOML files with taplo This resolves check-umbrella and check-zepter CI failures.
This commit is contained in:
@@ -45,6 +45,7 @@ std = [
|
||||
"scale-info/std",
|
||||
"serde/std",
|
||||
"tracing/std",
|
||||
"xcm-pez-procedural/std",
|
||||
]
|
||||
json-schema = [
|
||||
"bounded-collections/json-schema",
|
||||
@@ -57,3 +58,12 @@ runtime-benchmarks = [
|
||||
"pezsp-runtime/runtime-benchmarks",
|
||||
"xcm-pez-procedural/runtime-benchmarks",
|
||||
]
|
||||
try-runtime = [
|
||||
"pezframe-support/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"xcm-pez-procedural/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
with-tracing = []
|
||||
tuples-96 = []
|
||||
|
||||
@@ -55,3 +55,25 @@ runtime-benchmarks = [
|
||||
"xcm-pez-simulator/runtime-benchmarks",
|
||||
"xcm/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"scale-info/std",
|
||||
"xcm-pez-simulator/std",
|
||||
]
|
||||
try-runtime = [
|
||||
"pezframe-support/try-runtime",
|
||||
"pezframe-system/try-runtime",
|
||||
"pezframe/try-runtime",
|
||||
"pezkuwi-runtime-teyrchains/try-runtime",
|
||||
"pezpallet-balances/try-runtime",
|
||||
"pezpallet-message-queue/try-runtime",
|
||||
"pezpallet-xcm/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"xcm-builder/try-runtime",
|
||||
"xcm-executor/try-runtime",
|
||||
"xcm-pez-simulator/try-runtime",
|
||||
"xcm/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
with-tracing = []
|
||||
tuples-96 = []
|
||||
|
||||
@@ -56,3 +56,17 @@ runtime-benchmarks = [
|
||||
"xcm-executor/runtime-benchmarks",
|
||||
"xcm/runtime-benchmarks",
|
||||
]
|
||||
try-runtime = [
|
||||
"pezframe-benchmarking/try-runtime",
|
||||
"pezframe-support/try-runtime",
|
||||
"pezframe-system/try-runtime",
|
||||
"pezpallet-balances/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"xcm-builder/try-runtime",
|
||||
"xcm-executor/try-runtime",
|
||||
"xcm/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
with-tracing = []
|
||||
tuples-96 = []
|
||||
|
||||
@@ -82,10 +82,28 @@ runtime-benchmarks = [
|
||||
]
|
||||
test-utils = ["std"]
|
||||
try-runtime = [
|
||||
"pezframe-benchmarking?/try-runtime",
|
||||
"pezframe-support/try-runtime",
|
||||
"pezframe-system/try-runtime",
|
||||
"pezkuwi-runtime-teyrchains/try-runtime",
|
||||
"pezkuwi-teyrchain-primitives/try-runtime",
|
||||
"pezpallet-assets/try-runtime",
|
||||
"pezpallet-balances/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"xcm-builder/try-runtime",
|
||||
"xcm-executor/try-runtime",
|
||||
"xcm-runtime-pezapis/try-runtime",
|
||||
"xcm/try-runtime",
|
||||
]
|
||||
serde = [
|
||||
"bounded-collections/serde",
|
||||
"codec/serde",
|
||||
"dep:serde",
|
||||
"pezframe-benchmarking?/serde",
|
||||
"pezsp-core/serde",
|
||||
"pezsp-runtime/serde",
|
||||
"scale-info/serde",
|
||||
]
|
||||
experimental = []
|
||||
with-tracing = []
|
||||
tuples-96 = []
|
||||
|
||||
@@ -56,6 +56,7 @@ std = [
|
||||
"tracing/std",
|
||||
"xcm-builder/std",
|
||||
"xcm-executor/std",
|
||||
"xcm-pez-simulator/std",
|
||||
"xcm/std",
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
@@ -77,10 +78,19 @@ runtime-benchmarks = [
|
||||
try-runtime = [
|
||||
"pezframe-support/try-runtime",
|
||||
"pezframe-system/try-runtime",
|
||||
"pezkuwi-teyrchain-primitives/try-runtime",
|
||||
"pezpallet-assets/try-runtime",
|
||||
"pezpallet-balances/try-runtime",
|
||||
"pezpallet-revive/try-runtime",
|
||||
"pezpallet-timestamp/try-runtime",
|
||||
"pezpallet-xcm/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"xcm-builder/try-runtime",
|
||||
"xcm-executor/try-runtime",
|
||||
"xcm-pez-simulator/try-runtime",
|
||||
"xcm/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
with-tracing = []
|
||||
tuples-96 = []
|
||||
|
||||
@@ -34,3 +34,12 @@ runtime-benchmarks = [
|
||||
"pezframe-support/runtime-benchmarks",
|
||||
"xcm/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"pezframe-support/std",
|
||||
]
|
||||
try-runtime = [
|
||||
"pezframe-support/try-runtime",
|
||||
"xcm/try-runtime",
|
||||
]
|
||||
experimental = []
|
||||
tuples-96 = []
|
||||
|
||||
@@ -87,5 +87,28 @@ std = [
|
||||
"scale-info/std",
|
||||
"tracing/std",
|
||||
"xcm-executor/std",
|
||||
"xcm-pez-simulator/std",
|
||||
"xcm/std",
|
||||
]
|
||||
try-runtime = [
|
||||
"pezframe-support/try-runtime",
|
||||
"pezframe-system/try-runtime",
|
||||
"pezkuwi-primitives/try-runtime",
|
||||
"pezkuwi-runtime-teyrchains/try-runtime",
|
||||
"pezkuwi-test-runtime/try-runtime",
|
||||
"pezkuwi-teyrchain-primitives/try-runtime",
|
||||
"pezpallet-asset-conversion/try-runtime",
|
||||
"pezpallet-assets/try-runtime",
|
||||
"pezpallet-balances/try-runtime",
|
||||
"pezpallet-salary/try-runtime",
|
||||
"pezpallet-transaction-payment/try-runtime",
|
||||
"pezpallet-xcm/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"xcm-executor/try-runtime",
|
||||
"xcm-pez-simulator/try-runtime",
|
||||
"xcm/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
with-tracing = []
|
||||
tuples-96 = []
|
||||
|
||||
@@ -50,3 +50,13 @@ std = [
|
||||
"tracing/std",
|
||||
"xcm/std",
|
||||
]
|
||||
try-runtime = [
|
||||
"pezframe-benchmarking?/try-runtime",
|
||||
"pezframe-support/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"xcm/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
with-tracing = []
|
||||
tuples-96 = []
|
||||
|
||||
@@ -39,7 +39,10 @@ std = [
|
||||
"pezframe-support/std",
|
||||
"pezframe-system/std",
|
||||
"pezkuwi-runtime-teyrchains/std",
|
||||
"pezkuwi-test-client/std",
|
||||
"pezkuwi-test-service/std",
|
||||
"pezpallet-sudo/std",
|
||||
"pezsp-consensus/std",
|
||||
"pezsp-runtime/std",
|
||||
"xcm/std",
|
||||
]
|
||||
@@ -60,3 +63,23 @@ runtime-benchmarks = [
|
||||
"xcm-executor/runtime-benchmarks",
|
||||
"xcm/runtime-benchmarks",
|
||||
]
|
||||
try-runtime = [
|
||||
"pezframe-support/try-runtime",
|
||||
"pezframe-system/try-runtime",
|
||||
"pezkuwi-runtime-teyrchains/try-runtime",
|
||||
"pezkuwi-test-client/try-runtime",
|
||||
"pezkuwi-test-runtime/try-runtime",
|
||||
"pezkuwi-test-service/try-runtime",
|
||||
"pezpallet-sudo/try-runtime",
|
||||
"pezpallet-transaction-payment/try-runtime",
|
||||
"pezpallet-xcm/try-runtime",
|
||||
"pezsp-consensus/try-runtime",
|
||||
"pezsp-keyring/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"xcm-executor/try-runtime",
|
||||
"xcm/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
with-tracing = []
|
||||
tuples-96 = []
|
||||
|
||||
@@ -44,3 +44,22 @@ runtime-benchmarks = [
|
||||
"xcm-executor/runtime-benchmarks",
|
||||
"xcm/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"scale-info/std",
|
||||
]
|
||||
try-runtime = [
|
||||
"pezframe-support/try-runtime",
|
||||
"pezframe-system/try-runtime",
|
||||
"pezkuwi-core-primitives/try-runtime",
|
||||
"pezkuwi-primitives/try-runtime",
|
||||
"pezkuwi-runtime-teyrchains/try-runtime",
|
||||
"pezkuwi-teyrchain-primitives/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"xcm-builder/try-runtime",
|
||||
"xcm-executor/try-runtime",
|
||||
"xcm/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
with-tracing = []
|
||||
tuples-96 = []
|
||||
|
||||
@@ -59,3 +59,26 @@ runtime-benchmarks = [
|
||||
"xcm-pez-simulator/runtime-benchmarks",
|
||||
"xcm/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"tracing/std",
|
||||
"xcm-pez-simulator/std",
|
||||
]
|
||||
try-runtime = [
|
||||
"pezframe-support/try-runtime",
|
||||
"pezframe-system/try-runtime",
|
||||
"pezkuwi-runtime-teyrchains/try-runtime",
|
||||
"pezkuwi-teyrchain-primitives/try-runtime",
|
||||
"pezpallet-balances/try-runtime",
|
||||
"pezpallet-message-queue/try-runtime",
|
||||
"pezpallet-uniques/try-runtime",
|
||||
"pezpallet-xcm/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"xcm-builder/try-runtime",
|
||||
"xcm-executor/try-runtime",
|
||||
"xcm-pez-simulator/try-runtime",
|
||||
"xcm/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
with-tracing = []
|
||||
tuples-96 = []
|
||||
|
||||
@@ -50,11 +50,17 @@ try-runtime = [
|
||||
"pezframe-support/try-runtime",
|
||||
"pezframe-system/try-runtime",
|
||||
"pezframe-try-runtime/try-runtime",
|
||||
"pezkuwi-core-primitives/try-runtime",
|
||||
"pezkuwi-runtime-teyrchains/try-runtime",
|
||||
"pezkuwi-teyrchain-primitives/try-runtime",
|
||||
"pezpallet-balances/try-runtime",
|
||||
"pezpallet-message-queue/try-runtime",
|
||||
"pezpallet-xcm/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"xcm-builder/try-runtime",
|
||||
"xcm-executor/try-runtime",
|
||||
"xcm-pez-simulator/try-runtime",
|
||||
"xcm/try-runtime",
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"pezframe-executive/runtime-benchmarks",
|
||||
@@ -74,3 +80,10 @@ runtime-benchmarks = [
|
||||
"xcm-pez-simulator/runtime-benchmarks",
|
||||
"xcm/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"xcm-pez-simulator/std",
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
with-tracing = []
|
||||
tuples-96 = []
|
||||
|
||||
@@ -65,3 +65,17 @@ runtime-benchmarks = [
|
||||
# "xcm-pez-simulator/runtime-benchmarks",
|
||||
"xcm/runtime-benchmarks",
|
||||
]
|
||||
try-runtime = [
|
||||
"pezframe-support/try-runtime",
|
||||
"pezframe-system/try-runtime",
|
||||
"pezpallet-assets/try-runtime",
|
||||
"pezpallet-balances/try-runtime",
|
||||
"pezsp-api/try-runtime",
|
||||
"xcm-builder/try-runtime",
|
||||
"xcm-executor/try-runtime",
|
||||
"xcm/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
with-tracing = []
|
||||
tuples-96 = []
|
||||
|
||||
Reference in New Issue
Block a user