Skip to content

Commit

Permalink
add pallet-sudo/try-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
al3mart committed Oct 23, 2024
1 parent 03f08f7 commit 8fba627
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion system-parachains/asset-hub-paseo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ try-runtime = [
"pallet-nfts/try-runtime",
"pallet-proxy/try-runtime",
"pallet-session/try-runtime",
"pallet-sudo/try-runtime",
"pallet-timestamp/try-runtime",
"pallet-transaction-payment/try-runtime",
"pallet-uniques/try-runtime",
Expand Down Expand Up @@ -271,4 +272,4 @@ metadata-hash = ["substrate-wasm-builder?/metadata-hash"]
# to make it smaller, like logging for example.
on-chain-release-build = ["metadata-hash", "sp-api/disable-logging"]
fast-runtime = ["paseo-runtime-constants/fast-runtime"]
force-debug = ["sp-debug-derive/force-debug"]
force-debug = ["sp-debug-derive/force-debug"]
3 changes: 2 additions & 1 deletion system-parachains/bridge-hub-paseo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ try-runtime = [
"pallet-message-queue/try-runtime",
"pallet-multisig/try-runtime",
"pallet-session/try-runtime",
"pallet-sudo/try-runtime",
"pallet-timestamp/try-runtime",
"pallet-transaction-payment/try-runtime",
"pallet-utility/try-runtime",
Expand All @@ -313,4 +314,4 @@ metadata-hash = ["substrate-wasm-builder?/metadata-hash"]
# deployment. This will disable stuff that shouldn't be part of the on-chain wasm
# to make it smaller, like logging for example.
on-chain-release-build = ["metadata-hash", "sp-api/disable-logging"]
force-debug = ["sp-debug-derive/force-debug"]
force-debug = ["sp-debug-derive/force-debug"]
1 change: 1 addition & 0 deletions system-parachains/coretime-paseo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ try-runtime = [
"pallet-multisig/try-runtime",
"pallet-proxy/try-runtime",
"pallet-session/try-runtime",
"pallet-sudo/try-runtime",
"pallet-timestamp/try-runtime",
"pallet-transaction-payment/try-runtime",
"pallet-utility/try-runtime",
Expand Down
1 change: 1 addition & 0 deletions system-parachains/people-paseo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ try-runtime = [
"pallet-multisig/try-runtime",
"pallet-proxy/try-runtime",
"pallet-session/try-runtime",
"pallet-sudo/try-runtime",
"pallet-timestamp/try-runtime",
"pallet-transaction-payment/try-runtime",
"pallet-utility/try-runtime",
Expand Down

0 comments on commit 8fba627

Please sign in to comment.