Skip to content

Commit

Permalink
fix: remove metadata hash from testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
chungquantin committed Aug 15, 2024
1 parent 410039e commit 9de05d8
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions runtime/testnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -221,17 +221,4 @@ try-runtime = [
"parachain-info/try-runtime",
"polkadot-runtime-common/try-runtime",
"sp-runtime/try-runtime",
]

# Enable the metadata hash generation.
#
# This is hidden behind a feature because it increases the compile time.
# The wasm binary needs to be compiled twice, once to fetch the metadata,
# generate the metadata hash and then a second time with the
# `RUNTIME_METADATA_HASH` environment variable set for the `CheckMetadataHash`
# extension.
metadata-hash = ["substrate-wasm-builder/metadata-hash"]

# A convenience feature for enabling things when doing a build
# for an on-chain release.
on-chain-release-build = ["metadata-hash"]
]

0 comments on commit 9de05d8

Please sign in to comment.