@@ -26,17 +26,26 @@ orml-xcm-support = { path = "../xcm-support", default-features = false }
26
26
orml-traits = { path = " ../traits" , default-features = false }
27
27
28
28
[dev-dependencies ]
29
- # sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.7" }
30
- # polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.7" }
31
- # polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.7" }
32
- # pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.7" }
33
- # xcm-simulator = { git = "https://github.com/shaunxw/xcm-simulator", branch = "master" }
34
- # parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.7" }
35
- # xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.7" }
36
- # xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.7" }
37
-
38
- # orml-tokens = { path = "../tokens" }
39
- # orml-traits = { path = "../traits" }
29
+ sp-core = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.7" }
30
+ pallet-balances = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.7" }
31
+
32
+ # cumulus
33
+ cumulus-primitives-core = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.7" }
34
+ cumulus-pallet-dmp-queue = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.7" }
35
+ cumulus-pallet-xcmp-queue = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.7" }
36
+ cumulus-pallet-xcm = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.7" }
37
+ parachain-info = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.7" }
38
+
39
+ # polkadot
40
+ polkadot-parachain = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.7" }
41
+ xcm = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.7" }
42
+ xcm-executor = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.7" }
43
+ xcm-builder = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.7" }
44
+ pallet-xcm = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.7" }
45
+ polkadot-runtime-parachains = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.7" }
46
+
47
+ orml-tokens = { path = " ../tokens" }
48
+ xcm-simulator = { git = " https://github.com/shaunxw/xcm-simulator.git" , branch = " polkadot-v0.9.7" }
40
49
41
50
[features ]
42
51
default = [" std" ]
@@ -55,3 +64,8 @@ std = [
55
64
" orml-traits/std" ,
56
65
]
57
66
try-runtime = [" frame-support/try-runtime" ]
67
+ # Needed because of cargo feature pollution.
68
+ runtime-benchmarks = [
69
+ " xcm-builder/runtime-benchmarks" ,
70
+ " pallet-xcm/runtime-benchmarks" ,
71
+ ]
0 commit comments