fix: quick-checks CI failures - taplo format, zepter, umbrella

1. TOML format (taplo): 123 files reformatted using correct config
   - Command: taplo format --config .config/taplo.toml

2. Zepter feature propagation fix:
   - pezframe-support: added pezsp-timestamp/try-runtime to try-runtime feature

3. generate-umbrella.py bug fix:
   - Script crashed when Cargo.toml/src didn't exist in umbrella dir
   - Added existence checks before deletion
This commit is contained in:
2026-01-26 00:39:59 +03:00
parent c4640269ec
commit 267fcec12d
123 changed files with 250 additions and 521 deletions
+1 -3
View File
@@ -22,7 +22,5 @@ scale-info = { features = ["derive"], workspace = true }
default = ["std"]
std = ["codec/std", "pezsp-core/std", "pezsp-runtime/std", "scale-info/std"]
runtime-benchmarks = ["pezsp-runtime/runtime-benchmarks"]
try-runtime = [
"pezsp-runtime/try-runtime",
]
try-runtime = ["pezsp-runtime/try-runtime"]
serde = []
+1 -4
View File
@@ -35,8 +35,5 @@ runtime-benchmarks = [
"pezkuwi-primitives/runtime-benchmarks",
"pezsp-trie/runtime-benchmarks",
]
std = [
"codec/std",
"pezkuwi-pez-node-primitives/std",
]
std = ["codec/std", "pezkuwi-pez-node-primitives/std"]
serde = []
+1 -4
View File
@@ -33,7 +33,4 @@ runtime-benchmarks = [
"pezkuwi-pez-node-primitives/runtime-benchmarks",
"pezkuwi-primitives/runtime-benchmarks",
]
std = [
"pezkuwi-erasure-coding/std",
"pezkuwi-pez-node-primitives/std",
]
std = ["pezkuwi-erasure-coding/std", "pezkuwi-pez-node-primitives/std"]
@@ -53,9 +53,5 @@ runtime-benchmarks = [
"pezkuwi-primitives/runtime-benchmarks",
"pezkuwichain-runtime/runtime-benchmarks",
]
std = [
"codec/std",
"gum/std",
"pezkuwi-node-core-pvf-common/std",
]
std = ["codec/std", "gum/std", "pezkuwi-node-core-pvf-common/std"]
serde = []
+1 -4
View File
@@ -21,7 +21,4 @@ runtime-benchmarks = [
"pezkuwi-node-subsystem-types/runtime-benchmarks",
"pezkuwi-overseer/runtime-benchmarks",
]
std = [
"pezkuwi-node-subsystem-types/std",
"pezkuwi-overseer/std",
]
std = ["pezkuwi-node-subsystem-types/std", "pezkuwi-overseer/std"]
@@ -31,7 +31,5 @@ tokio-tungstenite = { workspace = true }
[features]
runtime-benchmarks = ["gum/runtime-benchmarks"]
std = [
"gum/std",
]
std = ["gum/std"]
serde = []
@@ -22,7 +22,5 @@ pezsp-runtime = { workspace = true }
default = ["std"]
std = ["codec/std", "pezsp-runtime/std"]
runtime-benchmarks = ["pezsp-runtime/runtime-benchmarks"]
try-runtime = [
"pezsp-runtime/try-runtime",
]
try-runtime = ["pezsp-runtime/try-runtime"]
serde = []
+1 -4
View File
@@ -22,8 +22,5 @@ runtime-benchmarks = [
"gum/runtime-benchmarks",
"pezkuwi-primitives/runtime-benchmarks",
]
std = [
"codec/std",
"gum/std",
]
std = ["codec/std", "gum/std"]
serde = []
@@ -20,9 +20,5 @@ rustversion = { workspace = true }
[features]
default = ["std"]
std = [
"bizinikiwi-wasm-builder/std",
]
runtime-benchmarks = [
"bizinikiwi-wasm-builder/runtime-benchmarks",
]
std = ["bizinikiwi-wasm-builder/std"]
runtime-benchmarks = ["bizinikiwi-wasm-builder/runtime-benchmarks"]
+2 -7
View File
@@ -24,10 +24,5 @@ runtime-benchmarks = [
"pez-generate-bags/runtime-benchmarks",
"zagros-runtime/runtime-benchmarks",
]
std = [
"pez-generate-bags/std",
]
try-runtime = [
"pez-generate-bags/try-runtime",
"zagros-runtime/try-runtime",
]
std = ["pez-generate-bags/std"]
try-runtime = ["pez-generate-bags/try-runtime", "zagros-runtime/try-runtime"]
@@ -33,10 +33,7 @@ runtime-benchmarks = [
"zagros-runtime-constants/runtime-benchmarks",
"zagros-runtime/runtime-benchmarks",
]
std = [
"log/std",
"pezpallet-bags-list-remote-tests/std",
]
std = ["log/std", "pezpallet-bags-list-remote-tests/std"]
try-runtime = [
"pezframe-system/try-runtime",
"pezpallet-bags-list-remote-tests/try-runtime",
+1 -4
View File
@@ -55,10 +55,7 @@ runtime-benchmarks = [
"xcm-pez-simulator/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
std = [
"scale-info/std",
"xcm-pez-simulator/std",
]
std = ["scale-info/std", "xcm-pez-simulator/std"]
try-runtime = [
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
+2 -7
View File
@@ -34,12 +34,7 @@ runtime-benchmarks = [
"pezframe-support/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
std = [
"pezframe-support/std",
]
try-runtime = [
"pezframe-support/try-runtime",
"xcm/try-runtime",
]
std = ["pezframe-support/std"]
try-runtime = ["pezframe-support/try-runtime", "xcm/try-runtime"]
experimental = []
tuples-96 = []
+1 -3
View File
@@ -44,9 +44,7 @@ runtime-benchmarks = [
"xcm-executor/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
std = [
"scale-info/std",
]
std = ["scale-info/std"]
try-runtime = [
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
@@ -59,10 +59,7 @@ runtime-benchmarks = [
"xcm-pez-simulator/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
std = [
"tracing/std",
"xcm-pez-simulator/std",
]
std = ["tracing/std", "xcm-pez-simulator/std"]
try-runtime = [
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
@@ -80,9 +80,7 @@ runtime-benchmarks = [
"xcm-pez-simulator/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
std = [
"xcm-pez-simulator/std",
]
std = ["xcm-pez-simulator/std"]
serde = []
experimental = []
with-tracing = []