Skip to content

Commit

Permalink
Propagate fast-runtime feature
Browse files Browse the repository at this point in the history
  • Loading branch information
s0me0ne-unkn0wn committed Jul 15, 2024
1 parent 6c49eec commit 42854c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion relay/kusama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ metadata-hash = ["substrate-wasm-builder?/metadata-hash"]
on-chain-release-build = ["sp-api/disable-logging", "metadata-hash"]

# Set timing constants (e.g. session period) to faster versions to speed up testing.
fast-runtime = []
fast-runtime = ["kusama-runtime-constants/fast-runtime"]

runtime-metrics = ["runtime-parachains/runtime-metrics", "sp-io/with-tracing"]

Expand Down
1 change: 1 addition & 0 deletions relay/kusama/constants/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ std = [
"sp-weights/std",
"xcm-builder/std",
]
fast-runtime = []
2 changes: 1 addition & 1 deletion system-parachains/coretime/coretime-kusama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ try-runtime = [
"sp-runtime/try-runtime",
]

fast-runtime = []
fast-runtime = ["kusama-runtime-constants/fast-runtime"]

# Enable metadata hash generation at compile time for the `CheckMetadataHash` extension.
metadata-hash = ["substrate-wasm-builder?/metadata-hash"]
Expand Down

0 comments on commit 42854c9

Please sign in to comment.