fix: correct feature gates for storage-benchmark and metadata-hash

- StorageCmd: change cfg from runtime-benchmarks to storage-benchmark
- enable_metadata_hash_in_wasm_builder: add cfg(feature = "metadata-hash") gate
- Add storage-benchmark feature to pezkuwi-omni-node-lib Cargo.toml
- Add metadata-hash feature to pezframe-metadata-hash-extension Cargo.toml

These fixes resolve cargo-check-all-benches CI failures.
This commit is contained in:
2026-01-25 23:03:06 +03:00
parent e23d4f3676
commit d7ebbeea54
5 changed files with 9 additions and 4 deletions
@@ -241,6 +241,7 @@ try-runtime = [
"pezsp-version/try-runtime",
"teyrchains-common/try-runtime",
]
storage-benchmark = ["pezframe-benchmarking-cli/storage-benchmark"]
std = [
"bizinikiwi-frame-rpc-system/std",
"bizinikiwi-state-trie-migration-rpc/std",