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:
@@ -53,5 +53,21 @@ runtime-benchmarks = [
|
||||
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
||||
# "pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
||||
"pezkuwi-primitives/runtime-benchmarks",
|
||||
"pezsc-keystore/runtime-benchmarks",
|
||||
"pezsp-application-crypto/runtime-benchmarks",
|
||||
"pezsp-authority-discovery/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"gum/std",
|
||||
"pezkuwi-node-metrics/std",
|
||||
"pezkuwi-node-network-protocol/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezsc-keystore/std",
|
||||
"pezsp-tracing/std",
|
||||
"rand_core/std",
|
||||
"schnorrkel/std",
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -62,3 +62,14 @@ runtime-benchmarks = [
|
||||
"pezsc-network/runtime-benchmarks",
|
||||
"pezsp-keyring/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"gum/std",
|
||||
"pezkuwi-erasure-coding/std",
|
||||
"pezkuwi-node-network-protocol/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezsc-network/std",
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -66,3 +66,15 @@ runtime-benchmarks = [
|
||||
"pezsc-network/runtime-benchmarks",
|
||||
"pezsp-keyring/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"codec/std",
|
||||
"gum/std",
|
||||
"pezkuwi-erasure-coding/std",
|
||||
"pezkuwi-node-network-protocol/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezsc-network/std",
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -43,6 +43,17 @@ runtime-benchmarks = [
|
||||
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
||||
"pezkuwi-node-subsystem/runtime-benchmarks",
|
||||
"pezkuwi-primitives/runtime-benchmarks",
|
||||
"pezsp-application-crypto/runtime-benchmarks",
|
||||
"pezsp-authority-discovery/runtime-benchmarks",
|
||||
"pezsp-keyring/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"bitvec/std",
|
||||
"gum/std",
|
||||
"pezkuwi-node-network-protocol/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezsp-tracing/std",
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -54,3 +54,15 @@ runtime-benchmarks = [
|
||||
"pezsp-consensus/runtime-benchmarks",
|
||||
"pezsp-keyring/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"codec/std",
|
||||
"gum/std",
|
||||
"pezkuwi-node-metrics/std",
|
||||
"pezkuwi-node-network-protocol/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-overseer/std",
|
||||
"pezsc-network/std",
|
||||
"pezsp-consensus/std",
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -66,7 +66,28 @@ runtime-benchmarks = [
|
||||
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
||||
# "pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
||||
"pezkuwi-primitives/runtime-benchmarks",
|
||||
"pezsc-keystore/runtime-benchmarks",
|
||||
"pezsc-network/runtime-benchmarks",
|
||||
"pezsp-keyring/runtime-benchmarks",
|
||||
"pezsp-runtime/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"bitvec/std",
|
||||
"gum/std",
|
||||
"pezkuwi-node-network-protocol/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezsc-keystore/std",
|
||||
"pezsc-network/std",
|
||||
"pezsp-tracing/std",
|
||||
]
|
||||
try-runtime = [
|
||||
"pezkuwi-node-network-protocol/try-runtime",
|
||||
"pezkuwi-primitives/try-runtime",
|
||||
"pezsc-network/try-runtime",
|
||||
"pezsp-keyring/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -49,6 +49,19 @@ runtime-benchmarks = [
|
||||
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
||||
# "pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
||||
"pezkuwi-primitives/runtime-benchmarks",
|
||||
"pezsc-keystore/runtime-benchmarks",
|
||||
"pezsc-network/runtime-benchmarks",
|
||||
"pezsp-application-crypto/runtime-benchmarks",
|
||||
"pezsp-keyring/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"gum/std",
|
||||
"pezkuwi-node-network-protocol/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezsc-keystore/std",
|
||||
"pezsc-network/std",
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -52,7 +52,19 @@ runtime-benchmarks = [
|
||||
"pezkuwi-node-subsystem/runtime-benchmarks",
|
||||
"pezkuwi-primitives/runtime-benchmarks",
|
||||
"pezsc-network/runtime-benchmarks",
|
||||
"pezsp-application-crypto/runtime-benchmarks",
|
||||
"pezsp-authority-discovery/runtime-benchmarks",
|
||||
"pezsp-consensus-babe/runtime-benchmarks",
|
||||
"pezsp-keyring/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"gum/std",
|
||||
"pezkuwi-node-network-protocol/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezsc-network/std",
|
||||
"rand/std",
|
||||
"rand_chacha/std",
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -44,3 +44,18 @@ runtime-benchmarks = [
|
||||
"pezsc-network/runtime-benchmarks",
|
||||
"pezsp-runtime/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"codec/std",
|
||||
"gum/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezsc-authority-discovery/std",
|
||||
"pezsc-network-types/std",
|
||||
"pezsc-network/std",
|
||||
]
|
||||
try-runtime = [
|
||||
"pezkuwi-primitives/try-runtime",
|
||||
"pezsc-authority-discovery/try-runtime",
|
||||
"pezsc-network/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -62,7 +62,21 @@ runtime-benchmarks = [
|
||||
# "pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
||||
"pezkuwi-primitives/runtime-benchmarks",
|
||||
# "pezkuwi-subsystem-bench/runtime-benchmarks",
|
||||
"pezsc-keystore/runtime-benchmarks",
|
||||
"pezsc-network/runtime-benchmarks",
|
||||
"pezsp-application-crypto/runtime-benchmarks",
|
||||
"pezsp-authority-discovery/runtime-benchmarks",
|
||||
"pezsp-keyring/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"codec/std",
|
||||
"gum/std",
|
||||
"pezkuwi-node-network-protocol/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezsc-keystore/std",
|
||||
"pezsc-network/std",
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
Reference in New Issue
Block a user