Skip to content

Commit

Permalink
remove polkadot-runtime deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gitofdeepanshu committed Oct 12, 2023
1 parent e0d5ffd commit bd31497
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 18 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,6 @@ polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", bra
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }
polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }

# Temporary, to ensure `runtime-benchmarks` features can compile
polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }

# XCM
# (wasm)
cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43", default-features = false }
Expand Down
4 changes: 0 additions & 4 deletions runtime/astar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ moonbeam-evm-tracer = { workspace = true, optional = true }
moonbeam-rpc-primitives-debug = { workspace = true, optional = true }
moonbeam-rpc-primitives-txpool = { workspace = true, optional = true }

# TODO: remove this once we get rid of `pallet-xcm` fork & double dep
polkadot-runtime = { workspace = true, optional = true }

[build-dependencies]
substrate-wasm-builder = { workspace = true, optional = true }

Expand Down Expand Up @@ -223,7 +220,6 @@ runtime-benchmarks = [
"xcm-builder/runtime-benchmarks",
"pallet-xc-asset-config/runtime-benchmarks",
"pallet-collator-selection/runtime-benchmarks",
"polkadot-runtime/runtime-benchmarks",
"orml-xtokens/runtime-benchmarks",
"astar-primitives/runtime-benchmarks",
"pallet-assets/runtime-benchmarks",
Expand Down
4 changes: 0 additions & 4 deletions runtime/shibuya/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,6 @@ frame-system-benchmarking = { workspace = true, optional = true }
# try-runtime
frame-try-runtime = { workspace = true, optional = true }

# TODO: remove this once we get rid of `pallet-xcm` fork & double dep
polkadot-runtime = { workspace = true, optional = true }

[build-dependencies]
substrate-wasm-builder = { workspace = true, optional = true }

Expand Down Expand Up @@ -255,7 +252,6 @@ runtime-benchmarks = [
"pallet-ethereum-checked/runtime-benchmarks",
"pallet-unified-accounts/runtime-benchmarks",
"pallet-xvm/runtime-benchmarks",
"polkadot-runtime/runtime-benchmarks",
"orml-xtokens/runtime-benchmarks",
"astar-primitives/runtime-benchmarks",
"pallet-assets/runtime-benchmarks",
Expand Down
4 changes: 0 additions & 4 deletions runtime/shiden/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ moonbeam-evm-tracer = { workspace = true, optional = true }
moonbeam-rpc-primitives-debug = { workspace = true, optional = true }
moonbeam-rpc-primitives-txpool = { workspace = true, optional = true }

# TODO: remove this once we get rid of `pallet-xcm` fork & double dep
polkadot-runtime = { workspace = true, optional = true }

[build-dependencies]
substrate-wasm-builder = { workspace = true, optional = true }

Expand Down Expand Up @@ -225,7 +222,6 @@ runtime-benchmarks = [
"xcm-builder/runtime-benchmarks",
"pallet-xc-asset-config/runtime-benchmarks",
"pallet-collator-selection/runtime-benchmarks",
"polkadot-runtime/runtime-benchmarks",
"astar-primitives/runtime-benchmarks",
"pallet-assets/runtime-benchmarks",
]
Expand Down

0 comments on commit bd31497

Please sign in to comment.