fix: CI - zepter feature propagation (347 issues), taplo format, umbrella

This commit is contained in:
2026-01-07 18:16:03 +03:00
parent b7b066682e
commit 592fbc1537
50 changed files with 2011 additions and 8 deletions
+5
View File
@@ -79,6 +79,8 @@ std = [
"pezkuwi-pez-node-primitives/std",
"pezsc-client-api/std",
"pezsp-consensus/std",
"pezcumulus-test-client/std",
"pezkuwi-node-subsystem-test-helpers/std"
]
try-runtime = [
"pezcumulus-client-consensus-common/try-runtime",
@@ -89,6 +91,9 @@ try-runtime = [
"pezsp-api/try-runtime",
"pezsp-consensus/try-runtime",
"pezsp-runtime/try-runtime",
"pezcumulus-test-client/try-runtime",
"pezcumulus-test-relay-sproof-builder/try-runtime",
"pezcumulus-test-runtime/try-runtime"
]
serde = []
with-tracing = []
@@ -128,6 +128,8 @@ std = [
"pezsp-tracing/std",
"pezsp-version/std",
"prometheus-endpoint/std",
"pezcumulus-test-client/std",
"pezcumulus-test-relay-sproof-builder/std"
]
try-runtime = [
"pezcumulus-client-collator/try-runtime",
@@ -151,6 +153,8 @@ try-runtime = [
"pezsp-runtime/try-runtime",
"pezsp-timestamp/try-runtime",
"pezsp-version/try-runtime",
"pezcumulus-test-client/try-runtime",
"pezcumulus-test-relay-sproof-builder/try-runtime"
]
serde = []
with-tracing = []
+8
View File
@@ -87,6 +87,10 @@ std = [
"pezsc-network/std",
"pezsp-blockchain/std",
"pezsp-consensus/std",
"pezcumulus-relay-chain-inprocess-interface/std",
"pezcumulus-test-service/std",
"pezkuwi-primitives-test-helpers/std",
"pezkuwi-test-client/std"
]
try-runtime = [
"pezcumulus-primitives-core/try-runtime",
@@ -100,5 +104,9 @@ try-runtime = [
"pezsp-keyring/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-version/try-runtime",
"pezcumulus-relay-chain-inprocess-interface/try-runtime",
"pezcumulus-test-service/try-runtime",
"pezkuwi-primitives-test-helpers/try-runtime",
"pezkuwi-test-client/try-runtime"
]
serde = []
@@ -81,6 +81,7 @@ std = [
"pezsc-telemetry/std",
"pezsc-tracing/std",
"pezsp-consensus/std",
"pezkuwi-test-client/std"
]
try-runtime = [
"pezcumulus-client-bootnodes/try-runtime",
@@ -97,5 +98,6 @@ try-runtime = [
"pezsp-consensus/try-runtime",
"pezsp-keyring/try-runtime",
"pezsp-runtime/try-runtime",
"pezkuwi-test-client/try-runtime"
]
serde = []