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
+14
View File
@@ -47,3 +47,17 @@ runtime-benchmarks = [
"pezsp-consensus-babe/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
std = [
"log/std",
"pezcumulus-relay-chain-interface/std",
"pezsc-network/std",
"pezsc-service/std",
]
try-runtime = [
"pezcumulus-primitives-core/try-runtime",
"pezsc-network/try-runtime",
"pezsc-service/try-runtime",
"pezsp-consensus-babe/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
+16
View File
@@ -35,3 +35,19 @@ runtime-benchmarks = [
"pezsp-blockchain/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
std = [
"pezsc-chain-spec/std",
"pezsc-cli/std",
"pezsc-client-api/std",
"pezsc-service/std",
"pezsp-blockchain/std",
]
try-runtime = [
"pezsc-chain-spec/try-runtime",
"pezsc-cli/try-runtime",
"pezsc-client-api/try-runtime",
"pezsc-service/try-runtime",
"pezsp-blockchain/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
+21
View File
@@ -71,3 +71,24 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
"pezsp-state-machine/runtime-benchmarks",
]
std = [
"pezcumulus-client-consensus-common/std",
"pezcumulus-client-network/std",
"pezkuwi-node-subsystem/std",
"pezkuwi-overseer/std",
"pezkuwi-pez-node-primitives/std",
"pezsc-client-api/std",
"pezsp-consensus/std",
]
try-runtime = [
"pezcumulus-client-consensus-common/try-runtime",
"pezcumulus-client-network/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezsc-client-api/try-runtime",
"pezsp-api/try-runtime",
"pezsp-consensus/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
with-tracing = []
@@ -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 = []
+23
View File
@@ -79,3 +79,26 @@ runtime-benchmarks = [
"pezsp-state-machine/runtime-benchmarks",
"pezsp-version/runtime-benchmarks",
]
std = [
"pezcumulus-relay-chain-interface/std",
"pezkuwi-node-subsystem/std",
"pezkuwi-pez-node-primitives/std",
"pezsc-client-api/std",
"pezsc-network/std",
"pezsp-blockchain/std",
"pezsp-consensus/std",
]
try-runtime = [
"pezcumulus-primitives-core/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezkuwi-teyrchain-primitives/try-runtime",
"pezsc-client-api/try-runtime",
"pezsc-network/try-runtime",
"pezsp-api/try-runtime",
"pezsp-blockchain/try-runtime",
"pezsp-consensus/try-runtime",
"pezsp-keyring/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-version/try-runtime",
]
serde = []
+29
View File
@@ -71,3 +71,32 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
"pezsp-version/runtime-benchmarks",
]
std = [
"pezcumulus-relay-chain-interface/std",
"pezcumulus-relay-chain-streams/std",
"pezcumulus-test-client/std",
"pezkuwi-node-subsystem/std",
"pezkuwi-overseer/std",
"pezkuwi-pez-node-primitives/std",
"pezsc-client-api/std",
"pezsc-consensus/std",
"pezsc-network/std",
"pezsc-utils/std",
"pezsp-blockchain/std",
"pezsp-consensus/std",
]
try-runtime = [
"pezcumulus-primitives-core/try-runtime",
"pezcumulus-test-client/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezsc-client-api/try-runtime",
"pezsc-consensus/try-runtime",
"pezsc-network/try-runtime",
"pezsp-api/try-runtime",
"pezsp-blockchain/try-runtime",
"pezsp-consensus/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-version/try-runtime",
]
serde = []
with-tracing = []
@@ -69,3 +69,33 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
"pezsp-state-machine/runtime-benchmarks",
]
std = [
"pezcumulus-client-bootnodes/std",
"pezcumulus-relay-chain-interface/std",
"pezkuwi-cli/std",
"pezkuwi-service/std",
"pezsc-cli/std",
"pezsc-client-api/std",
"pezsc-network/std",
"pezsc-sysinfo/std",
"pezsc-telemetry/std",
"pezsc-tracing/std",
"pezsp-consensus/std",
]
try-runtime = [
"pezcumulus-client-bootnodes/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezkuwi-cli/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezkuwi-service/try-runtime",
"pezsc-cli/try-runtime",
"pezsc-client-api/try-runtime",
"pezsc-network/try-runtime",
"pezsc-sysinfo/try-runtime",
"pezsc-tracing/try-runtime",
"pezsp-api/try-runtime",
"pezsp-consensus/try-runtime",
"pezsp-keyring/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
@@ -41,3 +41,11 @@ runtime-benchmarks = [
"pezsp-state-machine/runtime-benchmarks",
"pezsp-version/runtime-benchmarks",
]
std = [
"pezkuwi-overseer/std",
"pezsc-client-api/std",
"pezsc-network/std",
"pezsp-blockchain/std",
"pezsp-version/std",
]
serde = []
@@ -75,3 +75,44 @@ runtime-benchmarks = [
"pezsp-consensus/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
std = [
"pezcumulus-client-bootnodes/std",
"pezcumulus-relay-chain-interface/std",
"pezcumulus-relay-chain-rpc-interface/std",
"pezkuwi-network-bridge/std",
"pezkuwi-node-network-protocol/std",
"pezkuwi-node-subsystem-util/std",
"pezkuwi-overseer/std",
"pezkuwi-service/std",
"pezsc-authority-discovery/std",
"pezsc-client-api/std",
"pezsc-network-common/std",
"pezsc-network/std",
"pezsc-service/std",
"pezsc-tracing/std",
"pezsc-utils/std",
"pezsp-blockchain/std",
"pezsp-consensus/std",
"prometheus-endpoint/std",
]
try-runtime = [
"pezcumulus-client-bootnodes/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezcumulus-relay-chain-rpc-interface/try-runtime",
"pezkuwi-core-primitives/try-runtime",
"pezkuwi-node-network-protocol/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezkuwi-service/try-runtime",
"pezsc-authority-discovery/try-runtime",
"pezsc-client-api/try-runtime",
"pezsc-network-common/try-runtime",
"pezsc-network/try-runtime",
"pezsc-service/try-runtime",
"pezsc-tracing/try-runtime",
"pezsp-api/try-runtime",
"pezsp-blockchain/try-runtime",
"pezsp-consensus-babe/try-runtime",
"pezsp-consensus/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
@@ -61,3 +61,22 @@ runtime-benchmarks = [
"pezsp-state-machine/runtime-benchmarks",
"pezsp-version/runtime-benchmarks",
]
std = [
"pezcumulus-relay-chain-interface/std",
"pezkuwi-overseer/std",
"pezsc-client-api/std",
"pezsc-rpc-api/std",
"pezsc-service/std",
"prometheus-endpoint/std",
]
try-runtime = [
"pezcumulus-primitives-core/try-runtime",
"pezsc-client-api/try-runtime",
"pezsc-rpc-api/try-runtime",
"pezsc-service/try-runtime",
"pezsp-authority-discovery/try-runtime",
"pezsp-consensus-babe/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-version/try-runtime",
]
serde = []
@@ -35,3 +35,8 @@ runtime-benchmarks = [
"pezsp-api/runtime-benchmarks",
"pezsp-consensus/runtime-benchmarks",
]
std = [
"pezcumulus-relay-chain-interface/std",
"pezkuwi-node-subsystem/std",
"pezsp-consensus/std",
]
+54
View File
@@ -90,3 +90,57 @@ runtime-benchmarks = [
"pezsp-transaction-pool/runtime-benchmarks",
"pezsp-trie/runtime-benchmarks",
]
std = [
"pezcumulus-client-cli/std",
"pezcumulus-client-collator/std",
"pezcumulus-client-consensus-common/std",
"pezcumulus-client-network/std",
"pezcumulus-client-pov-recovery/std",
"pezcumulus-relay-chain-inprocess-interface/std",
"pezcumulus-relay-chain-interface/std",
"pezcumulus-relay-chain-minimal-node/std",
"pezcumulus-relay-chain-streams/std",
"pezkuwi-overseer/std",
"pezsc-client-api/std",
"pezsc-consensus/std",
"pezsc-network-sync/std",
"pezsc-network-transactions/std",
"pezsc-network/std",
"pezsc-rpc/std",
"pezsc-service/std",
"pezsc-sysinfo/std",
"pezsc-telemetry/std",
"pezsc-tracing/std",
"pezsc-transaction-pool/std",
"pezsc-utils/std",
"pezsp-blockchain/std",
"pezsp-consensus/std",
]
try-runtime = [
"pezcumulus-client-cli/try-runtime",
"pezcumulus-client-collator/try-runtime",
"pezcumulus-client-consensus-common/try-runtime",
"pezcumulus-client-network/try-runtime",
"pezcumulus-client-pov-recovery/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezcumulus-relay-chain-inprocess-interface/try-runtime",
"pezcumulus-relay-chain-minimal-node/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezsc-client-api/try-runtime",
"pezsc-consensus/try-runtime",
"pezsc-network-sync/try-runtime",
"pezsc-network-transactions/try-runtime",
"pezsc-network/try-runtime",
"pezsc-rpc/try-runtime",
"pezsc-service/try-runtime",
"pezsc-sysinfo/try-runtime",
"pezsc-tracing/try-runtime",
"pezsc-transaction-pool/try-runtime",
"pezsp-api/try-runtime",
"pezsp-blockchain/try-runtime",
"pezsp-consensus/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-transaction-pool/try-runtime",
]
serde = []
with-tracing = []
@@ -44,3 +44,18 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
"pezsp-state-machine/runtime-benchmarks",
]
std = [
"pezcumulus-relay-chain-interface/std",
"pezsc-client-api/std",
"pezsc-consensus-babe/std",
"pezsc-network-types/std",
]
try-runtime = [
"pezcumulus-primitives-core/try-runtime",
"pezcumulus-test-relay-sproof-builder?/try-runtime",
"pezsc-client-api/try-runtime",
"pezsc-consensus-babe/try-runtime",
"pezsp-inherents/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []