Implement CheckedMetadataHashExtension (#211)

This commit is contained in:
Amar Singh
2024-10-28 13:59:30 -04:00
committed by GitHub
parent 46a9a3f4e8
commit 3df636d524
8 changed files with 28 additions and 14 deletions
+3 -1
View File
@@ -20,6 +20,7 @@ smallvec = { workspace = true }
# Substrate
frame-benchmarking = { workspace = true, optional = true }
frame-executive = { workspace = true }
frame-metadata-hash-extension = { workspace = true }
frame-support = { workspace = true }
frame-system = { workspace = true }
frame-system-benchmarking = { workspace = true, optional = true }
@@ -128,6 +129,7 @@ std = [
"fp-self-contained/std",
"frame-benchmarking?/std",
"frame-executive/std",
"frame-metadata-hash-extension/std",
"frame-support/std",
"frame-system-benchmarking?/std",
"frame-system-rpc-runtime-api/std",
@@ -185,7 +187,7 @@ std = [
"xcm/std",
]
async-backing = []
metadata-hash = [ "substrate-wasm-builder/metadata-hash" ]
runtime-benchmarks = [
"assets-common/runtime-benchmarks",
"cumulus-pallet-parachain-system/runtime-benchmarks",