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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user