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
@@ -46,3 +46,28 @@ runtime-benchmarks = [
"zagros-runtime-constants/runtime-benchmarks",
"zagros-runtime/runtime-benchmarks",
]
std = [
"emulated-integration-tests-common/std",
"pezkuwi-primitives/std",
"pezpallet-staking/std",
"pezsc-consensus-grandpa/std",
"pezsp-authority-discovery/std",
"pezsp-consensus-babe/std",
"pezsp-core/std",
"pezsp-runtime/std",
"zagros-runtime-constants/std",
]
try-runtime = [
"emulated-integration-tests-common/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezpallet-staking/try-runtime",
"pezsc-consensus-grandpa/try-runtime",
"pezsp-authority-discovery/try-runtime",
"pezsp-consensus-babe/try-runtime",
"pezsp-consensus-beefy/try-runtime",
"pezsp-runtime/try-runtime",
"teyrchains-common/try-runtime",
"zagros-runtime-constants/try-runtime",
"zagros-runtime/try-runtime",
]
serde = []