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:
@@ -57,7 +57,26 @@ runtime-benchmarks = [
|
||||
"pezkuwi-overseer/runtime-benchmarks",
|
||||
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
||||
"pezkuwi-primitives/runtime-benchmarks",
|
||||
"pezsc-keystore/runtime-benchmarks",
|
||||
"pezsp-consensus-babe/runtime-benchmarks",
|
||||
"pezsp-consensus/runtime-benchmarks",
|
||||
"pezsp-keyring/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"gum/std",
|
||||
"pezkuwi-approval-distribution/std",
|
||||
"pezkuwi-node-core-approval-voting/std",
|
||||
"pezkuwi-node-metrics/std",
|
||||
"pezkuwi-node-network-protocol/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-overseer/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezsc-keystore/std",
|
||||
"pezsp-consensus/std",
|
||||
"pezsp-tracing/std",
|
||||
"rand/std",
|
||||
"rand_core/std",
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -75,9 +75,36 @@ runtime-benchmarks = [
|
||||
# "pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
||||
"pezkuwi-primitives/runtime-benchmarks",
|
||||
# "pezkuwi-subsystem-bench/runtime-benchmarks",
|
||||
"pezsc-keystore/runtime-benchmarks",
|
||||
"pezsp-application-crypto/runtime-benchmarks",
|
||||
"pezsp-consensus-babe/runtime-benchmarks",
|
||||
"pezsp-consensus-slots/runtime-benchmarks",
|
||||
"pezsp-consensus/runtime-benchmarks",
|
||||
"pezsp-keyring/runtime-benchmarks",
|
||||
"pezsp-runtime/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"bitvec/std",
|
||||
"codec/std",
|
||||
"gum/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-overseer/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezsc-keystore/std",
|
||||
"pezsp-application-crypto/std",
|
||||
"pezsp-consensus-slots/std",
|
||||
"pezsp-consensus/std",
|
||||
"pezsp-runtime/std",
|
||||
"pezsp-tracing/std",
|
||||
"rand_core/std",
|
||||
]
|
||||
try-runtime = [
|
||||
"pezkuwi-primitives/try-runtime",
|
||||
"pezsp-consensus-babe/try-runtime",
|
||||
"pezsp-consensus/try-runtime",
|
||||
"pezsp-keyring/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -51,3 +51,14 @@ runtime-benchmarks = [
|
||||
"pezsp-consensus/runtime-benchmarks",
|
||||
"pezsp-keyring/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"gum/std",
|
||||
"pezkuwi-erasure-coding/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezsp-consensus/std",
|
||||
"pezsp-tracing/std",
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -52,5 +52,19 @@ runtime-benchmarks = [
|
||||
"pezkuwi-primitives/runtime-benchmarks",
|
||||
"pezkuwi-statement-table/runtime-benchmarks",
|
||||
"pezkuwi-teyrchain-primitives/runtime-benchmarks",
|
||||
"pezsc-keystore/runtime-benchmarks",
|
||||
"pezsp-application-crypto/runtime-benchmarks",
|
||||
"pezsp-keyring/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"bitvec/std",
|
||||
"gum/std",
|
||||
"pezkuwi-erasure-coding/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezkuwi-statement-table/std",
|
||||
"pezsc-keystore/std",
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -35,3 +35,8 @@ runtime-benchmarks = [
|
||||
# "pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
||||
"pezkuwi-primitives/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"gum/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
]
|
||||
|
||||
@@ -57,5 +57,19 @@ runtime-benchmarks = [
|
||||
# "pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
||||
"pezkuwi-primitives/runtime-benchmarks",
|
||||
"pezkuwi-teyrchain-primitives/runtime-benchmarks",
|
||||
"pezsp-application-crypto/runtime-benchmarks",
|
||||
"pezsp-keyring/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"codec/std",
|
||||
"gum/std",
|
||||
"pezkuwi-node-core-pvf/std",
|
||||
"pezkuwi-node-metrics/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-overseer/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezsp-application-crypto/std",
|
||||
"pezsp-keystore/std",
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -44,3 +44,14 @@ runtime-benchmarks = [
|
||||
"pezsc-consensus-babe/runtime-benchmarks",
|
||||
"pezsp-blockchain/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"gum/std",
|
||||
"pezkuwi-node-metrics/std",
|
||||
"pezkuwi-node-subsystem-types/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezsc-client-api/std",
|
||||
"pezsc-consensus-babe/std",
|
||||
"pezsp-blockchain/std",
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -39,3 +39,10 @@ runtime-benchmarks = [
|
||||
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
||||
"pezkuwi-primitives/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"gum/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -61,5 +61,16 @@ runtime-benchmarks = [
|
||||
# "pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
||||
"pezkuwi-primitives/runtime-benchmarks",
|
||||
# "pezkuwi-subsystem-bench/runtime-benchmarks",
|
||||
"pezsc-keystore/runtime-benchmarks",
|
||||
"pezsp-application-crypto/runtime-benchmarks",
|
||||
"pezsp-keyring/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"gum/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezsc-keystore/std",
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -41,3 +41,12 @@ runtime-benchmarks = [
|
||||
# "pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
||||
"pezkuwi-primitives/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"gum/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezsp-tracing/std",
|
||||
"rand/std",
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -43,4 +43,14 @@ runtime-benchmarks = [
|
||||
# "pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
||||
"pezkuwi-primitives/runtime-benchmarks",
|
||||
"pezsc-consensus-slots/runtime-benchmarks",
|
||||
"pezsp-application-crypto/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"bitvec/std",
|
||||
"gum/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezsc-consensus-slots/std",
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -40,6 +40,20 @@ runtime-benchmarks = [
|
||||
"pezkuwi-node-subsystem/runtime-benchmarks",
|
||||
# "pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
||||
"pezkuwi-primitives/runtime-benchmarks",
|
||||
"pezsc-keystore/runtime-benchmarks",
|
||||
"pezsp-application-crypto/runtime-benchmarks",
|
||||
"pezsp-keyring/runtime-benchmarks",
|
||||
"pezsp-runtime/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"gum/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezsc-keystore/std",
|
||||
]
|
||||
try-runtime = [
|
||||
"pezkuwi-primitives/try-runtime",
|
||||
"pezsp-keyring/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -102,3 +102,16 @@ runtime-benchmarks = [
|
||||
"pezsc-tracing/runtime-benchmarks",
|
||||
# "test-teyrchain-adder/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"codec/std",
|
||||
"gum/std",
|
||||
"pezkuwi-node-core-pvf-common/std",
|
||||
"pezkuwi-node-core-pvf-execute-worker?/std",
|
||||
"pezkuwi-node-core-pvf-prepare-worker?/std",
|
||||
"pezkuwi-node-metrics/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezsc-sysinfo/std",
|
||||
"pezsc-tracing/std",
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -62,3 +62,12 @@ runtime-benchmarks = [
|
||||
"pezsc-executor/runtime-benchmarks",
|
||||
"pezsp-io/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"codec/std",
|
||||
"gum/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezsc-executor-common/std",
|
||||
"pezsc-executor-wasmtime/std",
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -37,3 +37,10 @@ runtime-benchmarks = [
|
||||
"pezkuwi-primitives/runtime-benchmarks",
|
||||
"pezkuwi-teyrchain-primitives/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"codec/std",
|
||||
"gum/std",
|
||||
"pezkuwi-node-core-pvf-common/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -53,3 +53,9 @@ runtime-benchmarks = [
|
||||
"pezkuwi-primitives/runtime-benchmarks",
|
||||
# "pezkuwichain-runtime/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"codec/std",
|
||||
"gum/std",
|
||||
"pezkuwi-node-core-pvf-common/std",
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -48,3 +48,11 @@ runtime-benchmarks = [
|
||||
"pezsp-consensus-babe/runtime-benchmarks",
|
||||
"pezsp-keyring/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"gum/std",
|
||||
"pezkuwi-node-metrics/std",
|
||||
"pezkuwi-node-subsystem-types/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -33,3 +33,9 @@ runtime-benchmarks = [
|
||||
"pezsp-blockchain/runtime-benchmarks",
|
||||
"pezsp-inherents/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"gum/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-overseer/std",
|
||||
"pezsp-blockchain/std",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user