@@ -27,17 +27,12 @@ frame-system.workspace = true
2727sp-io.workspace = true
2828serde = { workspace = true , features = [" derive" ] }
2929serde_json.workspace = true
30- serde-tuple-vec-map.workspace = true
31- serde_bytes = { workspace = true , features = [" alloc" ] }
32- serde_with = { workspace = true , features = [" macros" ] }
3330sp-runtime.workspace = true
3431sp-std.workspace = true
3532libsecp256k1.workspace = true
3633log.workspace = true
3734substrate-fixed.workspace = true
38- pallet-transaction-payment.workspace = true
3935pallet-utility.workspace = true
40- ndarray.workspace = true
4136hex.workspace = true
4237share-pool.workspace = true
4338safe-math.workspace = true
@@ -52,13 +47,11 @@ pallet-membership.workspace = true
5247hex-literal.workspace = true
5348num-traits = { workspace = true , features = [" libm" ] }
5449tle.workspace = true
55- ark-bls12-381 = { workspace = true , features = [" curve" ] }
5650ark-serialize = { workspace = true , features = [" derive" ] }
5751w3f-bls.workspace = true
5852sha2.workspace = true
5953rand_chacha.workspace = true
6054pallet-crowdloan.workspace = true
61- pallet-proxy.workspace = true
6255
6356[dev-dependencies ]
6457pallet-balances = { workspace = true , features = [" std" ] }
@@ -75,7 +68,6 @@ pallet-preimage.workspace = true
7568
7669[features ]
7770std = [
78- " ark-bls12-381/std" ,
7971 " ark-serialize/std" ,
8072 " codec/std" ,
8173 " frame-benchmarking/std" ,
@@ -84,7 +76,6 @@ std = [
8476 " hex/std" ,
8577 " libsecp256k1/std" ,
8678 " log/std" ,
87- " ndarray/std" ,
8879 " num-traits/std" ,
8980 " pallet-balances/std" ,
9081 " pallet-collective/std" ,
@@ -93,15 +84,12 @@ std = [
9384 " pallet-preimage/std" ,
9485 " pallet-scheduler/std" ,
9586 " pallet-subtensor-swap/std" ,
96- " pallet-transaction-payment/std" ,
9787 " pallet-utility/std" ,
9888 " rand_chacha/std" ,
9989 " safe-math/std" ,
10090 " scale-info/std" ,
10191 " serde/std" ,
102- " serde_bytes/std" ,
10392 " serde_json/std" ,
104- " serde_with/std" ,
10593 " sha2/std" ,
10694 " share-pool/std" ,
10795 " sp-core/std" ,
@@ -121,7 +109,6 @@ std = [
121109 " sha2/std" ,
122110 " share-pool/std" ,
123111 " subtensor-runtime-common/std" ,
124- " pallet-proxy/std" ,
125112 " pallet-crowdloan/std" ,
126113 " runtime-common/std"
127114]
@@ -137,8 +124,6 @@ runtime-benchmarks = [
137124 " pallet-preimage/runtime-benchmarks" ,
138125 " pallet-scheduler/runtime-benchmarks" ,
139126 " pallet-subtensor-swap/runtime-benchmarks" ,
140- " pallet-transaction-payment/runtime-benchmarks" ,
141- " pallet-proxy/runtime-benchmarks" ,
142127 " pallet-crowdloan/runtime-benchmarks" ,
143128 " pallet-utility/runtime-benchmarks" ,
144129 " sp-runtime/runtime-benchmarks" ,
@@ -151,12 +136,10 @@ try-runtime = [
151136 " pallet-membership/try-runtime" ,
152137 " pallet-preimage/try-runtime" ,
153138 " pallet-scheduler/try-runtime" ,
154- " pallet-transaction-payment/try-runtime" ,
155139 " pallet-utility/try-runtime" ,
156140 " sp-runtime/try-runtime" ,
157141 " pallet-collective/try-runtime" ,
158142 " pallet-drand/try-runtime" ,
159- " pallet-proxy/try-runtime" ,
160143 " pallet-crowdloan/try-runtime" ,
161144 " runtime-common/try-runtime"
162145]
0 commit comments