@@ -27,17 +27,12 @@ frame-system.workspace = true
27
27
sp-io.workspace = true
28
28
serde = { workspace = true , features = [" derive" ] }
29
29
serde_json.workspace = true
30
- serde-tuple-vec-map.workspace = true
31
- serde_bytes = { workspace = true , features = [" alloc" ] }
32
- serde_with = { workspace = true , features = [" macros" ] }
33
30
sp-runtime.workspace = true
34
31
sp-std.workspace = true
35
32
libsecp256k1.workspace = true
36
33
log.workspace = true
37
34
substrate-fixed.workspace = true
38
- pallet-transaction-payment.workspace = true
39
35
pallet-utility.workspace = true
40
- ndarray.workspace = true
41
36
hex.workspace = true
42
37
share-pool.workspace = true
43
38
safe-math.workspace = true
@@ -52,13 +47,11 @@ pallet-membership.workspace = true
52
47
hex-literal.workspace = true
53
48
num-traits = { workspace = true , features = [" libm" ] }
54
49
tle.workspace = true
55
- ark-bls12-381 = { workspace = true , features = [" curve" ] }
56
50
ark-serialize = { workspace = true , features = [" derive" ] }
57
51
w3f-bls.workspace = true
58
52
sha2.workspace = true
59
53
rand_chacha.workspace = true
60
54
pallet-crowdloan.workspace = true
61
- pallet-proxy.workspace = true
62
55
63
56
[dev-dependencies ]
64
57
pallet-balances = { workspace = true , features = [" std" ] }
@@ -75,7 +68,6 @@ pallet-preimage.workspace = true
75
68
76
69
[features ]
77
70
std = [
78
- " ark-bls12-381/std" ,
79
71
" ark-serialize/std" ,
80
72
" codec/std" ,
81
73
" frame-benchmarking/std" ,
@@ -84,7 +76,6 @@ std = [
84
76
" hex/std" ,
85
77
" libsecp256k1/std" ,
86
78
" log/std" ,
87
- " ndarray/std" ,
88
79
" num-traits/std" ,
89
80
" pallet-balances/std" ,
90
81
" pallet-collective/std" ,
@@ -93,15 +84,12 @@ std = [
93
84
" pallet-preimage/std" ,
94
85
" pallet-scheduler/std" ,
95
86
" pallet-subtensor-swap/std" ,
96
- " pallet-transaction-payment/std" ,
97
87
" pallet-utility/std" ,
98
88
" rand_chacha/std" ,
99
89
" safe-math/std" ,
100
90
" scale-info/std" ,
101
91
" serde/std" ,
102
- " serde_bytes/std" ,
103
92
" serde_json/std" ,
104
- " serde_with/std" ,
105
93
" sha2/std" ,
106
94
" share-pool/std" ,
107
95
" sp-core/std" ,
@@ -121,7 +109,6 @@ std = [
121
109
" sha2/std" ,
122
110
" share-pool/std" ,
123
111
" subtensor-runtime-common/std" ,
124
- " pallet-proxy/std" ,
125
112
" pallet-crowdloan/std" ,
126
113
" runtime-common/std"
127
114
]
@@ -137,8 +124,6 @@ runtime-benchmarks = [
137
124
" pallet-preimage/runtime-benchmarks" ,
138
125
" pallet-scheduler/runtime-benchmarks" ,
139
126
" pallet-subtensor-swap/runtime-benchmarks" ,
140
- " pallet-transaction-payment/runtime-benchmarks" ,
141
- " pallet-proxy/runtime-benchmarks" ,
142
127
" pallet-crowdloan/runtime-benchmarks" ,
143
128
" pallet-utility/runtime-benchmarks" ,
144
129
" sp-runtime/runtime-benchmarks" ,
@@ -151,12 +136,10 @@ try-runtime = [
151
136
" pallet-membership/try-runtime" ,
152
137
" pallet-preimage/try-runtime" ,
153
138
" pallet-scheduler/try-runtime" ,
154
- " pallet-transaction-payment/try-runtime" ,
155
139
" pallet-utility/try-runtime" ,
156
140
" sp-runtime/try-runtime" ,
157
141
" pallet-collective/try-runtime" ,
158
142
" pallet-drand/try-runtime" ,
159
- " pallet-proxy/try-runtime" ,
160
143
" pallet-crowdloan/try-runtime" ,
161
144
" runtime-common/try-runtime"
162
145
]
0 commit comments