Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
taplo fmt
  • Loading branch information
clangenb committed Sep 10, 2025
commit d2583e83663a61b448aaa25afd16bb0d4a451f7f
14 changes: 7 additions & 7 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ substrate-build-script-utils = { workspace = true }
[features]
default = []
runtime-benchmarks = [
"integritee-node-runtime/runtime-benchmarks",
"sc-service/runtime-benchmarks",
"frame-benchmarking/runtime-benchmarks",
"frame-benchmarking-cli/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
"pallet-transaction-payment/runtime-benchmarks"
"integritee-node-runtime/runtime-benchmarks",
"sc-service/runtime-benchmarks",
"frame-benchmarking/runtime-benchmarks",
"frame-benchmarking-cli/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
"pallet-transaction-payment/runtime-benchmarks",
]
# for secure launch of a live solo network, do enable extrinsic filtering
extrinsic-filtering = ["integritee-node-runtime/extrinsic-filtering"]
4 changes: 2 additions & 2 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ runtime-benchmarks = [
"pallet-grandpa/runtime-benchmarks",
"pallet-sudo/runtime-benchmarks",
"sp-staking/runtime-benchmarks",
"pallet-transaction-payment/runtime-benchmarks"
"pallet-transaction-payment/runtime-benchmarks",
]
try-runtime = [
"frame-executive/try-runtime",
Expand All @@ -174,5 +174,5 @@ try-runtime = [
"pallet-treasury/try-runtime",
"pallet-utility/try-runtime",
"pallet-vesting/try-runtime",
"sp-runtime/try-runtime"
"sp-runtime/try-runtime",
]
Loading