Skip to content

Commit

Permalink
Remove default enabled features
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez committed Aug 28, 2023
1 parent 702ed03 commit eddb4ae
Show file tree
Hide file tree
Showing 31 changed files with 2 additions and 85 deletions.
2 changes: 0 additions & 2 deletions cumulus/bridges/bin/runtime-common/Cargo.toml
Expand Up @@ -57,14 +57,12 @@ std = [
"bp-polkadot-core/std",
"bp-relayers/std",
"bp-runtime/std",
"bp-test-utils/std",
"bp-xcm-bridge-hub-router/std",
"codec/std",
"frame-support/std",
"frame-system/std",
"hash-db/std",
"log/std",
"pallet-balances/std",
"pallet-bridge-grandpa/std",
"pallet-bridge-messages/std",
"pallet-bridge-parachains/std",
Expand Down
2 changes: 0 additions & 2 deletions cumulus/bridges/modules/grandpa/Cargo.toml
Expand Up @@ -49,8 +49,6 @@ std = [
"log/std",
"scale-info/std",
"sp-consensus-grandpa/std",
"sp-core/std",
"sp-io/std",
"sp-runtime/std",
"sp-std/std",
"sp-trie/std",
Expand Down
3 changes: 0 additions & 3 deletions cumulus/bridges/modules/messages/Cargo.toml
Expand Up @@ -36,17 +36,14 @@ default = [ "std" ]
std = [
"bp-messages/std",
"bp-runtime/std",
"bp-test-utils/std",
"codec/std",
"frame-benchmarking/std",
"frame-support/std",
"frame-system/std",
"log/std",
"num-traits/std",
"pallet-balances/std",
"scale-info/std",
"sp-core/std",
"sp-io/std",
"sp-runtime/std",
"sp-std/std",
]
Expand Down
3 changes: 0 additions & 3 deletions cumulus/bridges/modules/parachains/Cargo.toml
Expand Up @@ -40,16 +40,13 @@ std = [
"bp-parachains/std",
"bp-polkadot-core/std",
"bp-runtime/std",
"bp-test-utils/std",
"codec/std",
"frame-benchmarking/std",
"frame-support/std",
"frame-system/std",
"log/std",
"pallet-bridge-grandpa/std",
"scale-info/std",
"sp-core/std",
"sp-io/std",
"sp-runtime/std",
"sp-std/std",
"sp-trie/std",
Expand Down
3 changes: 0 additions & 3 deletions cumulus/bridges/modules/relayers/Cargo.toml
Expand Up @@ -45,12 +45,9 @@ std = [
"frame-support/std",
"frame-system/std",
"log/std",
"pallet-balances/std",
"pallet-bridge-messages/std",
"scale-info/std",
"sp-arithmetic/std",
"sp-core/std",
"sp-io/std",
"sp-runtime/std",
"sp-std/std",
]
Expand Down
1 change: 0 additions & 1 deletion cumulus/bridges/modules/xcm-bridge-hub-router/Cargo.toml
Expand Up @@ -44,7 +44,6 @@ std = [
"log/std",
"scale-info/std",
"sp-core/std",
"sp-io/std",
"sp-runtime/std",
"sp-std/std",
"xcm-builder/std",
Expand Down
1 change: 0 additions & 1 deletion cumulus/bridges/primitives/header-chain/Cargo.toml
Expand Up @@ -33,7 +33,6 @@ hex-literal = "0.4"
default = [ "std" ]
std = [
"bp-runtime/std",
"bp-test-utils/std",
"codec/std",
"finality-grandpa/std",
"frame-support/std",
Expand Down
7 changes: 0 additions & 7 deletions cumulus/pallets/collator-selection/Cargo.toml
Expand Up @@ -55,20 +55,13 @@ std = [
"frame-support/std",
"frame-system/std",
"log/std",
"pallet-aura/std",
"pallet-authorship/std",
"pallet-balances/std",
"pallet-session/std",
"pallet-timestamp/std",
"rand/std",
"scale-info/std",
"sp-consensus-aura/std",
"sp-core/std",
"sp-io/std",
"sp-runtime/std",
"sp-staking/std",
"sp-std/std",
"sp-tracing/std",
]

try-runtime = [
Expand Down
3 changes: 0 additions & 3 deletions cumulus/pallets/parachain-system/Cargo.toml
Expand Up @@ -58,7 +58,6 @@ std = [
"cumulus-pallet-parachain-system-proc-macro/std",
"cumulus-primitives-core/std",
"cumulus-primitives-parachain-inherent/std",
"cumulus-test-relay-sproof-builder/std",
"environmental/std",
"frame-support/std",
"frame-system/std",
Expand All @@ -72,9 +71,7 @@ std = [
"sp-runtime/std",
"sp-state-machine/std",
"sp-std/std",
"sp-tracing/std",
"sp-trie/std",
"sp-version/std",
"trie-db/std",
"xcm/std",
]
Expand Down
4 changes: 0 additions & 4 deletions cumulus/pallets/xcmp-queue/Cargo.toml
Expand Up @@ -44,20 +44,16 @@ cumulus-pallet-parachain-system = { path = "../parachain-system" }
default = [ "std" ]
std = [
"codec/std",
"cumulus-pallet-parachain-system/std",
"cumulus-primitives-core/std",
"frame-benchmarking?/std",
"frame-support/std",
"frame-system/std",
"log/std",
"pallet-balances/std",
"polkadot-runtime-common/std",
"scale-info/std",
"sp-core/std",
"sp-io/std",
"sp-runtime/std",
"sp-std/std",
"xcm-builder/std",
"xcm-executor/std",
"xcm/std",
]
Expand Down
Expand Up @@ -157,7 +157,6 @@ try-runtime = [
"sp-runtime/try-runtime",
]
std = [
"asset-test-utils/std",
"assets-common/std",
"codec/std",
"cumulus-pallet-aura-ext/std",
Expand Down
Expand Up @@ -141,7 +141,6 @@ try-runtime = [
"sp-runtime/try-runtime",
]
std = [
"asset-test-utils/std",
"assets-common/std",
"codec/std",
"cumulus-pallet-aura-ext/std",
Expand Down
Expand Up @@ -148,7 +148,6 @@ try-runtime = [
"sp-runtime/try-runtime",
]
std = [
"asset-test-utils/std",
"assets-common/std",
"codec/std",
"cumulus-pallet-aura-ext/std",
Expand Down Expand Up @@ -198,7 +197,6 @@ std = [
"sp-consensus-aura/std",
"sp-core/std",
"sp-inherents/std",
"sp-io/std",
"sp-offchain/std",
"sp-runtime/std",
"sp-session/std",
Expand Down
Expand Up @@ -77,7 +77,6 @@ bridge-hub-test-utils = { path = "../test-utils" }
[features]
default = [ "std" ]
std = [
"bridge-hub-test-utils/std",
"codec/std",
"cumulus-pallet-aura-ext/std",
"cumulus-pallet-dmp-queue/std",
Expand Down
Expand Up @@ -77,7 +77,6 @@ bridge-hub-test-utils = { path = "../test-utils" }
[features]
default = [ "std" ]
std = [
"bridge-hub-test-utils/std",
"codec/std",
"cumulus-pallet-aura-ext/std",
"cumulus-pallet-dmp-queue/std",
Expand Down
Expand Up @@ -107,7 +107,6 @@ std = [
"bp-rococo/std",
"bp-runtime/std",
"bp-wococo/std",
"bridge-hub-test-utils/std",
"bridge-runtime-common/std",
"codec/std",
"cumulus-pallet-aura-ext/std",
Expand Down
1 change: 0 additions & 1 deletion cumulus/parachains/runtimes/test-utils/Cargo.toml
Expand Up @@ -70,7 +70,6 @@ std = [
"sp-io/std",
"sp-runtime/std",
"sp-std/std",
"sp-tracing/std",
"xcm-executor/std",
"xcm/std",
]
5 changes: 0 additions & 5 deletions cumulus/primitives/parachain-inherent/Cargo.toml
Expand Up @@ -34,20 +34,15 @@ std = [
"cumulus-primitives-core/std",
"cumulus-relay-chain-interface",
"cumulus-test-relay-sproof-builder",
"cumulus-test-relay-sproof-builder?/std",
"sc-client-api",
"scale-info/std",
"sp-api",
"sp-api?/std",
"sp-core/std",
"sp-inherents/std",
"sp-runtime",
"sp-runtime?/std",
"sp-state-machine",
"sp-state-machine?/std",
"sp-std/std",
"sp-storage",
"sp-storage?/std",
"sp-trie/std",
"tracing",
]
2 changes: 1 addition & 1 deletion polkadot/parachain/test-parachains/Cargo.toml
Expand Up @@ -19,4 +19,4 @@ sp-core = { path = "../../../substrate/primitives/core" }

[features]
default = [ "std" ]
std = [ "adder/std", "halt/std", "sp-core/std" ]
std = [ "adder/std", "halt/std" ]
1 change: 0 additions & 1 deletion polkadot/primitives/Cargo.toml
Expand Up @@ -47,7 +47,6 @@ std = [
"sp-consensus-slots/std",
"sp-io/std",
"sp-keystore",
"sp-keystore?/std",
"sp-staking/std",
"sp-std/std",
]
Expand Down
3 changes: 0 additions & 3 deletions polkadot/runtime/common/Cargo.toml
Expand Up @@ -70,14 +70,12 @@ std = [
"bitvec/std",
"frame-benchmarking?/std",
"frame-election-provider-support/std",
"frame-support-test/std",
"frame-support/std",
"frame-system/std",
"inherents/std",
"libsecp256k1/std",
"log/std",
"pallet-authorship/std",
"pallet-babe?/std",
"pallet-balances/std",
"pallet-election-provider-multi-phase/std",
"pallet-fast-unstake/std",
Expand All @@ -98,7 +96,6 @@ std = [
"sp-api/std",
"sp-core/std",
"sp-io/std",
"sp-keystore/std",
"sp-npos-elections/std",
"sp-runtime/std",
"sp-session/std",
Expand Down
1 change: 0 additions & 1 deletion polkadot/runtime/kusama/Cargo.toml
Expand Up @@ -220,7 +220,6 @@ std = [
"sp-std/std",
"sp-storage/std",
"sp-tracing/std",
"sp-trie/std",
"sp-version/std",
"tx-pool-api/std",
"xcm-builder/std",
Expand Down
3 changes: 0 additions & 3 deletions polkadot/runtime/parachains/Cargo.toml
Expand Up @@ -68,7 +68,6 @@ no_std = []
std = [
"bitvec/std",
"frame-benchmarking?/std",
"frame-support-test/std",
"frame-support/std",
"frame-system/std",
"inherents/std",
Expand All @@ -94,12 +93,10 @@ std = [
"sp-core/std",
"sp-io/std",
"sp-keystore",
"sp-keystore?/std",
"sp-runtime/std",
"sp-session/std",
"sp-staking/std",
"sp-std/std",
"sp-tracing?/std",
"xcm-executor/std",
"xcm/std",
]
Expand Down
1 change: 0 additions & 1 deletion polkadot/runtime/polkadot/Cargo.toml
Expand Up @@ -202,7 +202,6 @@ std = [
"sp-std/std",
"sp-storage/std",
"sp-tracing/std",
"sp-trie/std",
"sp-version/std",
"tx-pool-api/std",
"xcm-builder/std",
Expand Down
1 change: 0 additions & 1 deletion polkadot/runtime/rococo/Cargo.toml
Expand Up @@ -183,7 +183,6 @@ std = [
"sp-std/std",
"sp-storage/std",
"sp-tracing/std",
"sp-trie/std",
"sp-version/std",
"tx-pool-api/std",
"xcm-builder/std",
Expand Down
1 change: 0 additions & 1 deletion polkadot/runtime/test-runtime/Cargo.toml
Expand Up @@ -130,7 +130,6 @@ std = [
"sp-session/std",
"sp-staking/std",
"sp-std/std",
"sp-trie/std",
"sp-version/std",
"test-runtime-constants/std",
"tx-pool-api/std",
Expand Down
1 change: 0 additions & 1 deletion polkadot/xcm/Cargo.toml
Expand Up @@ -30,6 +30,5 @@ std = [
"parity-scale-codec/std",
"scale-info/std",
"serde/std",
"sp-io/std",
"sp-weights/std",
]
8 changes: 0 additions & 8 deletions polkadot/xcm/pallet-xcm-benchmarks/Cargo.toml
Expand Up @@ -41,19 +41,11 @@ std = [
"frame-benchmarking/std",
"frame-support/std",
"frame-system/std",
"pallet-assets/std",
"pallet-balances/std",
"pallet-xcm/std",
"polkadot-primitives/std",
"polkadot-runtime-common/std",
"sp-core/std",
"sp-io/std",
"sp-runtime/std",
"sp-std/std",
"sp-tracing/std",
"xcm-builder/std",
"xcm-executor/std",
"xcm/std",
]
runtime-benchmarks = [
"frame-benchmarking/runtime-benchmarks",
Expand Down
4 changes: 0 additions & 4 deletions polkadot/xcm/pallet-xcm/Cargo.toml
Expand Up @@ -40,16 +40,12 @@ std = [
"frame-benchmarking?/std",
"frame-support/std",
"frame-system/std",
"pallet-balances/std",
"polkadot-parachain/std",
"polkadot-runtime-parachains/std",
"scale-info/std",
"serde",
"sp-core/std",
"sp-io/std",
"sp-runtime/std",
"sp-std/std",
"xcm-builder/std",
"xcm-executor/std",
"xcm/std",
]
Expand Down
7 changes: 0 additions & 7 deletions polkadot/xcm/xcm-builder/Cargo.toml
Expand Up @@ -56,16 +56,9 @@ std = [
"frame-support/std",
"frame-system/std",
"log/std",
"pallet-assets/std",
"pallet-balances/std",
"pallet-salary/std",
"pallet-transaction-payment/std",
"pallet-xcm/std",
"parity-scale-codec/std",
"polkadot-parachain/std",
"polkadot-runtime-parachains/std",
"polkadot-test-runtime/std",
"primitives/std",
"scale-info/std",
"sp-arithmetic/std",
"sp-io/std",
Expand Down
12 changes: 1 addition & 11 deletions polkadot/xcm/xcm-executor/integration-tests/Cargo.toml
Expand Up @@ -26,14 +26,4 @@ sp-tracing = { path = "../../../../substrate/primitives/tracing" }

[features]
default = [ "std" ]
std = [
"frame-support/std",
"frame-system/std",
"pallet-xcm/std",
"polkadot-test-runtime/std",
"sp-runtime/std",
"sp-state-machine/std",
"sp-tracing/std",
"xcm-executor/std",
"xcm/std",
]
std = [ "frame-support/std", "sp-runtime/std", "xcm/std" ]

0 comments on commit eddb4ae

Please sign in to comment.