bfc2cc5284
Replace all docs.rs documentation URLs with documentation.workspace = true to inherit from the workspace's docs.pezkuwichain.io URL.
452 lines
17 KiB
TOML
452 lines
17 KiB
TOML
[package]
|
|
name = "asset-hub-zagros-runtime"
|
|
version = "0.15.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
description = "Zagros variant of Asset Hub teyrchain runtime"
|
|
license = "Apache-2.0"
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
documentation.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
codec = { features = ["derive", "max-encoded-len"], workspace = true }
|
|
hex-literal = { workspace = true, default-features = true }
|
|
log = { workspace = true }
|
|
scale-info = { features = ["derive"], workspace = true }
|
|
serde_json = { features = ["alloc"], workspace = true }
|
|
tracing = { workspace = true }
|
|
|
|
# Bizinikiwi
|
|
pezframe-benchmarking = { optional = true, workspace = true }
|
|
pezframe-election-provider-support = { workspace = true }
|
|
pezframe-executive = { workspace = true }
|
|
pezframe-metadata-hash-extension = { workspace = true }
|
|
pezframe-support = { workspace = true }
|
|
pezframe-system = { workspace = true }
|
|
pezframe-system-benchmarking = { optional = true, workspace = true }
|
|
pezframe-system-rpc-runtime-api = { workspace = true }
|
|
pezframe-try-runtime = { optional = true, workspace = true }
|
|
pezpallet-ah-ops = { workspace = true }
|
|
pezpallet-asset-conversion = { workspace = true }
|
|
pezpallet-asset-conversion-ops = { workspace = true }
|
|
pezpallet-asset-conversion-tx-payment = { workspace = true }
|
|
pezpallet-asset-rate = { workspace = true }
|
|
pezpallet-asset-rewards = { workspace = true }
|
|
pezpallet-assets = { workspace = true }
|
|
pezpallet-assets-freezer = { workspace = true }
|
|
pezpallet-assets-precompiles = { workspace = true }
|
|
pezpallet-aura = { workspace = true }
|
|
pezpallet-authorship = { workspace = true }
|
|
pezpallet-bags-list = { workspace = true }
|
|
pezpallet-balances = { workspace = true }
|
|
pezpallet-conviction-voting = { workspace = true }
|
|
pezpallet-delegated-staking = { workspace = true }
|
|
pezpallet-election-provider-multi-block = { workspace = true }
|
|
pezpallet-fast-unstake = { workspace = true }
|
|
pezpallet-indices = { workspace = true }
|
|
pezpallet-migrations = { workspace = true }
|
|
pezpallet-multisig = { workspace = true }
|
|
pezpallet-nft-fractionalization = { workspace = true }
|
|
pezpallet-nfts = { workspace = true }
|
|
pezpallet-nfts-runtime-api = { workspace = true }
|
|
pezpallet-nomination-pools = { workspace = true }
|
|
pezpallet-nomination-pools-runtime-api = { workspace = true }
|
|
pezpallet-preimage = { workspace = true }
|
|
pezpallet-proxy = { workspace = true }
|
|
pezpallet-referenda = { workspace = true }
|
|
pezpallet-revive = { workspace = true }
|
|
pezpallet-scheduler = { workspace = true }
|
|
pezpallet-session = { workspace = true }
|
|
pezpallet-staking = { workspace = true }
|
|
pezpallet-staking-async = { workspace = true }
|
|
pezpallet-staking-async-rc-client = { workspace = true }
|
|
pezpallet-staking-runtime-api = { workspace = true }
|
|
pezpallet-state-trie-migration = { workspace = true }
|
|
pezpallet-sudo = { workspace = true }
|
|
pezpallet-timestamp = { workspace = true }
|
|
pezpallet-transaction-payment = { workspace = true }
|
|
pezpallet-transaction-payment-rpc-runtime-api = { workspace = true }
|
|
pezpallet-treasury = { workspace = true }
|
|
pezpallet-uniques = { workspace = true }
|
|
pezpallet-utility = { workspace = true }
|
|
pezpallet-vesting = { workspace = true }
|
|
pezpallet-whitelist = { workspace = true }
|
|
pezsp-api = { workspace = true }
|
|
pezsp-arithmetic = { workspace = true }
|
|
pezsp-block-builder = { workspace = true }
|
|
pezsp-consensus-aura = { workspace = true }
|
|
pezsp-core = { workspace = true }
|
|
pezsp-genesis-builder = { workspace = true }
|
|
pezsp-inherents = { workspace = true }
|
|
pezsp-io = { workspace = true }
|
|
pezsp-keyring = { workspace = true }
|
|
pezsp-npos-elections = { workspace = true }
|
|
pezsp-offchain = { workspace = true }
|
|
pezsp-runtime = { workspace = true }
|
|
pezsp-session = { workspace = true }
|
|
pezsp-staking = { workspace = true }
|
|
pezsp-std = { workspace = true }
|
|
pezsp-storage = { workspace = true }
|
|
pezsp-transaction-pool = { workspace = true }
|
|
pezsp-version = { workspace = true }
|
|
|
|
# num-traits feature needed for dex integer sq root:
|
|
primitive-types = { features = [
|
|
"codec",
|
|
"num-traits",
|
|
"scale-info",
|
|
], workspace = true }
|
|
|
|
# Pezkuwi
|
|
pezkuwi-runtime-common = { workspace = true }
|
|
pezkuwi-teyrchain-primitives = { workspace = true }
|
|
pezpallet-xcm = { workspace = true }
|
|
pezpallet-xcm-benchmarks = { optional = true, workspace = true }
|
|
pezpallet-xcm-precompiles = { workspace = true }
|
|
xcm = { workspace = true }
|
|
xcm-builder = { workspace = true }
|
|
xcm-executor = { workspace = true }
|
|
xcm-runtime-pezapis = { workspace = true }
|
|
zagros-runtime-constants = { workspace = true }
|
|
|
|
# Pezcumulus
|
|
assets-common = { workspace = true }
|
|
pezcumulus-pezpallet-aura-ext = { workspace = true }
|
|
pezcumulus-pezpallet-session-benchmarking = { workspace = true }
|
|
pezcumulus-pezpallet-teyrchain-system = { workspace = true }
|
|
pezcumulus-pezpallet-weight-reclaim = { workspace = true }
|
|
pezcumulus-pezpallet-xcm = { workspace = true }
|
|
pezcumulus-pezpallet-xcmp-queue = { features = ["bridging"], workspace = true }
|
|
pezcumulus-primitives-aura = { workspace = true }
|
|
pezcumulus-primitives-core = { workspace = true }
|
|
pezcumulus-primitives-utility = { workspace = true }
|
|
pezpallet-collator-selection = { workspace = true }
|
|
pezpallet-message-queue = { workspace = true }
|
|
testnet-teyrchains-constants = { features = ["zagros"], workspace = true }
|
|
teyrchain-info = { workspace = true }
|
|
teyrchains-common = { workspace = true }
|
|
|
|
# Bridges
|
|
bp-asset-hub-pezkuwichain = { workspace = true }
|
|
bp-asset-hub-zagros = { workspace = true }
|
|
bp-bridge-hub-pezkuwichain = { workspace = true }
|
|
bp-bridge-hub-zagros = { workspace = true }
|
|
pezpallet-xcm-bridge-hub-router = { workspace = true }
|
|
pezsnowbridge-outbound-queue-primitives = { workspace = true }
|
|
pezsnowbridge-pezpallet-system-frontend = { workspace = true }
|
|
pezsnowbridge-runtime-common = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
alloy-core = { workspace = true, features = ["sol-types"] }
|
|
asset-test-pezutils = { workspace = true, default-features = true }
|
|
pezpallet-revive-fixtures = { workspace = true, default-features = true }
|
|
pezsp-tracing = { workspace = true, default-features = true }
|
|
teyrchains-runtimes-test-utils = { workspace = true, default-features = true }
|
|
|
|
[build-dependencies]
|
|
bizinikiwi-wasm-builder = { optional = true, workspace = true, default-features = true }
|
|
|
|
[features]
|
|
default = ["std"]
|
|
runtime-benchmarks = [
|
|
"asset-test-pezutils/runtime-benchmarks",
|
|
"assets-common/runtime-benchmarks",
|
|
"bizinikiwi-wasm-builder?/runtime-benchmarks",
|
|
"bp-asset-hub-pezkuwichain/runtime-benchmarks",
|
|
"bp-asset-hub-zagros/runtime-benchmarks",
|
|
"bp-bridge-hub-pezkuwichain/runtime-benchmarks",
|
|
"bp-bridge-hub-zagros/runtime-benchmarks",
|
|
"pezcumulus-pezpallet-aura-ext/runtime-benchmarks",
|
|
"pezcumulus-pezpallet-session-benchmarking/runtime-benchmarks",
|
|
"pezcumulus-pezpallet-teyrchain-system/runtime-benchmarks",
|
|
"pezcumulus-pezpallet-weight-reclaim/runtime-benchmarks",
|
|
"pezcumulus-pezpallet-xcm/runtime-benchmarks",
|
|
"pezcumulus-pezpallet-xcmp-queue/runtime-benchmarks",
|
|
"pezcumulus-primitives-aura/runtime-benchmarks",
|
|
"pezcumulus-primitives-core/runtime-benchmarks",
|
|
"pezcumulus-primitives-utility/runtime-benchmarks",
|
|
"pezframe-benchmarking/runtime-benchmarks",
|
|
"pezframe-election-provider-support/runtime-benchmarks",
|
|
"pezframe-executive/runtime-benchmarks",
|
|
"pezframe-metadata-hash-extension/runtime-benchmarks",
|
|
"pezframe-support/runtime-benchmarks",
|
|
"pezframe-system-benchmarking/runtime-benchmarks",
|
|
"pezframe-system-rpc-runtime-api/runtime-benchmarks",
|
|
"pezframe-system/runtime-benchmarks",
|
|
"pezframe-try-runtime?/runtime-benchmarks",
|
|
"pezkuwi-runtime-common/runtime-benchmarks",
|
|
"pezkuwi-teyrchain-primitives/runtime-benchmarks",
|
|
"pezpallet-ah-ops/runtime-benchmarks",
|
|
"pezpallet-asset-conversion-ops/runtime-benchmarks",
|
|
"pezpallet-asset-conversion-tx-payment/runtime-benchmarks",
|
|
"pezpallet-asset-conversion/runtime-benchmarks",
|
|
"pezpallet-asset-rate/runtime-benchmarks",
|
|
"pezpallet-asset-rewards/runtime-benchmarks",
|
|
"pezpallet-assets-freezer/runtime-benchmarks",
|
|
"pezpallet-assets-precompiles/runtime-benchmarks",
|
|
"pezpallet-assets/runtime-benchmarks",
|
|
"pezpallet-aura/runtime-benchmarks",
|
|
"pezpallet-authorship/runtime-benchmarks",
|
|
"pezpallet-bags-list/runtime-benchmarks",
|
|
"pezpallet-balances/runtime-benchmarks",
|
|
"pezpallet-collator-selection/runtime-benchmarks",
|
|
"pezpallet-conviction-voting/runtime-benchmarks",
|
|
"pezpallet-delegated-staking/runtime-benchmarks",
|
|
"pezpallet-election-provider-multi-block/runtime-benchmarks",
|
|
"pezpallet-fast-unstake/runtime-benchmarks",
|
|
"pezpallet-indices/runtime-benchmarks",
|
|
"pezpallet-message-queue/runtime-benchmarks",
|
|
"pezpallet-migrations/runtime-benchmarks",
|
|
"pezpallet-multisig/runtime-benchmarks",
|
|
"pezpallet-nft-fractionalization/runtime-benchmarks",
|
|
"pezpallet-nfts-runtime-api/runtime-benchmarks",
|
|
"pezpallet-nfts/runtime-benchmarks",
|
|
"pezpallet-nomination-pools-runtime-api/runtime-benchmarks",
|
|
"pezpallet-nomination-pools/runtime-benchmarks",
|
|
"pezpallet-preimage/runtime-benchmarks",
|
|
"pezpallet-proxy/runtime-benchmarks",
|
|
"pezpallet-referenda/runtime-benchmarks",
|
|
"pezpallet-revive/runtime-benchmarks",
|
|
"pezpallet-scheduler/runtime-benchmarks",
|
|
"pezpallet-session/runtime-benchmarks",
|
|
"pezpallet-staking-async-rc-client/runtime-benchmarks",
|
|
"pezpallet-staking-async/runtime-benchmarks",
|
|
"pezpallet-staking-runtime-api/runtime-benchmarks",
|
|
"pezpallet-staking/runtime-benchmarks",
|
|
"pezpallet-state-trie-migration/runtime-benchmarks",
|
|
"pezpallet-sudo/runtime-benchmarks",
|
|
"pezpallet-timestamp/runtime-benchmarks",
|
|
"pezpallet-transaction-payment-rpc-runtime-api/runtime-benchmarks",
|
|
"pezpallet-transaction-payment/runtime-benchmarks",
|
|
"pezpallet-treasury/runtime-benchmarks",
|
|
"pezpallet-uniques/runtime-benchmarks",
|
|
"pezpallet-utility/runtime-benchmarks",
|
|
"pezpallet-vesting/runtime-benchmarks",
|
|
"pezpallet-whitelist/runtime-benchmarks",
|
|
"pezpallet-xcm-benchmarks/runtime-benchmarks",
|
|
"pezpallet-xcm-bridge-hub-router/runtime-benchmarks",
|
|
"pezpallet-xcm-precompiles/runtime-benchmarks",
|
|
"pezpallet-xcm/runtime-benchmarks",
|
|
"pezsnowbridge-outbound-queue-primitives/runtime-benchmarks",
|
|
"pezsnowbridge-pezpallet-system-frontend/runtime-benchmarks",
|
|
"pezsnowbridge-runtime-common/runtime-benchmarks",
|
|
"pezsp-api/runtime-benchmarks",
|
|
"pezsp-block-builder/runtime-benchmarks",
|
|
"pezsp-consensus-aura/runtime-benchmarks",
|
|
"pezsp-genesis-builder/runtime-benchmarks",
|
|
"pezsp-inherents/runtime-benchmarks",
|
|
"pezsp-io/runtime-benchmarks",
|
|
"pezsp-keyring/runtime-benchmarks",
|
|
"pezsp-npos-elections/runtime-benchmarks",
|
|
"pezsp-offchain/runtime-benchmarks",
|
|
"pezsp-runtime/runtime-benchmarks",
|
|
"pezsp-session/runtime-benchmarks",
|
|
"pezsp-staking/runtime-benchmarks",
|
|
"pezsp-transaction-pool/runtime-benchmarks",
|
|
"pezsp-version/runtime-benchmarks",
|
|
"testnet-teyrchains-constants/runtime-benchmarks",
|
|
"teyrchain-info/runtime-benchmarks",
|
|
"teyrchains-common/runtime-benchmarks",
|
|
"teyrchains-runtimes-test-utils/runtime-benchmarks",
|
|
"xcm-builder/runtime-benchmarks",
|
|
"xcm-executor/runtime-benchmarks",
|
|
"xcm-runtime-pezapis/runtime-benchmarks",
|
|
"xcm/runtime-benchmarks",
|
|
"zagros-runtime-constants/runtime-benchmarks",
|
|
]
|
|
try-runtime = [
|
|
"asset-test-pezutils/try-runtime",
|
|
"assets-common/try-runtime",
|
|
"pezcumulus-pezpallet-aura-ext/try-runtime",
|
|
"pezcumulus-pezpallet-teyrchain-system/try-runtime",
|
|
"pezcumulus-pezpallet-weight-reclaim/try-runtime",
|
|
"pezcumulus-pezpallet-xcm/try-runtime",
|
|
"pezcumulus-pezpallet-xcmp-queue/try-runtime",
|
|
"pezframe-election-provider-support/try-runtime",
|
|
"pezframe-executive/try-runtime",
|
|
"pezframe-support/try-runtime",
|
|
"pezframe-system/try-runtime",
|
|
"pezframe-try-runtime/try-runtime",
|
|
"pezkuwi-runtime-common/try-runtime",
|
|
"pezpallet-ah-ops/try-runtime",
|
|
"pezpallet-asset-conversion-ops/try-runtime",
|
|
"pezpallet-asset-conversion-tx-payment/try-runtime",
|
|
"pezpallet-asset-conversion/try-runtime",
|
|
"pezpallet-asset-rate/try-runtime",
|
|
"pezpallet-asset-rewards/try-runtime",
|
|
"pezpallet-assets-freezer/try-runtime",
|
|
"pezpallet-assets-precompiles/try-runtime",
|
|
"pezpallet-assets/try-runtime",
|
|
"pezpallet-aura/try-runtime",
|
|
"pezpallet-authorship/try-runtime",
|
|
"pezpallet-bags-list/try-runtime",
|
|
"pezpallet-balances/try-runtime",
|
|
"pezpallet-collator-selection/try-runtime",
|
|
"pezpallet-conviction-voting/try-runtime",
|
|
"pezpallet-delegated-staking/try-runtime",
|
|
"pezpallet-election-provider-multi-block/try-runtime",
|
|
"pezpallet-fast-unstake/try-runtime",
|
|
"pezpallet-indices/try-runtime",
|
|
"pezpallet-message-queue/try-runtime",
|
|
"pezpallet-migrations/try-runtime",
|
|
"pezpallet-multisig/try-runtime",
|
|
"pezpallet-nft-fractionalization/try-runtime",
|
|
"pezpallet-nfts/try-runtime",
|
|
"pezpallet-nomination-pools/try-runtime",
|
|
"pezpallet-preimage/try-runtime",
|
|
"pezpallet-proxy/try-runtime",
|
|
"pezpallet-referenda/try-runtime",
|
|
"pezpallet-revive/try-runtime",
|
|
"pezpallet-scheduler/try-runtime",
|
|
"pezpallet-session/try-runtime",
|
|
"pezpallet-staking-async-rc-client/try-runtime",
|
|
"pezpallet-staking-async/try-runtime",
|
|
"pezpallet-staking/try-runtime",
|
|
"pezpallet-state-trie-migration/try-runtime",
|
|
"pezpallet-sudo/try-runtime",
|
|
"pezpallet-timestamp/try-runtime",
|
|
"pezpallet-transaction-payment/try-runtime",
|
|
"pezpallet-treasury/try-runtime",
|
|
"pezpallet-uniques/try-runtime",
|
|
"pezpallet-utility/try-runtime",
|
|
"pezpallet-vesting/try-runtime",
|
|
"pezpallet-whitelist/try-runtime",
|
|
"pezpallet-xcm-bridge-hub-router/try-runtime",
|
|
"pezpallet-xcm-precompiles/try-runtime",
|
|
"pezpallet-xcm/try-runtime",
|
|
"pezsnowbridge-pezpallet-system-frontend/try-runtime",
|
|
"pezsnowbridge-runtime-common/try-runtime",
|
|
"pezsp-runtime/try-runtime",
|
|
"teyrchain-info/try-runtime",
|
|
"teyrchains-common/try-runtime",
|
|
]
|
|
std = [
|
|
"alloy-core/std",
|
|
"assets-common/std",
|
|
"bizinikiwi-wasm-builder",
|
|
"bp-asset-hub-pezkuwichain/std",
|
|
"bp-asset-hub-zagros/std",
|
|
"bp-bridge-hub-pezkuwichain/std",
|
|
"bp-bridge-hub-zagros/std",
|
|
"codec/std",
|
|
"log/std",
|
|
"pezcumulus-pezpallet-aura-ext/std",
|
|
"pezcumulus-pezpallet-session-benchmarking/std",
|
|
"pezcumulus-pezpallet-teyrchain-system/std",
|
|
"pezcumulus-pezpallet-weight-reclaim/std",
|
|
"pezcumulus-pezpallet-xcm/std",
|
|
"pezcumulus-pezpallet-xcmp-queue/std",
|
|
"pezcumulus-primitives-aura/std",
|
|
"pezcumulus-primitives-core/std",
|
|
"pezcumulus-primitives-utility/std",
|
|
"pezframe-benchmarking?/std",
|
|
"pezframe-election-provider-support/std",
|
|
"pezframe-executive/std",
|
|
"pezframe-metadata-hash-extension/std",
|
|
"pezframe-support/std",
|
|
"pezframe-system-benchmarking?/std",
|
|
"pezframe-system-rpc-runtime-api/std",
|
|
"pezframe-system/std",
|
|
"pezframe-try-runtime?/std",
|
|
"pezkuwi-runtime-common/std",
|
|
"pezkuwi-teyrchain-primitives/std",
|
|
"pezpallet-ah-ops/std",
|
|
"pezpallet-asset-conversion-ops/std",
|
|
"pezpallet-asset-conversion-tx-payment/std",
|
|
"pezpallet-asset-conversion/std",
|
|
"pezpallet-asset-rate/std",
|
|
"pezpallet-asset-rewards/std",
|
|
"pezpallet-assets-freezer/std",
|
|
"pezpallet-assets-precompiles/std",
|
|
"pezpallet-assets/std",
|
|
"pezpallet-aura/std",
|
|
"pezpallet-authorship/std",
|
|
"pezpallet-bags-list/std",
|
|
"pezpallet-balances/std",
|
|
"pezpallet-collator-selection/std",
|
|
"pezpallet-conviction-voting/std",
|
|
"pezpallet-delegated-staking/std",
|
|
"pezpallet-election-provider-multi-block/std",
|
|
"pezpallet-fast-unstake/std",
|
|
"pezpallet-indices/std",
|
|
"pezpallet-message-queue/std",
|
|
"pezpallet-migrations/std",
|
|
"pezpallet-multisig/std",
|
|
"pezpallet-nft-fractionalization/std",
|
|
"pezpallet-nfts-runtime-api/std",
|
|
"pezpallet-nfts/std",
|
|
"pezpallet-nomination-pools-runtime-api/std",
|
|
"pezpallet-nomination-pools/std",
|
|
"pezpallet-preimage/std",
|
|
"pezpallet-proxy/std",
|
|
"pezpallet-referenda/std",
|
|
"pezpallet-revive/std",
|
|
"pezpallet-scheduler/std",
|
|
"pezpallet-session/std",
|
|
"pezpallet-staking-async-rc-client/std",
|
|
"pezpallet-staking-async/std",
|
|
"pezpallet-staking-runtime-api/std",
|
|
"pezpallet-staking/std",
|
|
"pezpallet-state-trie-migration/std",
|
|
"pezpallet-sudo/std",
|
|
"pezpallet-timestamp/std",
|
|
"pezpallet-transaction-payment-rpc-runtime-api/std",
|
|
"pezpallet-transaction-payment/std",
|
|
"pezpallet-treasury/std",
|
|
"pezpallet-uniques/std",
|
|
"pezpallet-utility/std",
|
|
"pezpallet-vesting/std",
|
|
"pezpallet-whitelist/std",
|
|
"pezpallet-xcm-benchmarks?/std",
|
|
"pezpallet-xcm-bridge-hub-router/std",
|
|
"pezpallet-xcm-precompiles/std",
|
|
"pezpallet-xcm/std",
|
|
"pezsnowbridge-outbound-queue-primitives/std",
|
|
"pezsnowbridge-pezpallet-system-frontend/std",
|
|
"pezsnowbridge-runtime-common/std",
|
|
"pezsp-api/std",
|
|
"pezsp-arithmetic/std",
|
|
"pezsp-block-builder/std",
|
|
"pezsp-consensus-aura/std",
|
|
"pezsp-core/std",
|
|
"pezsp-genesis-builder/std",
|
|
"pezsp-inherents/std",
|
|
"pezsp-io/std",
|
|
"pezsp-keyring/std",
|
|
"pezsp-npos-elections/std",
|
|
"pezsp-offchain/std",
|
|
"pezsp-runtime/std",
|
|
"pezsp-session/std",
|
|
"pezsp-staking/std",
|
|
"pezsp-std/std",
|
|
"pezsp-storage/std",
|
|
"pezsp-transaction-pool/std",
|
|
"pezsp-version/std",
|
|
"primitive-types/std",
|
|
"scale-info/std",
|
|
"serde_json/std",
|
|
"testnet-teyrchains-constants/std",
|
|
"teyrchain-info/std",
|
|
"teyrchains-common/std",
|
|
"tracing/std",
|
|
"xcm-builder/std",
|
|
"xcm-executor/std",
|
|
"xcm-runtime-pezapis/std",
|
|
"xcm/std",
|
|
"zagros-runtime-constants/std",
|
|
]
|
|
|
|
fast-runtime = []
|
|
|
|
# Enable the metadata hash generation in the wasm builder.
|
|
metadata-hash = ["bizinikiwi-wasm-builder/metadata-hash"]
|
|
|
|
# A feature that should be enabled when the runtime should be built for on-chain
|
|
# deployment. This will disable stuff that shouldn't be part of the on-chain wasm
|
|
# to make it smaller, like logging for example.
|
|
on-chain-release-build = ["metadata-hash"]
|