Skip to content

Commit 125fccb

Browse files
committed
taplo fmt
1 parent 783e466 commit 125fccb

File tree

7 files changed

+31
-35
lines changed

7 files changed

+31
-35
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ orml-vesting = { git = "https://github.com/Polkadex-Substrate/orml-1.1.0.git", b
123123
sp-io = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
124124
sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
125125
sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
126-
sp-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false}
126+
sp-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
127127
sp-version = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
128128
sp-staking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
129129
sp-keyring = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
@@ -172,7 +172,7 @@ sc-basic-authorship = { git = "https://github.com/paritytech/polkadot-sdk", bran
172172
sc-consensus-babe-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
173173
sc-authority-discovery = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
174174
sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
175-
substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0"}
175+
substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
176176
substrate-frame-rpc-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
177177
pallet-nomination-pools = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
178178
grandpa-primitives = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false, package = "sp-finality-grandpa" }
@@ -212,7 +212,7 @@ polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk",
212212
sp-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.1.0" }
213213

214214
[patch.'https://github.com/w3f/ring-vrf']
215-
bandersnatch_vrfs = { git = "https://github.com/w3f//ring-vrf.git", rev = "3ebdd261873da05124f4499c85a8e62d40411620"}
215+
bandersnatch_vrfs = { git = "https://github.com/w3f//ring-vrf.git", rev = "3ebdd261873da05124f4499c85a8e62d40411620" }
216216

217217
[patch.'https://github.com/paritytech/polkadot-sdk']
218-
substrate-wasm-builder = { git = "https://github.com/Polkadex-Substrate/polkadot-sdk", branch = "release-polkadot-v1.1.0"}
218+
substrate-wasm-builder = { git = "https://github.com/Polkadex-Substrate/polkadot-sdk", branch = "release-polkadot-v1.1.0" }

nodes/mainnet/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ clap = { version = "4.0.9", features = ["derive"] }
2626
itertools = "0.10.1"
2727
jsonrpsee = { version = "0.16.2", features = ["server"] }
2828
# local dependencies
29-
node-polkadex-runtime = { path = "../../runtimes/mainnet"}
29+
node-polkadex-runtime = { path = "../../runtimes/mainnet" }
3030
rpc-assets = { path = "../../rpc/assets" }
3131
pallet-rewards-rpc = { path = "../../pallets/rewards/rpc" }
3232
pallet-ocex-rpc = { path = "../../pallets/ocex/rpc" }
@@ -100,7 +100,7 @@ sc-consensus-babe = { git = "https://github.com/paritytech/polkadot-sdk", branch
100100
sc-consensus-epochs = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
101101
sp-tracing = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
102102
sc-keystore = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
103-
sc-service-test = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0"}
103+
sc-service-test = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
104104

105105
[features]
106106
default = []

polkadex-xcm-simulator/Cargo.toml

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -44,30 +44,28 @@ smallvec = "1.13.1"
4444
hex = "0.4.3"
4545

4646

47-
48-
4947
[features]
5048
default = []
5149
runtime-benchmarks = [
52-
"frame-support/runtime-benchmarks",
53-
"frame-system/runtime-benchmarks",
54-
"pallet-balances/runtime-benchmarks",
55-
"pallet-message-queue/runtime-benchmarks",
56-
"pallet-uniques/runtime-benchmarks",
57-
"pallet-xcm/runtime-benchmarks",
58-
"polkadot-parachain-primitives/runtime-benchmarks",
59-
"polkadot-runtime-parachains/runtime-benchmarks",
60-
"sp-runtime/runtime-benchmarks",
61-
"xcm-builder/runtime-benchmarks",
62-
"xcm-executor/runtime-benchmarks",
50+
"frame-support/runtime-benchmarks",
51+
"frame-system/runtime-benchmarks",
52+
"pallet-balances/runtime-benchmarks",
53+
"pallet-message-queue/runtime-benchmarks",
54+
"pallet-uniques/runtime-benchmarks",
55+
"pallet-xcm/runtime-benchmarks",
56+
"polkadot-parachain-primitives/runtime-benchmarks",
57+
"polkadot-runtime-parachains/runtime-benchmarks",
58+
"sp-runtime/runtime-benchmarks",
59+
"xcm-builder/runtime-benchmarks",
60+
"xcm-executor/runtime-benchmarks",
6361
]
6462
try-runtime = [
65-
"frame-support/try-runtime",
66-
"frame-system/try-runtime",
67-
"pallet-balances/try-runtime",
68-
"pallet-message-queue/try-runtime",
69-
"pallet-uniques/try-runtime",
70-
"pallet-xcm/try-runtime",
71-
"polkadot-runtime-parachains/try-runtime",
72-
"sp-runtime/try-runtime",
63+
"frame-support/try-runtime",
64+
"frame-system/try-runtime",
65+
"pallet-balances/try-runtime",
66+
"pallet-message-queue/try-runtime",
67+
"pallet-uniques/try-runtime",
68+
"pallet-xcm/try-runtime",
69+
"polkadot-runtime-parachains/try-runtime",
70+
"sp-runtime/try-runtime",
7371
]

primitives/polkadex/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ std = [
4646
"sp-runtime/std",
4747
"rust_decimal/std",
4848
"rust_decimal/serde",
49-
"xcm/std"
49+
"xcm/std",
5050
]
5151
full_crypto = ['sp-core/full_crypto']

runtimes/mainnet/Cargo.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ pallet-ocex-runtime-api = { path = "../../pallets/ocex/rpc/runtime-api", default
119119
frame-metadata-hash-extension = { workspace = true, default-features = false }
120120

121121
[build-dependencies]
122-
substrate-wasm-builder = { workspace = true , optional = true}
122+
substrate-wasm-builder = { workspace = true, optional = true }
123123
docify = "0.2.8"
124124

125125
[features]
@@ -131,9 +131,7 @@ default = ["std"]
131131
# generate the metadata hash and then a second time with the
132132
# `RUNTIME_METADATA_HASH` environment variable set for the `CheckMetadataHash`
133133
# extension.
134-
metadata-hash = [
135-
"substrate-wasm-builder/metadata-hash"
136-
]
134+
metadata-hash = ["substrate-wasm-builder/metadata-hash"]
137135

138136
# A convenience feature for enabling things when doing a build
139137
# for an on-chain release.
@@ -218,7 +216,7 @@ std = [
218216
"sp-storage?/std",
219217
]
220218
runtime-benchmarks = [
221-
# theirs
219+
# theirs
222220
"sp-storage",
223221
"frame-support/runtime-benchmarks",
224222
"frame-system/runtime-benchmarks",

runtimes/mainnet/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
122122
// and set impl_version to 0. If only runtime
123123
// implementation changes and behavior does not, then leave spec_version as
124124
// is and increment impl_version.
125-
spec_version: 371,
125+
spec_version: 372,
126126
impl_version: 0,
127127
apis: RUNTIME_API_VERSIONS,
128128
transaction_version: 2,

runtimes/parachain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ hex-literal = { workspace = true, optional = true }
2020
log = { workspace = true, default-features = false }
2121
scale-info = { workspace = true, default-features = false, features = ["derive"] }
2222
smallvec = { workspace = true }
23-
static_assertions = {workspace = true}
23+
static_assertions = { workspace = true }
2424

2525
# Substrate
2626
frame-benchmarking = { workspace = true, default-features = false, optional = true }

0 commit comments

Comments
 (0)