Skip to content

Commit

Permalink
Try to set beacon-spec-mainnet as default on runtime and not binary (
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur authored Dec 22, 2023
1 parent 32c047a commit 8d459d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ bridge-runtime-common = { path = "../../../../../bridges/bin/runtime-common", fe
sp-keyring = { path = "../../../../../substrate/primitives/keyring" }

[features]
default = ["std"]
default = ["beacon-spec-mainnet", "std"]
std = [
"bp-asset-hub-rococo/std",
"bp-asset-hub-westend/std",
Expand Down
8 changes: 1 addition & 7 deletions cumulus/polkadot-parachain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,10 @@ tokio = { version = "1.32.0", features = ["macros", "parking_lot", "time"] }
wait-timeout = "0.2"

[features]
default = [
"beacon-spec-mainnet",
]
default = []
runtime-benchmarks = [
"asset-hub-rococo-runtime/runtime-benchmarks",
"asset-hub-westend-runtime/runtime-benchmarks",
"beacon-spec-mainnet",
"bridge-hub-rococo-runtime/runtime-benchmarks",
"bridge-hub-westend-runtime/runtime-benchmarks",
"collectives-westend-runtime/runtime-benchmarks",
Expand Down Expand Up @@ -164,6 +161,3 @@ try-runtime = [
"shell-runtime/try-runtime",
"sp-runtime/try-runtime",
]
beacon-spec-mainnet = [
"bridge-hub-rococo-runtime/beacon-spec-mainnet",
]

0 comments on commit 8d459d9

Please sign in to comment.