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:
2026-01-04 20:37:14 +03:00
parent 89dc7298e8
commit ea341084f0
588 changed files with 10228 additions and 28 deletions
+11
View File
@@ -54,3 +54,14 @@ runtime-benchmarks = [
"pezsp-consensus-beefy/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezbp-runtime/try-runtime",
"pezframe-support/try-runtime",
"pezpallet-beefy-mmr/try-runtime",
"pezpallet-mmr/try-runtime",
"pezsp-consensus-beefy/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -54,3 +54,12 @@ runtime-benchmarks = [
"pezsp-consensus-grandpa/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezbp-runtime/try-runtime",
"pezframe-support/try-runtime",
"pezsp-consensus-grandpa/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -50,3 +50,12 @@ runtime-benchmarks = [
"pezframe-support/runtime-benchmarks",
"pezsp-io/runtime-benchmarks",
]
try-runtime = [
"pezbp-header-pez-chain/try-runtime",
"pezbp-runtime/try-runtime",
"pezframe-support/try-runtime",
]
serde = []
experimental = []
with-tracing = []
tuples-96 = []
@@ -54,3 +54,20 @@ runtime-benchmarks = [
"pezframe-system/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezbp-messages/try-runtime",
"pezbp-runtime/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = [
"codec/serde",
"dep:serde",
"hex/serde",
"pezsp-core/serde",
"pezsp-runtime/serde",
"scale-info/serde",
]
experimental = []
tuples-96 = []
+13
View File
@@ -57,3 +57,16 @@ runtime-benchmarks = [
"pezpallet-utility/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezbp-header-pez-chain/try-runtime",
"pezbp-messages/try-runtime",
"pezbp-runtime/try-runtime",
"pezbp-teyrchains/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezpallet-utility/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
+9
View File
@@ -63,3 +63,12 @@ runtime-benchmarks = [
"pezsp-state-machine/runtime-benchmarks",
"pezsp-trie/runtime-benchmarks",
]
try-runtime = [
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
experimental = []
with-tracing = []
tuples-96 = []
@@ -49,7 +49,17 @@ runtime-benchmarks = [
"pezbp-pezkuwi-core/runtime-benchmarks",
"pezbp-runtime/runtime-benchmarks",
"pezbp-teyrchains/runtime-benchmarks",
"pezsp-application-crypto/runtime-benchmarks",
"pezsp-consensus-grandpa/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"pezsp-trie/runtime-benchmarks",
]
try-runtime = [
"pezbp-header-pez-chain/try-runtime",
"pezbp-pezkuwi-core/try-runtime",
"pezbp-runtime/try-runtime",
"pezbp-teyrchains/try-runtime",
"pezsp-consensus-grandpa/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
@@ -48,3 +48,13 @@ runtime-benchmarks = [
"pezframe-support/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezbp-header-pez-chain/try-runtime",
"pezbp-pezkuwi-core/try-runtime",
"pezbp-runtime/try-runtime",
"pezframe-support/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -36,3 +36,8 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
try-runtime = [
"pezsp-runtime/try-runtime",
"xcm/try-runtime",
]
serde = []
@@ -51,3 +51,13 @@ runtime-benchmarks = [
"pezsp-io/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
try-runtime = [
"pezbp-messages/try-runtime",
"pezbp-runtime/try-runtime",
"pezframe-support/try-runtime",
"xcm/try-runtime",
]
serde = []
experimental = []
with-tracing = []
tuples-96 = []