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:
+23
@@ -44,3 +44,26 @@ runtime-benchmarks = [
|
||||
"pezsp-keyring/runtime-benchmarks",
|
||||
"teyrchains-common/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"emulated-integration-tests-common/std",
|
||||
"pezkuwi-primitives/std",
|
||||
"pezkuwichain-runtime-constants/std",
|
||||
"pezsc-consensus-grandpa/std",
|
||||
"pezsp-authority-discovery/std",
|
||||
"pezsp-consensus-babe/std",
|
||||
"pezsp-core/std",
|
||||
"pezsp-keyring/std",
|
||||
]
|
||||
try-runtime = [
|
||||
"emulated-integration-tests-common/try-runtime",
|
||||
"pezkuwi-primitives/try-runtime",
|
||||
"pezkuwichain-runtime-constants/try-runtime",
|
||||
"pezkuwichain-runtime/try-runtime",
|
||||
"pezsc-consensus-grandpa/try-runtime",
|
||||
"pezsp-authority-discovery/try-runtime",
|
||||
"pezsp-consensus-babe/try-runtime",
|
||||
"pezsp-consensus-beefy/try-runtime",
|
||||
"pezsp-keyring/try-runtime",
|
||||
"teyrchains-common/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -46,3 +46,28 @@ runtime-benchmarks = [
|
||||
"zagros-runtime-constants/runtime-benchmarks",
|
||||
"zagros-runtime/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"emulated-integration-tests-common/std",
|
||||
"pezkuwi-primitives/std",
|
||||
"pezpallet-staking/std",
|
||||
"pezsc-consensus-grandpa/std",
|
||||
"pezsp-authority-discovery/std",
|
||||
"pezsp-consensus-babe/std",
|
||||
"pezsp-core/std",
|
||||
"pezsp-runtime/std",
|
||||
"zagros-runtime-constants/std",
|
||||
]
|
||||
try-runtime = [
|
||||
"emulated-integration-tests-common/try-runtime",
|
||||
"pezkuwi-primitives/try-runtime",
|
||||
"pezpallet-staking/try-runtime",
|
||||
"pezsc-consensus-grandpa/try-runtime",
|
||||
"pezsp-authority-discovery/try-runtime",
|
||||
"pezsp-consensus-babe/try-runtime",
|
||||
"pezsp-consensus-beefy/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"teyrchains-common/try-runtime",
|
||||
"zagros-runtime-constants/try-runtime",
|
||||
"zagros-runtime/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
|
||||
+26
@@ -50,3 +50,29 @@ runtime-benchmarks = [
|
||||
"xcm-builder/runtime-benchmarks",
|
||||
"xcm/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"emulated-integration-tests-common/std",
|
||||
"pezbp-bridge-hub-pezkuwichain/std",
|
||||
"pezcumulus-primitives-core/std",
|
||||
"pezframe-support/std",
|
||||
"pezkuwichain-emulated-chain/std",
|
||||
"pezsp-core/std",
|
||||
"pezsp-keyring/std",
|
||||
"xcm/std",
|
||||
]
|
||||
try-runtime = [
|
||||
"asset-hub-pezkuwichain-runtime/try-runtime",
|
||||
"emulated-integration-tests-common/try-runtime",
|
||||
"pezbp-bridge-hub-pezkuwichain/try-runtime",
|
||||
"pezcumulus-primitives-core/try-runtime",
|
||||
"pezframe-support/try-runtime",
|
||||
"pezkuwichain-emulated-chain/try-runtime",
|
||||
"pezsp-keyring/try-runtime",
|
||||
"testnet-teyrchains-constants/try-runtime",
|
||||
"teyrchains-common/try-runtime",
|
||||
"xcm-builder/try-runtime",
|
||||
"xcm/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
tuples-96 = []
|
||||
|
||||
+26
@@ -50,3 +50,29 @@ runtime-benchmarks = [
|
||||
"xcm/runtime-benchmarks",
|
||||
"zagros-emulated-chain/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"emulated-integration-tests-common/std",
|
||||
"pezbp-bridge-hub-zagros/std",
|
||||
"pezcumulus-primitives-core/std",
|
||||
"pezframe-support/std",
|
||||
"pezsp-core/std",
|
||||
"pezsp-keyring/std",
|
||||
"xcm/std",
|
||||
"zagros-emulated-chain/std",
|
||||
]
|
||||
try-runtime = [
|
||||
"asset-hub-zagros-runtime/try-runtime",
|
||||
"emulated-integration-tests-common/try-runtime",
|
||||
"pezbp-bridge-hub-zagros/try-runtime",
|
||||
"pezcumulus-primitives-core/try-runtime",
|
||||
"pezframe-support/try-runtime",
|
||||
"pezsp-keyring/try-runtime",
|
||||
"testnet-teyrchains-constants/try-runtime",
|
||||
"teyrchains-common/try-runtime",
|
||||
"xcm-builder/try-runtime",
|
||||
"xcm/try-runtime",
|
||||
"zagros-emulated-chain/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
tuples-96 = []
|
||||
|
||||
+17
@@ -36,3 +36,20 @@ runtime-benchmarks = [
|
||||
"testnet-teyrchains-constants/runtime-benchmarks",
|
||||
"teyrchains-common/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"emulated-integration-tests-common/std",
|
||||
"pezcumulus-primitives-core/std",
|
||||
"pezframe-support/std",
|
||||
"pezsp-core/std",
|
||||
]
|
||||
try-runtime = [
|
||||
"collectives-zagros-runtime/try-runtime",
|
||||
"emulated-integration-tests-common/try-runtime",
|
||||
"pezcumulus-primitives-core/try-runtime",
|
||||
"pezframe-support/try-runtime",
|
||||
"testnet-teyrchains-constants/try-runtime",
|
||||
"teyrchains-common/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
tuples-96 = []
|
||||
|
||||
+17
@@ -36,3 +36,20 @@ runtime-benchmarks = [
|
||||
"testnet-teyrchains-constants/runtime-benchmarks",
|
||||
"teyrchains-common/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"emulated-integration-tests-common/std",
|
||||
"pezcumulus-primitives-core/std",
|
||||
"pezframe-support/std",
|
||||
"pezsp-core/std",
|
||||
]
|
||||
try-runtime = [
|
||||
"coretime-pezkuwichain-runtime/try-runtime",
|
||||
"emulated-integration-tests-common/try-runtime",
|
||||
"pezcumulus-primitives-core/try-runtime",
|
||||
"pezframe-support/try-runtime",
|
||||
"testnet-teyrchains-constants/try-runtime",
|
||||
"teyrchains-common/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
tuples-96 = []
|
||||
|
||||
+17
@@ -36,3 +36,20 @@ runtime-benchmarks = [
|
||||
"testnet-teyrchains-constants/runtime-benchmarks",
|
||||
"teyrchains-common/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"emulated-integration-tests-common/std",
|
||||
"pezcumulus-primitives-core/std",
|
||||
"pezframe-support/std",
|
||||
"pezsp-core/std",
|
||||
]
|
||||
try-runtime = [
|
||||
"coretime-zagros-runtime/try-runtime",
|
||||
"emulated-integration-tests-common/try-runtime",
|
||||
"pezcumulus-primitives-core/try-runtime",
|
||||
"pezframe-support/try-runtime",
|
||||
"testnet-teyrchains-constants/try-runtime",
|
||||
"teyrchains-common/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
tuples-96 = []
|
||||
|
||||
+17
@@ -36,3 +36,20 @@ runtime-benchmarks = [
|
||||
"testnet-teyrchains-constants/runtime-benchmarks",
|
||||
"teyrchains-common/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"emulated-integration-tests-common/std",
|
||||
"pezcumulus-primitives-core/std",
|
||||
"pezframe-support/std",
|
||||
"pezsp-core/std",
|
||||
]
|
||||
try-runtime = [
|
||||
"emulated-integration-tests-common/try-runtime",
|
||||
"people-pezkuwichain-runtime/try-runtime",
|
||||
"pezcumulus-primitives-core/try-runtime",
|
||||
"pezframe-support/try-runtime",
|
||||
"testnet-teyrchains-constants/try-runtime",
|
||||
"teyrchains-common/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
tuples-96 = []
|
||||
|
||||
+17
@@ -36,3 +36,20 @@ runtime-benchmarks = [
|
||||
"testnet-teyrchains-constants/runtime-benchmarks",
|
||||
"teyrchains-common/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"emulated-integration-tests-common/std",
|
||||
"pezcumulus-primitives-core/std",
|
||||
"pezframe-support/std",
|
||||
"pezsp-core/std",
|
||||
]
|
||||
try-runtime = [
|
||||
"emulated-integration-tests-common/try-runtime",
|
||||
"people-zagros-runtime/try-runtime",
|
||||
"pezcumulus-primitives-core/try-runtime",
|
||||
"pezframe-support/try-runtime",
|
||||
"testnet-teyrchains-constants/try-runtime",
|
||||
"teyrchains-common/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
tuples-96 = []
|
||||
|
||||
+23
@@ -46,3 +46,26 @@ runtime-benchmarks = [
|
||||
"teyrchains-common/runtime-benchmarks",
|
||||
"xcm/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"emulated-integration-tests-common/std",
|
||||
"pezbp-messages/std",
|
||||
"pezbridge-hub-common/std",
|
||||
"pezframe-support/std",
|
||||
"pezsp-core/std",
|
||||
"pezsp-keyring/std",
|
||||
"xcm/std",
|
||||
]
|
||||
try-runtime = [
|
||||
"emulated-integration-tests-common/try-runtime",
|
||||
"pezbp-messages/try-runtime",
|
||||
"pezbridge-hub-common/try-runtime",
|
||||
"pezbridge-hub-pezkuwichain-runtime/try-runtime",
|
||||
"pezframe-support/try-runtime",
|
||||
"pezsp-keyring/try-runtime",
|
||||
"testnet-teyrchains-constants/try-runtime",
|
||||
"teyrchains-common/try-runtime",
|
||||
"xcm/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
tuples-96 = []
|
||||
|
||||
+23
@@ -46,3 +46,26 @@ runtime-benchmarks = [
|
||||
"teyrchains-common/runtime-benchmarks",
|
||||
"xcm/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"emulated-integration-tests-common/std",
|
||||
"pezbp-messages/std",
|
||||
"pezbridge-hub-common/std",
|
||||
"pezframe-support/std",
|
||||
"pezsp-core/std",
|
||||
"pezsp-keyring/std",
|
||||
"xcm/std",
|
||||
]
|
||||
try-runtime = [
|
||||
"emulated-integration-tests-common/try-runtime",
|
||||
"pezbp-messages/try-runtime",
|
||||
"pezbridge-hub-common/try-runtime",
|
||||
"pezbridge-hub-zagros-runtime/try-runtime",
|
||||
"pezframe-support/try-runtime",
|
||||
"pezsp-keyring/try-runtime",
|
||||
"testnet-teyrchains-constants/try-runtime",
|
||||
"teyrchains-common/try-runtime",
|
||||
"xcm/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
tuples-96 = []
|
||||
|
||||
+20
@@ -38,3 +38,23 @@ runtime-benchmarks = [
|
||||
"teyrchains-common/runtime-benchmarks",
|
||||
"xcm/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"emulated-integration-tests-common/std",
|
||||
"pezcumulus-primitives-core/std",
|
||||
"pezframe-support/std",
|
||||
"pezsp-core/std",
|
||||
"pezsp-keyring/std",
|
||||
"xcm/std",
|
||||
]
|
||||
try-runtime = [
|
||||
"emulated-integration-tests-common/try-runtime",
|
||||
"pez-penpal-runtime/try-runtime",
|
||||
"pezcumulus-primitives-core/try-runtime",
|
||||
"pezframe-support/try-runtime",
|
||||
"pezsp-keyring/try-runtime",
|
||||
"teyrchains-common/try-runtime",
|
||||
"xcm/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
tuples-96 = []
|
||||
|
||||
Reference in New Issue
Block a user