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
+26
View File
@@ -63,3 +63,29 @@ runtime-benchmarks = [
"pezsp-timestamp/runtime-benchmarks",
"pezsp-trie/runtime-benchmarks",
]
std = [
"log/std",
"pez-node-testing/std",
"pezsc-basic-authorship/std",
"pezsc-client-api/std",
"pezsc-transaction-pool-api/std",
"pezsc-transaction-pool/std",
"pezsp-consensus/std",
"pezsp-timestamp/std",
]
try-runtime = [
"pez-kitchensink-runtime/try-runtime",
"pez-node-primitives/try-runtime",
"pez-node-testing/try-runtime",
"pezsc-basic-authorship/try-runtime",
"pezsc-client-api/try-runtime",
"pezsc-transaction-pool-api/try-runtime",
"pezsc-transaction-pool/try-runtime",
"pezsp-consensus/try-runtime",
"pezsp-inherents/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-timestamp/try-runtime",
]
serde = []
experimental = []
with-tracing = []
+215
View File
@@ -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 = []
+16
View File
@@ -38,3 +38,19 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
"pezsp-statement-store/runtime-benchmarks",
]
std = [
"pezsc-cli/std",
"pezsc-client-api/std",
"pezsc-service/std",
"pezsp-blockchain/std",
]
try-runtime = [
"pezsc-cli/try-runtime",
"pezsc-client-api/try-runtime",
"pezsc-service/try-runtime",
"pezsp-blockchain/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-statement-store/try-runtime",
]
serde = []
with-tracing = []
@@ -24,3 +24,7 @@ pezsp-runtime = { workspace = true }
default = ["std"]
std = ["pezsp-core/std", "pezsp-runtime/std"]
runtime-benchmarks = ["pezsp-runtime/runtime-benchmarks"]
try-runtime = [
"pezsp-runtime/try-runtime",
]
serde = []
+49
View File
@@ -66,6 +66,7 @@ runtime-benchmarks = [
"pezsc-sync-state-rpc/runtime-benchmarks",
"pezsc-transaction-pool-api/runtime-benchmarks",
"pezsp-api/runtime-benchmarks",
"pezsp-application-crypto/runtime-benchmarks",
"pezsp-block-builder/runtime-benchmarks",
"pezsp-blockchain/runtime-benchmarks",
"pezsp-consensus-babe/runtime-benchmarks",
@@ -74,3 +75,51 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
"pezsp-statement-store/runtime-benchmarks",
]
std = [
"bizinikiwi-frame-rpc-system/std",
"bizinikiwi-state-trie-migration-rpc/std",
"pezmmr-rpc/std",
"pezpallet-transaction-payment-rpc/std",
"pezsc-chain-spec/std",
"pezsc-client-api/std",
"pezsc-consensus-babe-rpc/std",
"pezsc-consensus-babe/std",
"pezsc-consensus-beefy-rpc/std",
"pezsc-consensus-beefy/std",
"pezsc-consensus-grandpa-rpc/std",
"pezsc-consensus-grandpa/std",
"pezsc-mixnet/std",
"pezsc-rpc/std",
"pezsc-sync-state-rpc/std",
"pezsc-transaction-pool-api/std",
"pezsp-blockchain/std",
"pezsp-consensus/std",
]
try-runtime = [
"bizinikiwi-frame-rpc-system/try-runtime",
"bizinikiwi-state-trie-migration-rpc/try-runtime",
"pez-node-primitives/try-runtime",
"pezmmr-rpc/try-runtime",
"pezpallet-transaction-payment-rpc/try-runtime",
"pezsc-chain-spec/try-runtime",
"pezsc-client-api/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-grandpa-rpc/try-runtime",
"pezsc-consensus-grandpa/try-runtime",
"pezsc-mixnet/try-runtime",
"pezsc-rpc/try-runtime",
"pezsc-sync-state-rpc/try-runtime",
"pezsc-transaction-pool-api/try-runtime",
"pezsp-api/try-runtime",
"pezsp-block-builder/try-runtime",
"pezsp-blockchain/try-runtime",
"pezsp-consensus-babe/try-runtime",
"pezsp-consensus-beefy/try-runtime",
"pezsp-consensus/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-statement-store/try-runtime",
]
serde = []
+8 -1
View File
@@ -55,6 +55,7 @@ default = ["std"]
with-tracing = ["pezkuwi-sdk/with-tracing"]
std = [
"bizinikiwi-wasm-builder",
"bizinikiwi-wasm-builder?/std",
"codec/std",
"log/std",
"pez-node-primitives/std",
@@ -81,6 +82,7 @@ runtime-benchmarks = [
"rand_pcg",
]
try-runtime = [
"pez-node-primitives/try-runtime",
"pezframe-try-runtime",
"pezframe-try-runtime/try-runtime",
"pezkuwi-sdk/try-runtime",
@@ -88,5 +90,10 @@ try-runtime = [
"pezpallet-example-tasks/try-runtime",
"pezsp-runtime/try-runtime",
]
experimental = ["pezpallet-example-tasks/experimental"]
experimental = [
"pezkuwi-sdk/experimental",
"pezpallet-example-tasks/experimental",
]
metadata-hash = ["bizinikiwi-wasm-builder/metadata-hash"]
serde = []
tuples-96 = []
+42
View File
@@ -80,3 +80,45 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
"pezsp-timestamp/runtime-benchmarks",
]
std = [
"bizinikiwi-test-client/std",
"log/std",
"node-cli/std",
"pezsc-block-builder/std",
"pezsc-client-api/std",
"pezsc-client-db/std",
"pezsc-consensus/std",
"pezsc-service/std",
"pezsp-blockchain/std",
"pezsp-consensus/std",
"pezsp-timestamp/std",
]
try-runtime = [
"bizinikiwi-test-client/try-runtime",
"node-cli/try-runtime",
"pez-kitchensink-runtime/try-runtime",
"pez-node-primitives/try-runtime",
"pezframe-metadata-hash-extension/try-runtime",
"pezframe-system/try-runtime",
"pezpallet-asset-conversion-tx-payment/try-runtime",
"pezpallet-asset-conversion/try-runtime",
"pezpallet-revive/try-runtime",
"pezpallet-skip-feeless-payment/try-runtime",
"pezsc-block-builder/try-runtime",
"pezsc-client-api/try-runtime",
"pezsc-client-db/try-runtime",
"pezsc-consensus/try-runtime",
"pezsc-executor/try-runtime",
"pezsc-service/try-runtime",
"pezsp-api/try-runtime",
"pezsp-block-builder/try-runtime",
"pezsp-blockchain/try-runtime",
"pezsp-consensus/try-runtime",
"pezsp-inherents/try-runtime",
"pezsp-keyring/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-timestamp/try-runtime",
]
serde = []
experimental = []
with-tracing = []
@@ -50,3 +50,7 @@ runtime-benchmarks = [
# "bizinikiwi-test-runtime/runtime-benchmarks",
"pezsc-chain-spec/runtime-benchmarks",
]
std = [
"pezsc-chain-spec/std",
]
with-tracing = []
@@ -26,3 +26,6 @@ pezsc-cli = { workspace = true, default-features = true }
[features]
runtime-benchmarks = ["pezsc-cli/runtime-benchmarks"]
std = [
"pezsc-cli/std",
]