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:
@@ -203,19 +203,234 @@ default = ["cli"]
|
||||
cli = ["clap", "clap_complete", "dep:node-inspect"]
|
||||
runtime-benchmarks = [
|
||||
"bizinikiwi-cli-test-utils/runtime-benchmarks",
|
||||
"bizinikiwi-frame-rpc-support/runtime-benchmarks",
|
||||
"bizinikiwi-frame-rpc-system/runtime-benchmarks",
|
||||
"bizinikiwi-rpc-client/runtime-benchmarks",
|
||||
"bizinikiwi-state-trie-migration-rpc/runtime-benchmarks",
|
||||
"bizinikiwi-wasm-builder/runtime-benchmarks",
|
||||
"chain-spec-builder/runtime-benchmarks",
|
||||
"gum/runtime-benchmarks",
|
||||
"node-inspect?/runtime-benchmarks",
|
||||
"pez-generate-bags/runtime-benchmarks",
|
||||
"pez-kitchensink-runtime/runtime-benchmarks",
|
||||
"pez-node-primitives/runtime-benchmarks",
|
||||
"pez-node-rpc/runtime-benchmarks",
|
||||
"pez-node-testing/runtime-benchmarks",
|
||||
"pez-subkey/runtime-benchmarks",
|
||||
"pezframe-benchmarking-cli?/runtime-benchmarks",
|
||||
"pezkuwi-subxt-signer/runtime-benchmarks",
|
||||
"pezmmr-gadget/runtime-benchmarks",
|
||||
"pezmmr-rpc/runtime-benchmarks",
|
||||
"pezpallet-transaction-payment-rpc/runtime-benchmarks",
|
||||
"pezsc-authority-discovery/runtime-benchmarks",
|
||||
"pezsc-basic-authorship/runtime-benchmarks",
|
||||
"pezsc-block-builder/runtime-benchmarks",
|
||||
"pezsc-chain-spec/runtime-benchmarks",
|
||||
"pezsc-cli/runtime-benchmarks",
|
||||
"pezsc-client-api/runtime-benchmarks",
|
||||
"pezsc-client-db/runtime-benchmarks",
|
||||
"pezsc-consensus-aura/runtime-benchmarks",
|
||||
"pezsc-consensus-babe-rpc/runtime-benchmarks",
|
||||
"pezsc-consensus-babe/runtime-benchmarks",
|
||||
"pezsc-consensus-beefy-rpc/runtime-benchmarks",
|
||||
"pezsc-consensus-beefy/runtime-benchmarks",
|
||||
"pezsc-consensus-epochs/runtime-benchmarks",
|
||||
"pezsc-consensus-grandpa-rpc/runtime-benchmarks",
|
||||
"pezsc-consensus-grandpa/runtime-benchmarks",
|
||||
"pezsc-consensus-manual-seal/runtime-benchmarks",
|
||||
"pezsc-consensus-pow/runtime-benchmarks",
|
||||
"pezsc-consensus-slots/runtime-benchmarks",
|
||||
"pezsc-consensus/runtime-benchmarks",
|
||||
"pezsc-executor-wasmtime/runtime-benchmarks",
|
||||
"pezsc-executor/runtime-benchmarks",
|
||||
"pezsc-informant/runtime-benchmarks",
|
||||
"pezsc-keystore/runtime-benchmarks",
|
||||
"pezsc-mixnet/runtime-benchmarks",
|
||||
"pezsc-network-common/runtime-benchmarks",
|
||||
"pezsc-network-gossip/runtime-benchmarks",
|
||||
"pezsc-network-light/runtime-benchmarks",
|
||||
"pezsc-network-statement/runtime-benchmarks",
|
||||
"pezsc-network-sync/runtime-benchmarks",
|
||||
"pezsc-network-transactions/runtime-benchmarks",
|
||||
"pezsc-network/runtime-benchmarks",
|
||||
"pezsc-offchain/runtime-benchmarks",
|
||||
"pezsc-rpc-api/runtime-benchmarks",
|
||||
"pezsc-rpc-server/runtime-benchmarks",
|
||||
"pezsc-rpc-spec-v2/runtime-benchmarks",
|
||||
"pezsc-rpc/runtime-benchmarks",
|
||||
"pezsc-service-test/runtime-benchmarks",
|
||||
"pezsc-service/runtime-benchmarks",
|
||||
"pezsc-statement-store/runtime-benchmarks",
|
||||
"pezsc-sync-state-rpc/runtime-benchmarks",
|
||||
"pezsc-sysinfo/runtime-benchmarks",
|
||||
"pezsc-tracing/runtime-benchmarks",
|
||||
"pezsc-transaction-pool-api/runtime-benchmarks",
|
||||
"pezsc-transaction-pool/runtime-benchmarks",
|
||||
"pezsp-api/runtime-benchmarks",
|
||||
"pezsp-blockchain/runtime-benchmarks",
|
||||
"pezsp-consensus/runtime-benchmarks",
|
||||
"pezsp-inherents/runtime-benchmarks",
|
||||
"pezsp-io/runtime-benchmarks",
|
||||
"pezsp-keyring/runtime-benchmarks",
|
||||
"pezsp-mmr-primitives/runtime-benchmarks",
|
||||
"pezsp-runtime/runtime-benchmarks",
|
||||
"pezsp-statement-store/runtime-benchmarks",
|
||||
"pezsp-timestamp/runtime-benchmarks",
|
||||
"pezsp-transaction-storage-proof/runtime-benchmarks",
|
||||
"remote-externalities/runtime-benchmarks",
|
||||
]
|
||||
storage-benchmark = ["pezframe-benchmarking-cli/storage-benchmark"]
|
||||
try-runtime = [
|
||||
"bizinikiwi-cli-test-utils/try-runtime",
|
||||
"bizinikiwi-frame-rpc-support/try-runtime",
|
||||
"bizinikiwi-frame-rpc-system/try-runtime",
|
||||
"bizinikiwi-rpc-client/try-runtime",
|
||||
"bizinikiwi-state-trie-migration-rpc/try-runtime",
|
||||
"node-inspect?/try-runtime",
|
||||
"pez-generate-bags/try-runtime",
|
||||
"pez-kitchensink-runtime/try-runtime",
|
||||
"pez-node-primitives/try-runtime",
|
||||
"pez-node-rpc/try-runtime",
|
||||
"pez-node-testing/try-runtime",
|
||||
"pezframe-benchmarking-cli?/try-runtime",
|
||||
"pezmmr-gadget/try-runtime",
|
||||
"pezmmr-rpc/try-runtime",
|
||||
"pezpallet-transaction-payment-rpc/try-runtime",
|
||||
"pezsc-authority-discovery/try-runtime",
|
||||
"pezsc-basic-authorship/try-runtime",
|
||||
"pezsc-block-builder/try-runtime",
|
||||
"pezsc-chain-spec/try-runtime",
|
||||
"pezsc-cli/try-runtime",
|
||||
"pezsc-client-api/try-runtime",
|
||||
"pezsc-client-db/try-runtime",
|
||||
"pezsc-consensus-aura/try-runtime",
|
||||
"pezsc-consensus-babe-rpc/try-runtime",
|
||||
"pezsc-consensus-babe/try-runtime",
|
||||
"pezsc-consensus-beefy-rpc/try-runtime",
|
||||
"pezsc-consensus-beefy/try-runtime",
|
||||
"pezsc-consensus-epochs/try-runtime",
|
||||
"pezsc-consensus-grandpa-rpc/try-runtime",
|
||||
"pezsc-consensus-grandpa/try-runtime",
|
||||
"pezsc-consensus-manual-seal/try-runtime",
|
||||
"pezsc-consensus-pow/try-runtime",
|
||||
"pezsc-consensus-slots/try-runtime",
|
||||
"pezsc-consensus/try-runtime",
|
||||
"pezsc-executor/try-runtime",
|
||||
"pezsc-informant/try-runtime",
|
||||
"pezsc-mixnet/try-runtime",
|
||||
"pezsc-network-common/try-runtime",
|
||||
"pezsc-network-gossip/try-runtime",
|
||||
"pezsc-network-light/try-runtime",
|
||||
"pezsc-network-statement/try-runtime",
|
||||
"pezsc-network-sync/try-runtime",
|
||||
"pezsc-network-transactions/try-runtime",
|
||||
"pezsc-network/try-runtime",
|
||||
"pezsc-offchain/try-runtime",
|
||||
"pezsc-rpc-api/try-runtime",
|
||||
"pezsc-rpc-spec-v2/try-runtime",
|
||||
"pezsc-rpc/try-runtime",
|
||||
"pezsc-service-test/try-runtime",
|
||||
"pezsc-service/try-runtime",
|
||||
"pezsc-statement-store/try-runtime",
|
||||
"pezsc-sync-state-rpc/try-runtime",
|
||||
"pezsc-sysinfo/try-runtime",
|
||||
"pezsc-tracing/try-runtime",
|
||||
"pezsc-transaction-pool-api/try-runtime",
|
||||
"pezsc-transaction-pool/try-runtime",
|
||||
"pezsp-api/try-runtime",
|
||||
"pezsp-blockchain/try-runtime",
|
||||
"pezsp-consensus/try-runtime",
|
||||
"pezsp-inherents/try-runtime",
|
||||
"pezsp-keyring/try-runtime",
|
||||
"pezsp-mmr-primitives/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezsp-statement-store/try-runtime",
|
||||
"pezsp-timestamp/try-runtime",
|
||||
"pezsp-transaction-storage-proof/try-runtime",
|
||||
"remote-externalities/try-runtime",
|
||||
]
|
||||
std = [
|
||||
"bizinikiwi-cli-test-utils/std",
|
||||
"bizinikiwi-frame-rpc-support/std",
|
||||
"bizinikiwi-frame-rpc-system/std",
|
||||
"bizinikiwi-rpc-client/std",
|
||||
"bizinikiwi-state-trie-migration-rpc/std",
|
||||
"bizinikiwi-wasm-builder/std",
|
||||
"chain-spec-builder/std",
|
||||
"gum/std",
|
||||
"log/std",
|
||||
"node-inspect?/std",
|
||||
"pez-fork-tree/std",
|
||||
"pez-generate-bags/std",
|
||||
"pez-node-rpc/std",
|
||||
"pez-node-testing/std",
|
||||
"pez-subkey/std",
|
||||
"pezframe-benchmarking-cli?/std",
|
||||
"pezmmr-gadget/std",
|
||||
"pezmmr-rpc/std",
|
||||
"pezpallet-transaction-payment-rpc/std",
|
||||
"pezsc-allocator/std",
|
||||
"pezsc-authority-discovery/std",
|
||||
"pezsc-basic-authorship/std",
|
||||
"pezsc-block-builder/std",
|
||||
"pezsc-chain-spec/std",
|
||||
"pezsc-cli/std",
|
||||
"pezsc-client-api/std",
|
||||
"pezsc-client-db/std",
|
||||
"pezsc-consensus-aura/std",
|
||||
"pezsc-consensus-babe-rpc/std",
|
||||
"pezsc-consensus-babe/std",
|
||||
"pezsc-consensus-beefy-rpc/std",
|
||||
"pezsc-consensus-beefy/std",
|
||||
"pezsc-consensus-epochs/std",
|
||||
"pezsc-consensus-grandpa-rpc/std",
|
||||
"pezsc-consensus-grandpa/std",
|
||||
"pezsc-consensus-manual-seal/std",
|
||||
"pezsc-consensus-pow/std",
|
||||
"pezsc-consensus-slots/std",
|
||||
"pezsc-consensus/std",
|
||||
"pezsc-executor-common/std",
|
||||
"pezsc-executor-polkavm/std",
|
||||
"pezsc-executor-wasmtime/std",
|
||||
"pezsc-informant/std",
|
||||
"pezsc-keystore/std",
|
||||
"pezsc-mixnet/std",
|
||||
"pezsc-network-common/std",
|
||||
"pezsc-network-gossip/std",
|
||||
"pezsc-network-light/std",
|
||||
"pezsc-network-statement/std",
|
||||
"pezsc-network-sync/std",
|
||||
"pezsc-network-transactions/std",
|
||||
"pezsc-network-types/std",
|
||||
"pezsc-network/std",
|
||||
"pezsc-offchain/std",
|
||||
"pezsc-proposer-metrics/std",
|
||||
"pezsc-rpc-api/std",
|
||||
"pezsc-rpc-server/std",
|
||||
"pezsc-rpc-spec-v2/std",
|
||||
"pezsc-rpc/std",
|
||||
"pezsc-service-test/std",
|
||||
"pezsc-service/std",
|
||||
"pezsc-state-db/std",
|
||||
"pezsc-statement-store/std",
|
||||
"pezsc-storage-monitor/std",
|
||||
"pezsc-sync-state-rpc/std",
|
||||
"pezsc-sysinfo/std",
|
||||
"pezsc-telemetry/std",
|
||||
"pezsc-tracing/std",
|
||||
"pezsc-transaction-pool-api/std",
|
||||
"pezsc-transaction-pool/std",
|
||||
"pezsc-utils/std",
|
||||
"pezsp-blockchain/std",
|
||||
"pezsp-consensus/std",
|
||||
"pezsp-core-hashing-proc-macro/std",
|
||||
"pezsp-keyring/std",
|
||||
"pezsp-panic-handler/std",
|
||||
"pezsp-rpc/std",
|
||||
"pezsp-runtime/std",
|
||||
"prometheus-endpoint/std",
|
||||
"remote-externalities/std",
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
with-tracing = []
|
||||
|
||||
Reference in New Issue
Block a user