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:
@@ -256,6 +256,7 @@ runtime-benchmarks = [
|
||||
"pezsc-consensus-slots/runtime-benchmarks",
|
||||
"pezsc-consensus/runtime-benchmarks",
|
||||
"pezsc-executor/runtime-benchmarks",
|
||||
"pezsc-keystore/runtime-benchmarks",
|
||||
"pezsc-network-sync/runtime-benchmarks",
|
||||
"pezsc-network/runtime-benchmarks",
|
||||
"pezsc-offchain/runtime-benchmarks",
|
||||
@@ -289,11 +290,63 @@ runtime-benchmarks = [
|
||||
"zagros-runtime?/runtime-benchmarks",
|
||||
]
|
||||
try-runtime = [
|
||||
"pezframe-benchmarking-cli/try-runtime",
|
||||
"pezframe-benchmarking/try-runtime",
|
||||
"pezframe-metadata-hash-extension?/try-runtime",
|
||||
"pezframe-system/try-runtime",
|
||||
"pezkuwi-collator-protocol?/try-runtime",
|
||||
"pezkuwi-core-primitives/try-runtime",
|
||||
"pezkuwi-node-core-approval-voting?/try-runtime",
|
||||
"pezkuwi-node-core-pvf-checker?/try-runtime",
|
||||
"pezkuwi-node-network-protocol/try-runtime",
|
||||
"pezkuwi-node-subsystem-types/try-runtime",
|
||||
"pezkuwi-primitives/try-runtime",
|
||||
"pezkuwi-rpc/try-runtime",
|
||||
"pezkuwi-runtime-teyrchains/try-runtime",
|
||||
"pezkuwichain-runtime-constants?/try-runtime",
|
||||
"pezkuwichain-runtime?/try-runtime",
|
||||
"pezmmr-gadget/try-runtime",
|
||||
"pezpallet-transaction-payment-rpc-runtime-api/try-runtime",
|
||||
"pezpallet-transaction-payment/try-runtime",
|
||||
"pezsc-authority-discovery/try-runtime",
|
||||
"pezsc-basic-authorship/try-runtime",
|
||||
"pezsc-chain-spec/try-runtime",
|
||||
"pezsc-client-api/try-runtime",
|
||||
"pezsc-consensus-babe/try-runtime",
|
||||
"pezsc-consensus-beefy/try-runtime",
|
||||
"pezsc-consensus-grandpa/try-runtime",
|
||||
"pezsc-consensus-slots/try-runtime",
|
||||
"pezsc-consensus/try-runtime",
|
||||
"pezsc-executor/try-runtime",
|
||||
"pezsc-network-sync/try-runtime",
|
||||
"pezsc-network/try-runtime",
|
||||
"pezsc-offchain/try-runtime",
|
||||
"pezsc-service/try-runtime",
|
||||
"pezsc-sync-state-rpc/try-runtime",
|
||||
"pezsc-sysinfo/try-runtime",
|
||||
"pezsc-transaction-pool-api/try-runtime",
|
||||
"pezsc-transaction-pool/try-runtime",
|
||||
"pezsp-api/try-runtime",
|
||||
"pezsp-authority-discovery/try-runtime",
|
||||
"pezsp-block-builder/try-runtime",
|
||||
"pezsp-blockchain/try-runtime",
|
||||
"pezsp-consensus-babe/try-runtime",
|
||||
"pezsp-consensus-beefy/try-runtime",
|
||||
"pezsp-consensus-grandpa/try-runtime",
|
||||
"pezsp-consensus/try-runtime",
|
||||
"pezsp-genesis-builder/try-runtime",
|
||||
"pezsp-inherents/try-runtime",
|
||||
"pezsp-keyring/try-runtime",
|
||||
"pezsp-mmr-primitives/try-runtime",
|
||||
"pezsp-offchain/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezsp-session/try-runtime",
|
||||
"pezsp-timestamp/try-runtime",
|
||||
"pezsp-transaction-pool/try-runtime",
|
||||
"pezsp-version/try-runtime",
|
||||
"xcm-runtime-pezapis/try-runtime",
|
||||
"xcm/try-runtime",
|
||||
"zagros-runtime-constants?/try-runtime",
|
||||
"zagros-runtime?/try-runtime",
|
||||
]
|
||||
fast-runtime = [
|
||||
@@ -307,3 +360,67 @@ runtime-metrics = [
|
||||
"pezkuwichain-runtime?/runtime-metrics",
|
||||
"zagros-runtime?/runtime-metrics",
|
||||
]
|
||||
std = [
|
||||
"gum/std",
|
||||
"log/std",
|
||||
"pezframe-benchmarking-cli/std",
|
||||
"pezkuwi-approval-distribution?/std",
|
||||
"pezkuwi-availability-bitfield-distribution?/std",
|
||||
"pezkuwi-availability-distribution?/std",
|
||||
"pezkuwi-availability-recovery?/std",
|
||||
"pezkuwi-collator-protocol?/std",
|
||||
"pezkuwi-dispute-distribution?/std",
|
||||
"pezkuwi-gossip-support?/std",
|
||||
"pezkuwi-network-bridge?/std",
|
||||
"pezkuwi-node-collation-generation?/std",
|
||||
"pezkuwi-node-core-approval-voting-parallel?/std",
|
||||
"pezkuwi-node-core-approval-voting?/std",
|
||||
"pezkuwi-node-core-av-store?/std",
|
||||
"pezkuwi-node-core-backing?/std",
|
||||
"pezkuwi-node-core-bitfield-signing?/std",
|
||||
"pezkuwi-node-core-candidate-validation?/std",
|
||||
"pezkuwi-node-core-chain-api?/std",
|
||||
"pezkuwi-node-core-chain-selection?/std",
|
||||
"pezkuwi-node-core-dispute-coordinator?/std",
|
||||
"pezkuwi-node-core-prospective-teyrchains?/std",
|
||||
"pezkuwi-node-core-provisioner?/std",
|
||||
"pezkuwi-node-core-pvf-checker?/std",
|
||||
"pezkuwi-node-core-pvf?/std",
|
||||
"pezkuwi-node-core-runtime-api?/std",
|
||||
"pezkuwi-node-core-teyrchains-inherent/std",
|
||||
"pezkuwi-node-network-protocol/std",
|
||||
"pezkuwi-node-subsystem-types/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-overseer/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezkuwi-rpc/std",
|
||||
"pezkuwi-statement-distribution?/std",
|
||||
"pezmmr-gadget/std",
|
||||
"pezsc-authority-discovery/std",
|
||||
"pezsc-basic-authorship/std",
|
||||
"pezsc-chain-spec/std",
|
||||
"pezsc-client-api/std",
|
||||
"pezsc-consensus-babe/std",
|
||||
"pezsc-consensus-beefy/std",
|
||||
"pezsc-consensus-grandpa/std",
|
||||
"pezsc-consensus-slots/std",
|
||||
"pezsc-consensus/std",
|
||||
"pezsc-keystore/std",
|
||||
"pezsc-network-sync/std",
|
||||
"pezsc-network/std",
|
||||
"pezsc-offchain/std",
|
||||
"pezsc-service/std",
|
||||
"pezsc-sync-state-rpc/std",
|
||||
"pezsc-sysinfo/std",
|
||||
"pezsc-telemetry/std",
|
||||
"pezsc-transaction-pool-api/std",
|
||||
"pezsc-transaction-pool/std",
|
||||
"pezsp-blockchain/std",
|
||||
"pezsp-consensus/std",
|
||||
"pezsp-tracing/std",
|
||||
"prometheus-endpoint/std",
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
with-tracing = []
|
||||
|
||||
Reference in New Issue
Block a user