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 4c95793329
commit 78095d125e
123 changed files with 250 additions and 521 deletions
+1 -4
View File
@@ -70,8 +70,5 @@ runtime-benchmarks = [
"pezsp-trie?/runtime-benchmarks",
"pezsp-version/runtime-benchmarks",
]
try-runtime = [
"pezsp-runtime/try-runtime",
"pezsp-version/try-runtime",
]
try-runtime = ["pezsp-runtime/try-runtime", "pezsp-version/try-runtime"]
serde = []
@@ -35,12 +35,7 @@ std = [
]
# Serde support without relying on std features.
serde = [
"codec/serde",
"dep:serde",
"pezsp-core/serde",
"scale-info/serde",
]
serde = ["codec/serde", "dep:serde", "pezsp-core/serde", "scale-info/serde"]
# This feature enables all crypto primitives for `no_std` builds like microcontrollers
# or Intel SGX.
@@ -56,10 +51,7 @@ full_crypto = [
# This feature adds BLS crypto primitives.
# It should not be used in production since the implementation and interface may still
# be subject to significant changes.
bls-experimental = [
"pezsp-core/bls-experimental",
"pezsp-io/bls-experimental",
]
bls-experimental = ["pezsp-core/bls-experimental", "pezsp-io/bls-experimental"]
# This feature adds Bandersnatch crypto primitives.
# It should not be used in production since the implementation and interface may still
@@ -69,6 +61,4 @@ bandersnatch-experimental = [
"pezsp-io/bandersnatch-experimental",
]
with-tracing = []
runtime-benchmarks = [
"pezsp-io/runtime-benchmarks",
]
runtime-benchmarks = ["pezsp-io/runtime-benchmarks"]
@@ -48,7 +48,5 @@ num-bigint = { workspace = true }
pezsp-arithmetic = { workspace = true, default-features = true }
[features]
std = [
"num-bigint/std",
]
std = ["num-bigint/std"]
serde = []
@@ -43,7 +43,4 @@ runtime-benchmarks = [
"pezsp-application-crypto/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezsp-api/try-runtime",
"pezsp-runtime/try-runtime",
]
try-runtime = ["pezsp-api/try-runtime", "pezsp-runtime/try-runtime"]
+1 -4
View File
@@ -37,10 +37,7 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
"pezsp-state-machine/runtime-benchmarks",
]
std = [
"codec/std",
"pezsp-consensus/std",
]
std = ["codec/std", "pezsp-consensus/std"]
try-runtime = [
"pezsp-api/try-runtime",
"pezsp-consensus/try-runtime",
@@ -35,11 +35,6 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
"pezsp-state-machine/runtime-benchmarks",
]
std = [
"log/std",
]
try-runtime = [
"pezsp-inherents/try-runtime",
"pezsp-runtime/try-runtime",
]
std = ["log/std"]
try-runtime = ["pezsp-inherents/try-runtime", "pezsp-runtime/try-runtime"]
serde = []
@@ -58,7 +58,4 @@ runtime-benchmarks = [
"pezsp-application-crypto/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezsp-api/try-runtime",
"pezsp-runtime/try-runtime",
]
try-runtime = ["pezsp-api/try-runtime", "pezsp-runtime/try-runtime"]
@@ -29,8 +29,5 @@ runtime-benchmarks = [
"pezsp-api/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezsp-api/try-runtime",
"pezsp-runtime/try-runtime",
]
try-runtime = ["pezsp-api/try-runtime", "pezsp-runtime/try-runtime"]
serde = []
@@ -61,7 +61,4 @@ runtime-benchmarks = [
"pezsp-consensus-slots/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezsp-api/try-runtime",
"pezsp-runtime/try-runtime",
]
try-runtime = ["pezsp-api/try-runtime", "pezsp-runtime/try-runtime"]
@@ -27,9 +27,5 @@ default = ["std"]
std = ["codec/std", "pezsp-timestamp/std", "scale-info/std", "serde/std"]
# Serde support without relying on std features.
serde = [
"codec/serde",
"dep:serde",
"scale-info/serde",
]
serde = ["codec/serde", "dep:serde", "scale-info/serde"]
runtime-benchmarks = ["pezsp-timestamp/runtime-benchmarks"]
@@ -65,6 +65,4 @@ all-curves = [
"ed-on-bls12-377",
"ed-on-bls12-381-bandersnatch",
]
runtime-benchmarks = [
"pezsp-runtime-interface?/runtime-benchmarks",
]
runtime-benchmarks = ["pezsp-runtime-interface?/runtime-benchmarks"]
@@ -24,6 +24,4 @@ quote = { workspace = true }
syn = { features = ["full", "parsing"], workspace = true }
[features]
std = [
"pezsp-crypto-hashing/std",
]
std = ["pezsp-crypto-hashing/std"]
@@ -37,8 +37,5 @@ runtime-benchmarks = [
"pezsp-api/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezsp-api/try-runtime",
"pezsp-runtime/try-runtime",
]
try-runtime = ["pezsp-api/try-runtime", "pezsp-runtime/try-runtime"]
serde = []
+1 -3
View File
@@ -37,7 +37,5 @@ std = [
"thiserror",
]
runtime-benchmarks = ["pezsp-runtime?/runtime-benchmarks"]
try-runtime = [
"pezsp-runtime?/try-runtime",
]
try-runtime = ["pezsp-runtime?/try-runtime"]
serde = []
+1 -3
View File
@@ -30,7 +30,5 @@ std = ["pezsp-core/std", "pezsp-runtime/std", "strum/std"]
# be subject to significant changes.
bandersnatch-experimental = ["pezsp-core/bandersnatch-experimental"]
runtime-benchmarks = ["pezsp-runtime/runtime-benchmarks"]
try-runtime = [
"pezsp-runtime/try-runtime",
]
try-runtime = ["pezsp-runtime/try-runtime"]
serde = []
@@ -59,7 +59,4 @@ runtime-benchmarks = [
"pezsp-api/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezsp-api/try-runtime",
"pezsp-runtime/try-runtime",
]
try-runtime = ["pezsp-api/try-runtime", "pezsp-runtime/try-runtime"]
@@ -49,6 +49,4 @@ serde = [
"scale-info/serde",
]
runtime-benchmarks = ["pezsp-runtime/runtime-benchmarks"]
try-runtime = [
"pezsp-runtime/try-runtime",
]
try-runtime = ["pezsp-runtime/try-runtime"]
@@ -48,8 +48,5 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
]
std = []
try-runtime = [
"pezsp-npos-elections/try-runtime",
"pezsp-runtime/try-runtime",
]
try-runtime = ["pezsp-npos-elections/try-runtime", "pezsp-runtime/try-runtime"]
serde = []
+1 -4
View File
@@ -28,8 +28,5 @@ runtime-benchmarks = [
"pezsp-api/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezsp-api/try-runtime",
"pezsp-runtime/try-runtime",
]
try-runtime = ["pezsp-api/try-runtime", "pezsp-runtime/try-runtime"]
serde = []
@@ -16,7 +16,5 @@ workspace = true
alloy-core = { workspace = true, features = ["sol-types"] }
[features]
std = [
"alloy-core/std",
]
std = ["alloy-core/std"]
serde = []
@@ -38,12 +38,7 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
"pezsp-state-machine/runtime-benchmarks",
]
std = [
"pezsc-executor-common/std",
]
try-runtime = [
"pezsc-executor/try-runtime",
"pezsp-runtime/try-runtime",
]
std = ["pezsc-executor-common/std"]
try-runtime = ["pezsc-executor/try-runtime", "pezsp-runtime/try-runtime"]
serde = []
with-tracing = []
+1 -3
View File
@@ -35,9 +35,7 @@ std = [
"serde/std",
]
runtime-benchmarks = ["pezsp-runtime/runtime-benchmarks"]
try-runtime = [
"pezsp-runtime/try-runtime",
]
try-runtime = ["pezsp-runtime/try-runtime"]
serde = [
"codec/serde",
"dep:serde",
@@ -81,7 +81,4 @@ runtime-benchmarks = [
"pezsp-runtime-interface/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezsp-api/try-runtime",
"pezsp-runtime/try-runtime",
]
try-runtime = ["pezsp-api/try-runtime", "pezsp-runtime/try-runtime"]
+1 -5
View File
@@ -28,8 +28,4 @@ default = ["std"]
std = ["codec/std", "impl-serde/std", "pezsp-debug-derive/std", "serde/std"]
# Serde support without relying on std features.
serde = [
"codec/serde",
"dep:serde",
"impl-serde",
]
serde = ["codec/serde", "dep:serde", "impl-serde"]
@@ -48,6 +48,4 @@ runtime-benchmarks = [
"pezsp-application-crypto/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezsp-runtime/try-runtime",
]
try-runtime = ["pezsp-runtime/try-runtime"]
+1 -4
View File
@@ -36,8 +36,5 @@ runtime-benchmarks = [
"pezsp-inherents/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezsp-inherents/try-runtime",
"pezsp-runtime/try-runtime",
]
try-runtime = ["pezsp-inherents/try-runtime", "pezsp-runtime/try-runtime"]
serde = []
@@ -27,8 +27,5 @@ runtime-benchmarks = [
"pezsp-api/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezsp-api/try-runtime",
"pezsp-runtime/try-runtime",
]
try-runtime = ["pezsp-api/try-runtime", "pezsp-runtime/try-runtime"]
serde = []
@@ -41,8 +41,5 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
"pezsp-trie?/runtime-benchmarks",
]
try-runtime = [
"pezsp-inherents/try-runtime",
"pezsp-runtime/try-runtime",
]
try-runtime = ["pezsp-inherents/try-runtime", "pezsp-runtime/try-runtime"]
serde = []
+1 -3
View File
@@ -55,6 +55,4 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
"pezsp-version-proc-macro/runtime-benchmarks",
]
try-runtime = [
"pezsp-runtime/try-runtime",
]
try-runtime = ["pezsp-runtime/try-runtime"]