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 a45e5ae5ec
commit bd2d665c4e
588 changed files with 10228 additions and 28 deletions
+24
View File
@@ -110,3 +110,27 @@ runtime-benchmarks = [
]
integrity-test = ["static_assertions"]
test-helpers = ["pezbp-runtime/test-helpers", "pezsp-trie"]
try-runtime = [
"pezbp-header-pez-chain/try-runtime",
"pezbp-messages/try-runtime",
"pezbp-pezkuwi-core/try-runtime",
"pezbp-relayers/try-runtime",
"pezbp-runtime/try-runtime",
"pezbp-test-utils/try-runtime",
"pezbp-teyrchains/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezpallet-balances/try-runtime",
"pezpallet-bridge-grandpa/try-runtime",
"pezpallet-bridge-messages/try-runtime",
"pezpallet-bridge-relayers/try-runtime",
"pezpallet-bridge-teyrchains/try-runtime",
"pezpallet-transaction-payment/try-runtime",
"pezpallet-utility/try-runtime",
"pezsp-runtime/try-runtime",
"xcm/try-runtime",
]
serde = []
experimental = []
with-tracing = []
tuples-96 = []