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
@@ -91,6 +91,7 @@ runtime-benchmarks = [
"pezsc-consensus-slots/runtime-benchmarks",
"pezsc-consensus/runtime-benchmarks",
"pezsp-api/runtime-benchmarks",
"pezsp-application-crypto/runtime-benchmarks",
"pezsp-block-builder/runtime-benchmarks",
"pezsp-blockchain/runtime-benchmarks",
"pezsp-consensus-aura/runtime-benchmarks",
@@ -103,3 +104,53 @@ runtime-benchmarks = [
"pezsp-trie/runtime-benchmarks",
"pezsp-version/runtime-benchmarks",
]
std = [
"pezcumulus-client-collator/std",
"pezcumulus-client-consensus-common/std",
"pezcumulus-client-consensus-proposer/std",
"pezcumulus-client-teyrchain-inherent/std",
"pezcumulus-relay-chain-interface/std",
"pezkuwi-node-subsystem-util/std",
"pezkuwi-node-subsystem/std",
"pezkuwi-overseer/std",
"pezkuwi-pez-node-primitives/std",
"pezsc-client-api/std",
"pezsc-consensus-aura/std",
"pezsc-consensus-babe/std",
"pezsc-consensus-slots/std",
"pezsc-consensus/std",
"pezsc-network-types/std",
"pezsc-telemetry/std",
"pezsc-utils/std",
"pezsp-blockchain/std",
"pezsp-consensus/std",
"pezsp-keyring/std",
"pezsp-tracing/std",
"pezsp-version/std",
"prometheus-endpoint/std",
]
try-runtime = [
"pezcumulus-client-collator/try-runtime",
"pezcumulus-client-consensus-common/try-runtime",
"pezcumulus-client-consensus-proposer/try-runtime",
"pezcumulus-client-teyrchain-inherent/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezsc-client-api/try-runtime",
"pezsc-consensus-aura/try-runtime",
"pezsc-consensus-babe/try-runtime",
"pezsc-consensus-slots/try-runtime",
"pezsc-consensus/try-runtime",
"pezsp-api/try-runtime",
"pezsp-block-builder/try-runtime",
"pezsp-blockchain/try-runtime",
"pezsp-consensus-aura/try-runtime",
"pezsp-consensus/try-runtime",
"pezsp-inherents/try-runtime",
"pezsp-keyring/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-timestamp/try-runtime",
"pezsp-version/try-runtime",
]
serde = []
with-tracing = []
@@ -77,3 +77,35 @@ runtime-benchmarks = [
"pezsp-trie/runtime-benchmarks",
"pezsp-version/runtime-benchmarks",
]
std = [
"log/std",
"pezcumulus-client-pov-recovery/std",
"pezcumulus-relay-chain-interface/std",
"pezcumulus-relay-chain-streams/std",
"pezcumulus-test-client/std",
"pezsc-client-api/std",
"pezsc-consensus-babe/std",
"pezsc-consensus/std",
"pezsc-network/std",
"pezsp-blockchain/std",
"pezsp-consensus/std",
"prometheus-endpoint/std",
]
try-runtime = [
"pezcumulus-client-pov-recovery/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezcumulus-test-client/try-runtime",
"pezcumulus-test-relay-sproof-builder/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezsc-client-api/try-runtime",
"pezsc-consensus-babe/try-runtime",
"pezsc-consensus/try-runtime",
"pezsc-network/try-runtime",
"pezsp-blockchain/try-runtime",
"pezsp-consensus/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-timestamp/try-runtime",
"pezsp-version/try-runtime",
]
serde = []
with-tracing = []
@@ -44,3 +44,21 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
"pezsp-state-machine/runtime-benchmarks",
]
std = [
"pezsc-basic-authorship/std",
"pezsc-block-builder/std",
"pezsc-transaction-pool-api/std",
"pezsp-blockchain/std",
"pezsp-consensus/std",
]
try-runtime = [
"pezsc-basic-authorship/try-runtime",
"pezsc-block-builder/try-runtime",
"pezsc-transaction-pool-api/try-runtime",
"pezsp-api/try-runtime",
"pezsp-blockchain/try-runtime",
"pezsp-consensus/try-runtime",
"pezsp-inherents/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
@@ -47,3 +47,23 @@ runtime-benchmarks = [
"pezsp-inherents/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
std = [
"pezcumulus-client-consensus-common/std",
"pezcumulus-relay-chain-interface/std",
"pezsc-consensus/std",
"pezsp-blockchain/std",
"pezsp-consensus/std",
"prometheus-endpoint/std",
]
try-runtime = [
"pezcumulus-client-consensus-common/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezsc-consensus/try-runtime",
"pezsp-api/try-runtime",
"pezsp-block-builder/try-runtime",
"pezsp-blockchain/try-runtime",
"pezsp-consensus/try-runtime",
"pezsp-inherents/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []