Cargo Features
[dependencies]
bridge-hub-westend-runtime = { version = "0.15.2", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks", "on-chain-release-build", "fast-runtime"] }
- default = std
-
The
std
feature is set by default wheneverbridge-hub-westend-runtime
is added without
somewhere in the dependency tree.default-features = false - std default = serde, substrate-wasm-builder
-
Enables std of bp-asset-hub-rococo ^0.15.0, bp-asset-hub-westend ^0.14.0, bp-bridge-hub-rococo, bp-bridge-hub-westend, bp-header-chain ^0.19.0, bp-messages ^0.19.0, bp-parachains, bp-polkadot-core ^0.19.0, bp-relayers, bp-rococo, bp-runtime ^0.19.0, bp-westend, bp-xcm-bridge-hub-router ^0.15.0, bridge-hub-common, bridge-runtime-common ^0.19.2, parity-scale-codec, cumulus-pallet-aura-ext, cumulus-pallet-parachain-system, cumulus-pallet-session-benchmarking ^20.0.0, cumulus-pallet-xcm ^0.18.0, cumulus-pallet-xcmp-queue ^0.18.2, cumulus-primitives-aura ^0.16.0, cumulus-primitives-core ^0.17.0, cumulus-primitives-storage-weight-reclaim ^9.1.0, cumulus-primitives-utility, frame-benchmarking ^39.0.0, frame-executive ^39.1.0, frame-metadata-hash-extension ^0.7.0, frame-support ^39.1.0, frame-system ^39.1.0, optional frame-system-benchmarking ^39.0.0, frame-system-rpc-runtime-api ^35.0.0, optional frame-try-runtime ^0.45.0, log, pallet-aura ^38.1.0, pallet-authorship ^39.0.0, pallet-balances ^40.1.0, pallet-bridge-grandpa, pallet-bridge-messages ^0.19.1, pallet-bridge-parachains, pallet-bridge-relayers, pallet-collator-selection ^20.1.0, pallet-message-queue ^42.0.0, pallet-multisig ^39.1.0, pallet-session ^39.0.0, pallet-timestamp ^38.0.0, pallet-transaction-payment ^39.1.0, pallet-transaction-payment-rpc-runtime-api ^39.0.0, pallet-utility ^39.1.0, pallet-xcm ^18.1.0, optional pallet-xcm-benchmarks ^18.1.0, pallet-xcm-bridge-hub ^0.14.2, staging-parachain-info ^0.18.0, parachains-common, polkadot-parachain-primitives ^15.0.0, polkadot-runtime-common, scale-info, serde_json, snowbridge-beacon-primitives ^0.12.1, snowbridge-core, snowbridge-outbound-queue-runtime-api, snowbridge-pallet-ethereum-client, snowbridge-pallet-inbound-queue, snowbridge-pallet-outbound-queue, snowbridge-pallet-system, snowbridge-router-primitives, snowbridge-runtime-common, snowbridge-system-runtime-api, sp-api ^35.0.0, sp-block-builder ^35.0.0, sp-consensus-aura ^0.41.0, sp-core ^35.0.0, sp-genesis-builder ^0.16.0, sp-inherents ^35.0.0, sp-io ^39.0.0, sp-keyring ^40.0.0, sp-offchain ^35.0.0, sp-runtime ^40.1.0, sp-session ^37.0.0, sp-std, sp-storage, sp-transaction-pool ^35.0.0, sp-version ^38.0.0, testnet-parachains-constants, westend-runtime-constants, staging-xcm ^15.0.2, staging-xcm-builder ^18.1.0, staging-xcm-executor ^18.0.2, and xcm-runtime-apis ^0.5.1
Affects
bridge-hub-westend-runtime::native_version
… - try-runtime
-
Enables try-runtime of cumulus-pallet-aura-ext, cumulus-pallet-parachain-system, cumulus-pallet-xcm ^0.18.0, cumulus-pallet-xcmp-queue ^0.18.2, frame-executive ^39.1.0, frame-support ^39.1.0, frame-system ^39.1.0, frame-try-runtime ^0.45.0, pallet-aura ^38.1.0, pallet-authorship ^39.0.0, pallet-balances ^40.1.0, pallet-bridge-grandpa, pallet-bridge-messages ^0.19.1, pallet-bridge-parachains, pallet-bridge-relayers, pallet-collator-selection ^20.1.0, pallet-message-queue ^42.0.0, pallet-multisig ^39.1.0, pallet-session ^39.0.0, pallet-timestamp ^38.0.0, pallet-transaction-payment ^39.1.0, pallet-utility ^39.1.0, pallet-xcm ^18.1.0, pallet-xcm-bridge-hub ^0.14.2, staging-parachain-info ^0.18.0, polkadot-runtime-common, snowbridge-pallet-ethereum-client, snowbridge-pallet-inbound-queue, snowbridge-pallet-outbound-queue, snowbridge-pallet-system, and sp-runtime ^40.1.0
- runtime-benchmarks
-
Enables runtime-benchmarks of bridge-hub-common, bridge-runtime-common ^0.19.2, cumulus-pallet-parachain-system, cumulus-pallet-session-benchmarking ^20.0.0, cumulus-pallet-xcmp-queue ^0.18.2, cumulus-primitives-core ^0.17.0, cumulus-primitives-utility, frame-benchmarking ^39.0.0, frame-support ^39.1.0, frame-system ^39.1.0, frame-system-benchmarking ^39.0.0, pallet-balances ^40.1.0, pallet-bridge-grandpa, pallet-bridge-messages ^0.19.1, pallet-bridge-parachains, pallet-bridge-relayers, pallet-collator-selection ^20.1.0, pallet-message-queue ^42.0.0, pallet-multisig ^39.1.0, pallet-timestamp ^38.0.0, pallet-transaction-payment ^39.1.0, pallet-utility ^39.1.0, pallet-xcm ^18.1.0, pallet-xcm-benchmarks ^18.1.0, pallet-xcm-bridge-hub ^0.14.2, parachains-common, polkadot-parachain-primitives ^15.0.0, polkadot-runtime-common, snowbridge-core, snowbridge-pallet-ethereum-client, snowbridge-pallet-inbound-queue, snowbridge-pallet-outbound-queue, snowbridge-pallet-system, snowbridge-router-primitives, snowbridge-runtime-common, sp-runtime ^40.1.0, staging-xcm-builder ^18.1.0, staging-xcm-executor ^18.0.2, and xcm-runtime-apis ^0.5.1
Affects
bridge_to_ethereum_config::benchmark_helpers
… - on-chain-release-build
-
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.
- fast-runtime
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- serde std
- frame-benchmarking runtime-benchmarks? std
-
Enables frame-benchmarking ^39.0.0
- frame-system-benchmarking runtime-benchmarks?
- frame-try-runtime try-runtime?
-
Enables frame-try-runtime ^0.45.0
- pallet-xcm-benchmarks runtime-benchmarks?
-
Enables pallet-xcm-benchmarks ^18.1.0
- substrate-wasm-builder build std
-
Enables substrate-wasm-builder ^25.0.0