fix: CI quick-checks - fmt, taplo, umbrella version

This commit is contained in:
2026-01-07 17:19:27 +03:00
parent 5a48ce4498
commit f68c21c77a
38 changed files with 120 additions and 2984 deletions
@@ -24,8 +24,8 @@ clap = { features = ["derive"], workspace = true }
codec = { workspace = true, default-features = true }
comfy-table = { workspace = true }
env_filter = { workspace = true }
# frame-storage-access-test-runtime moved to integration tests to break circular dependency
gethostname = { workspace = true }
pezframe-storage-access-test-runtime = { workspace = true, optional = true }
handlebars = { workspace = true }
itertools = { workspace = true }
linked-hash-map = { workspace = true }
@@ -81,22 +81,21 @@ thiserror = { workspace = true }
thousands = { workspace = true }
[dev-dependencies]
# bizinikiwi-test-runtime = { workspace = true, default-features = true }
# pezcumulus-test-runtime = { workspace = true, default-features = true }
# zagros-runtime = { workspace = true, default-features = true }
bizinikiwi-test-runtime = { workspace = true, default-features = true }
pezcumulus-test-runtime = { workspace = true, default-features = true }
zagros-runtime = { workspace = true, default-features = true }
[features]
default = []
# Enable storage benchmark command (requires frame-storage-access-test-runtime)
storage-benchmark = []
# Enable storage benchmark command
storage-benchmark = ["pezframe-storage-access-test-runtime"]
# Enable teyrchain/parachain benchmark inherent data
# Note: requires pezcumulus-client-teyrchain-inherent with mock feature (needs pezcumulus-test-relay-sproof-builder)
teyrchain-benchmarks = []
teyrchain-benchmarks = ["pezcumulus-client-teyrchain-inherent/mock"]
runtime-benchmarks = [
# "bizinikiwi-test-runtime/runtime-benchmarks",
"bizinikiwi-test-runtime/runtime-benchmarks",
"pezcumulus-client-teyrchain-inherent/runtime-benchmarks",
"pezcumulus-primitives-proof-size-hostfunction/runtime-benchmarks",
# "pezcumulus-test-runtime/runtime-benchmarks",
"pezcumulus-test-runtime/runtime-benchmarks",
"pezframe-benchmarking/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
@@ -127,7 +126,7 @@ runtime-benchmarks = [
"pezsp-transaction-pool/runtime-benchmarks",
"pezsp-trie/runtime-benchmarks",
"pezsp-version/runtime-benchmarks",
# "zagros-runtime/runtime-benchmarks", # Not a dependency of this crate
"zagros-runtime/runtime-benchmarks",
]
rocksdb = ["pezsc-cli/rocksdb", "pezsc-client-db/rocksdb"]
std = [