Skip to content

Commit

Permalink
run: zeper run && taplo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed May 31, 2024
1 parent 23aff14 commit f1bb5d9
Show file tree
Hide file tree
Showing 11 changed files with 118 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 25 additions & 1 deletion asset-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,35 @@ std = [
"staging-xcm-executor/std",
"staging-xcm/std",
"xcm-primitives/std",
"sp-core/std",
"sp-io/std",
]
runtime-benchmarks = [
"frame-benchmarking/runtime-benchmarks",
"pallet-assets/runtime-benchmarks",
"pallet-xcm/runtime-benchmarks",
"staging-xcm-builder/runtime-benchmarks",
"cumulus-pallet-dmp-queue/runtime-benchmarks",
"cumulus-pallet-xcmp-queue/runtime-benchmarks",
"cumulus-primitives-core/runtime-benchmarks",
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"pallet-balances/runtime-benchmarks",
"parachains-common/runtime-benchmarks",
"polkadot-parachain-primitives/runtime-benchmarks",
"polkadot-runtime-parachains/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
"staging-xcm-executor/runtime-benchmarks",
]
try-runtime = [
"frame-support/try-runtime",
"cumulus-pallet-dmp-queue/try-runtime",
"cumulus-pallet-xcmp-queue/try-runtime",
"frame-system/try-runtime",
"pallet-assets/try-runtime",
"pallet-balances/try-runtime",
"pallet-xcm/try-runtime",
"polkadot-runtime-parachains/try-runtime",
"sp-runtime/try-runtime",
"staging-parachain-info/try-runtime",
]
try-runtime = ["frame-support/try-runtime"]
15 changes: 14 additions & 1 deletion claims/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,26 @@ std = [
"sp-io/std",
"sp-runtime/std",
"sp-std/std",
"libsecp256k1?/std",
"pallet-vesting/std",
"serde_json/std",
"sp-core/std",
]
runtime-benchmarks = [
"frame-benchmarking/runtime-benchmarks",
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"libsecp256k1/hmac",
"libsecp256k1/static-context",
"pallet-balances/runtime-benchmarks",
"pallet-vesting/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
]

try-runtime = ["frame-support/try-runtime"]
try-runtime = [
"frame-support/try-runtime",
"frame-system/try-runtime",
"pallet-balances/try-runtime",
"pallet-vesting/try-runtime",
"sp-runtime/try-runtime",
]
11 changes: 11 additions & 0 deletions enclave-bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ std = [
"sp-runtime/std",
"sp-std/std",
"teerex-primitives/std",
"pallet-balances?/std",
"sp-externalities/std",
"sp-keyring/std",
]
runtime-benchmarks = [
"frame-benchmarking/runtime-benchmarks",
Expand All @@ -69,9 +72,17 @@ runtime-benchmarks = [
"pallet-timestamp/runtime-benchmarks",
"test-utils",
"pallet-teerex/runtime-benchmarks",
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"pallet-balances?/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
]

try-runtime = [
"frame-support/try-runtime",
"pallet-teerex/try-runtime",
"frame-system/try-runtime",
"pallet-balances?/try-runtime",
"pallet-timestamp/try-runtime",
"sp-runtime/try-runtime",
]
8 changes: 7 additions & 1 deletion parentchain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ std = [
"sp-io/std",
"sp-runtime/std",
"sp-std/std",
"sp-keyring/std",
]

try-runtime = ["frame-support/try-runtime"]
try-runtime = [
"frame-support/try-runtime",
"frame-system/try-runtime",
"pallet-balances/try-runtime",
"sp-runtime/try-runtime",
]
1 change: 1 addition & 0 deletions primitives/enclave-bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ std = [
"sp-io/std",
"sp-runtime/std",
"sp-std/std",
"log/std",
]
1 change: 1 addition & 0 deletions primitives/xcm-transactor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ std = [
"parity-scale-codec/std",
"sp-std/std",
"staging-xcm/std",
"sp-runtime/std",
]
11 changes: 11 additions & 0 deletions sidechain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ std = [
"sp-runtime/std",
"sp-std/std",
"teerex-primitives/std",
"pallet-balances?/std",
"sp-externalities/std",
"sp-keyring/std",
]
runtime-benchmarks = [
"frame-benchmarking/runtime-benchmarks",
Expand All @@ -74,10 +77,18 @@ runtime-benchmarks = [
"test-utils",
"pallet-enclave-bridge/runtime-benchmarks",
"pallet-teerex/runtime-benchmarks",
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"pallet-balances?/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
]

try-runtime = [
"frame-support/try-runtime",
"pallet-enclave-bridge/try-runtime",
"pallet-teerex/try-runtime",
"frame-system/try-runtime",
"pallet-balances?/try-runtime",
"pallet-timestamp/try-runtime",
"sp-runtime/try-runtime",
]
12 changes: 12 additions & 0 deletions teeracle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,28 @@ std = [
"substrate-fixed/std",
"teeracle-primitives/std",
"teerex-primitives/std",
"pallet-balances/std",
"pallet-timestamp?/std",
"sp-externalities/std",
"sp-keyring/std",
]
runtime-benchmarks = [
"frame-benchmarking/runtime-benchmarks",
"hex-literal",
"pallet-timestamp/runtime-benchmarks",
"test-utils",
"pallet-teerex/runtime-benchmarks",
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"pallet-balances/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
]

try-runtime = [
"frame-support/try-runtime",
"pallet-teerex/try-runtime",
"frame-system/try-runtime",
"pallet-balances/try-runtime",
"pallet-timestamp?/try-runtime",
"sp-runtime/try-runtime",
]
17 changes: 16 additions & 1 deletion teerex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,28 @@ std = [
"sp-std/std",
"teerex-primitives/std",
"webpki/std",
"hex/std",
"pallet-balances?/std",
"serde_json/std",
"sp-externalities/std",
"sp-keyring/std",
]
runtime-benchmarks = [
"frame-benchmarking/runtime-benchmarks",
"hex-literal",
"pallet-balances",
"pallet-timestamp/runtime-benchmarks",
"test-utils",
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"pallet-balances?/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
]

try-runtime = ["frame-support/try-runtime"]
try-runtime = [
"frame-support/try-runtime",
"frame-system/try-runtime",
"pallet-balances?/try-runtime",
"pallet-timestamp/try-runtime",
"sp-runtime/try-runtime",
]
19 changes: 17 additions & 2 deletions xcm-transactor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,22 @@ std = [
"sp-std/std",
"xcm-transactor-primitives/std",
"staging-xcm/std",
"pallet-balances/std",
"sp-externalities/std",
"sp-keyring/std",
]
runtime-benchmarks = [
"frame-benchmarking/runtime-benchmarks",
"cumulus-primitives-core/runtime-benchmarks",
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"pallet-balances/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
]
runtime-benchmarks = ["frame-benchmarking/runtime-benchmarks"]

try-runtime = ["frame-support/try-runtime"]
try-runtime = [
"frame-support/try-runtime",
"frame-system/try-runtime",
"pallet-balances/try-runtime",
"sp-runtime/try-runtime",
]

0 comments on commit f1bb5d9

Please sign in to comment.