Skip to content

Commit

Permalink
taplo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed Nov 23, 2023
1 parent 4d7eae5 commit 46ef4d0
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 55 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,9 @@ parachain-info = { git = "https://github.com/paritytech/cumulus", default-featur

# Polkadot
pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.43" }

xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.43" }
xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.43" }
xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.43" }

rococo-runtime = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.43" }
kusama-runtime = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.43" }
polkadot-runtime = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.43" }
Expand All @@ -137,7 +135,7 @@ sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-featu
sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.43" }
sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.43" }
sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.43" }
sp-consensus-babe = { git = "https://github.com/paritytech/substrate", default-features = false ,branch = "polkadot-v0.9.43" }
sp-consensus-babe = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.43" }
sp-consensus-beefy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.43" }
sp-consensus-slots = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.43" }
sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.43" }
Expand Down
20 changes: 10 additions & 10 deletions runtime/altair/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,40 +14,40 @@ codec = { package = "parity-scale-codec", workspace = true }
getrandom = { workspace = true }
hex = { workspace = true }
hex-literal = { workspace = true, optional = true }
log = { workspace = true }
scale-info = { workspace = true }
serde = { workspace = true, optional = true }
static_assertions = { workspace = true }
log = { workspace = true }

sp-api = { workspace = true }
sp-runtime = { workspace = true }
sp-block-builder = { workspace = true }
sp-consensus-aura = { workspace = true }
sp-core = { workspace = true }
sp-inherents = { workspace = true }
sp-io = { workspace = true }
sp-offchain = { workspace = true }
sp-runtime = { workspace = true }
sp-session = { workspace = true }
sp-std = { workspace = true }
sp-transaction-pool = { workspace = true }
sp-version = { workspace = true }

frame-benchmarking = { workspace = true, optional = true } # For benchmarking
frame-executive = { workspace = true }
frame-support = { workspace = true }
frame-system = { workspace = true }
frame-system-rpc-runtime-api = { workspace = true }
frame-system-benchmarking = { workspace = true, optional = true } # For benchmarking
frame-executive = { workspace = true }
frame-benchmarking = { workspace = true, optional = true } # For benchmarking
frame-try-runtime = { workspace = true, optional = true } # For try-runtime
frame-system-rpc-runtime-api = { workspace = true }
frame-try-runtime = { workspace = true, optional = true } # For try-runtime

cumulus-pallet-session-benchmarking = { workspace = true, optional = true } # For benchmarking
cumulus-primitives-core = { workspace = true }
cumulus-primitives-timestamp = { workspace = true }
cumulus-primitives-utility = { workspace = true }
cumulus-pallet-session-benchmarking = { workspace = true, optional = true } # For benchmarking

pallet-transaction-payment-rpc-runtime-api = { workspace = true }
polkadot-runtime-common = { workspace = true }
polkadot-parachain = { workspace = true }
polkadot-runtime-common = { workspace = true }

xcm = { workspace = true }
xcm-builder = { workspace = true }
Expand All @@ -66,12 +66,12 @@ moonbeam-relay-encoder = { workspace = true }
cfg-primitives = { workspace = true }
cfg-traits = { workspace = true }
cfg-types = { workspace = true }
runtime-common = { workspace = true }
liquidity-pools-gateway-routers = { workspace = true }
runtime-common = { workspace = true }

# Pallet list
axelar-gateway-precompile = { workspace = true }
chainbridge = {workspace = true }
chainbridge = { workspace = true }
cumulus-pallet-aura-ext = { workspace = true }
cumulus-pallet-dmp-queue = { workspace = true }
cumulus-pallet-parachain-system = { workspace = true }
Expand Down
20 changes: 10 additions & 10 deletions runtime/centrifuge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,40 +14,40 @@ codec = { package = "parity-scale-codec", workspace = true }
getrandom = { workspace = true }
hex = { workspace = true }
hex-literal = { workspace = true }
log = { workspace = true }
scale-info = { workspace = true }
serde = { workspace = true, optional = true }
static_assertions = { workspace = true }
log = { workspace = true }

sp-api = { workspace = true }
sp-runtime = { workspace = true }
sp-block-builder = { workspace = true }
sp-consensus-aura = { workspace = true }
sp-core = { workspace = true }
sp-inherents = { workspace = true }
sp-io = { workspace = true }
sp-offchain = { workspace = true }
sp-runtime = { workspace = true }
sp-session = { workspace = true }
sp-std = { workspace = true }
sp-transaction-pool = { workspace = true }
sp-version = { workspace = true }

frame-benchmarking = { workspace = true, optional = true } # For benchmarking
frame-executive = { workspace = true }
frame-support = { workspace = true }
frame-system = { workspace = true }
frame-system-rpc-runtime-api = { workspace = true }
frame-system-benchmarking = { workspace = true, optional = true } # For benchmarking
frame-executive = { workspace = true }
frame-benchmarking = { workspace = true, optional = true } # For benchmarking
frame-try-runtime = { workspace = true, optional = true } # For try-runtime
frame-system-rpc-runtime-api = { workspace = true }
frame-try-runtime = { workspace = true, optional = true } # For try-runtime

cumulus-pallet-session-benchmarking = { workspace = true, optional = true } # For benchmarking
cumulus-primitives-core = { workspace = true }
cumulus-primitives-timestamp = { workspace = true }
cumulus-primitives-utility = { workspace = true }
cumulus-pallet-session-benchmarking = { workspace = true, optional = true } # For benchmarking

pallet-transaction-payment-rpc-runtime-api = { workspace = true }
polkadot-runtime-common = { workspace = true }
polkadot-parachain = { workspace = true }
polkadot-runtime-common = { workspace = true }

xcm = { workspace = true }
xcm-builder = { workspace = true }
Expand All @@ -66,12 +66,12 @@ moonbeam-relay-encoder = { workspace = true }
cfg-primitives = { workspace = true }
cfg-traits = { workspace = true }
cfg-types = { workspace = true }
runtime-common = { workspace = true }
liquidity-pools-gateway-routers = { workspace = true }
runtime-common = { workspace = true }

# Pallet list
axelar-gateway-precompile = { workspace = true }
chainbridge = {workspace = true }
chainbridge = { workspace = true }
cumulus-pallet-aura-ext = { workspace = true }
cumulus-pallet-dmp-queue = { workspace = true }
cumulus-pallet-parachain-system = { workspace = true }
Expand Down
10 changes: 5 additions & 5 deletions runtime/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ repository.workspace = true
documentation.workspace = true

[dependencies]
codec = { package = "parity-scale-codec", workspace = true }
hex-literal = { workspace = true }
log = { workspace = true }
scale-info = { workspace = true }
serde = { workspace = true }
smallvec = { workspace = true }
codec = { package = "parity-scale-codec", workspace = true }
scale-info = { workspace = true }
log = { workspace = true }

frame-support = { workspace = true }
frame-system = { workspace = true }

sp-api = { workspace = true }
sp-arithmetic = { workspace = true }
sp-core = { workspace = true }
sp-io = { workspace = true }
sp-runtime = { workspace = true }
sp-std = { workspace = true }
sp-io = { workspace = true }

polkadot-parachain = { workspace = true }
xcm = { workspace = true }
Expand All @@ -49,7 +49,7 @@ cfg-utils = { workspace = true }

# Pallets in the export list
axelar-gateway-precompile = { workspace = true }
chainbridge = {workspace = true }
chainbridge = { workspace = true }
cumulus-pallet-aura-ext = { workspace = true }
cumulus-pallet-dmp-queue = { workspace = true }
cumulus-pallet-parachain-system = { workspace = true }
Expand Down
18 changes: 9 additions & 9 deletions runtime/development/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,34 +19,34 @@ serde = { workspace = true, optional = true }
static_assertions = { workspace = true }

sp-api = { workspace = true }
sp-runtime = { workspace = true }
sp-block-builder = { workspace = true }
sp-consensus-aura = { workspace = true }
sp-core = { workspace = true }
sp-inherents = { workspace = true }
sp-io = { workspace = true }
sp-offchain = { workspace = true }
sp-runtime = { workspace = true }
sp-session = { workspace = true }
sp-std = { workspace = true }
sp-transaction-pool = { workspace = true }
sp-version = { workspace = true }

frame-benchmarking = { workspace = true, optional = true } # For benchmarking
frame-executive = { workspace = true }
frame-support = { workspace = true }
frame-system = { workspace = true }
frame-system-rpc-runtime-api = { workspace = true }
frame-system-benchmarking = { workspace = true, optional = true } # For benchmarking
frame-executive = { workspace = true }
frame-benchmarking = { workspace = true, optional = true } # For benchmarking
frame-try-runtime = { workspace = true, optional = true } # For try-runtime
frame-system-rpc-runtime-api = { workspace = true }
frame-try-runtime = { workspace = true, optional = true } # For try-runtime

cumulus-pallet-session-benchmarking = { workspace = true, optional = true } # For benchmarking
cumulus-primitives-core = { workspace = true }
cumulus-primitives-timestamp = { workspace = true }
cumulus-primitives-utility = { workspace = true }
cumulus-pallet-session-benchmarking = { workspace = true, optional = true } # For benchmarking

pallet-transaction-payment-rpc-runtime-api = { workspace = true }
polkadot-runtime-common = { workspace = true }
polkadot-parachain = { workspace = true }
polkadot-runtime-common = { workspace = true }

xcm = { workspace = true }
xcm-builder = { workspace = true }
Expand All @@ -65,12 +65,12 @@ moonbeam-relay-encoder = { workspace = true }
cfg-primitives = { workspace = true }
cfg-traits = { workspace = true }
cfg-types = { workspace = true }
runtime-common = { workspace = true }
liquidity-pools-gateway-routers = { workspace = true }
runtime-common = { workspace = true }

# Pallet list
axelar-gateway-precompile = { workspace = true }
chainbridge = {workspace = true }
chainbridge = { workspace = true }
cumulus-pallet-aura-ext = { workspace = true }
cumulus-pallet-dmp-queue = { workspace = true }
cumulus-pallet-parachain-system = { workspace = true }
Expand Down
36 changes: 18 additions & 18 deletions runtime/integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,37 +10,37 @@ documentation.workspace = true

[dependencies]
codec = { package = "parity-scale-codec", workspace = true }
ethabi = { workspace = true, features = ["std"] }
ethereum = { workspace = true, features = ["std"] }
fudge = { workspace = true }
fudge-core = { workspace = true }
getrandom = { workspace = true }
hex = { workspace = true }
lazy_static = { workspace = true }
serde = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true }
tracing-subscriber = { workspace = true }
getrandom = { workspace = true }
hex = { workspace = true }
ethabi = { workspace = true, features = ["std"] }
ethereum = { workspace = true, features = ["std"] }

node-primitives = { workspace = true, features = ["std"] }
sc-block-builder = { workspace = true }
sc-client-api = { workspace = true }
sc-executor = { workspace = true, features = ["std"] }
sc-service = { workspace = true, features = ["rocksdb", "test-helpers"] }
sc-block-builder = { workspace = true }

sp-api = { workspace = true, features = ["std"] }
sp-runtime = { workspace = true, features = ["std"] }
sp-block-builder = { workspace = true, features = ["std"] }
sp-consensus-aura = { workspace = true, features = ["std"] }
sp-consensus-babe = { workspace = true, features = ["std"] }
sp-consensus-beefy = { workspace = true, features = ["std"] }
sp-consensus-slots = { workspace = true, features = ["std"] }
sp-core = { workspace = true, features = ["std"] }
sp-inherents = { workspace = true, features = ["std"] }
sp-io = { workspace = true, features = ["std"] }
sp-runtime = { workspace = true, features = ["std"] }
sp-std = { workspace = true, features = ["std"] }
sp-timestamp = { workspace = true, features = ["std"] }
sp-tracing = { workspace = true, features = ["std"] }
sp-consensus-beefy = { workspace = true, features = ["std"] }
sp-consensus-slots = { workspace = true, features = ["std"] }
sp-transaction-pool = { workspace = true, features = ["std"] }

frame-support = { workspace = true, features = ["std"] }
Expand All @@ -50,18 +50,18 @@ cumulus-primitives-core = { workspace = true, features = ["std"] }
cumulus-primitives-parachain-inherent = { workspace = true, features = ["std"] }
cumulus-test-relay-sproof-builder = { workspace = true, features = ["std"] }

rococo-runtime = { workspace = true, features = ["std"] }
kusama-runtime = { workspace = true, features = ["std"] }
polkadot-core-primitives = { workspace = true, features = ["std"] }
polkadot-parachain = { workspace = true, features = ["std"] }
polkadot-primitives = { workspace = true, features = ["std"] }
polkadot-runtime = { workspace = true, features = ["std"] }
polkadot-runtime-common = { workspace = true, features = ["std"] }
polkadot-runtime-parachains = { workspace = true, features = ["std"] }
polkadot-parachain = { workspace = true, features = ["std"] }
polkadot-core-primitives = { workspace = true, features = ["std"] }
polkadot-primitives = { workspace = true, features = ["std"] }
rococo-runtime = { workspace = true, features = ["std"] }

pallet-im-online = { workspace = true, features = ["std"] }
pallet-babe = { workspace = true, features = ["std"] }
pallet-grandpa = { workspace = true, features = ["std"] }
pallet-im-online = { workspace = true, features = ["std"] }

xcm = { workspace = true, features = ["std"] }
xcm-executor = { workspace = true, features = ["std"] }
Expand All @@ -71,19 +71,19 @@ orml-traits = { workspace = true, features = ["std"] }
fp-self-contained = { workspace = true, features = ["std"] }

# Locals
altair-runtime = { workspace = true, features = ["std"] }
centrifuge-runtime = { workspace = true, features = ["std"] }
cfg-primitives = { workspace = true, features = ["std"] }
cfg-traits = { workspace = true, features = ["std"] }
cfg-types = { workspace = true, features = ["std"] }
cfg-utils = { workspace = true, features = ["std"] }
runtime-common = { workspace = true, features = ["std"] }
development-runtime = { workspace = true, features = ["std"] }
altair-runtime = { workspace = true, features = ["std"] }
centrifuge-runtime = { workspace = true, features = ["std"] }
liquidity-pools-gateway-routers = { workspace = true, features = ["std"] }
runtime-common = { workspace = true, features = ["std"] }

# Pallet list
axelar-gateway-precompile = { workspace = true, features = ["std"] }
chainbridge = {workspace = true, features = ["std"] }
chainbridge = { workspace = true, features = ["std"] }
cumulus-pallet-aura-ext = { workspace = true, features = ["std"] }
cumulus-pallet-dmp-queue = { workspace = true, features = ["std"] }
cumulus-pallet-parachain-system = { workspace = true, features = ["std"] }
Expand Down Expand Up @@ -153,7 +153,7 @@ parachain-info = { workspace = true, features = ["std"] }

[features]
default = [
"development-runtime/instant-voting"
"development-runtime/instant-voting",
]

fast-runtime = ["development-runtime/fast-runtime"]

0 comments on commit 46ef4d0

Please sign in to comment.