@@ -25,9 +25,7 @@ subtensor-macros.workspace = true
25
25
subtensor-custom-rpc-runtime-api = { workspace = true }
26
26
smallvec = { workspace = true }
27
27
log = { workspace = true }
28
- codec = { package = " parity-scale-codec" , version = " 3.0.0" , default-features = false , features = [
29
- " derive" ,
30
- ] }
28
+ codec = { workspace = true }
31
29
scale-info = { workspace = true , features = [" derive" ] }
32
30
serde_json = { workspace = true , features = [" alloc" ] }
33
31
pallet-aura = { workspace = true }
@@ -108,7 +106,6 @@ pallet-evm-chain-id = { workspace = true }
108
106
pallet-evm-precompile-modexp = { workspace = true }
109
107
pallet-evm-precompile-sha3fips = { workspace = true }
110
108
pallet-evm-precompile-simple = { workspace = true }
111
- pallet-hotfix-sufficients = { workspace = true }
112
109
fp-account = { workspace = true }
113
110
114
111
[dev-dependencies ]
@@ -191,7 +188,6 @@ std = [
191
188
" pallet-evm-precompile-modexp/std" ,
192
189
" pallet-evm-precompile-sha3fips/std" ,
193
190
" pallet-evm-precompile-simple/std" ,
194
- " pallet-hotfix-sufficients/std" ,
195
191
" fp-account/std" ,
196
192
]
197
193
runtime-benchmarks = [
@@ -220,7 +216,6 @@ runtime-benchmarks = [
220
216
# EVM + Frontier
221
217
" pallet-ethereum/runtime-benchmarks" ,
222
218
" pallet-evm/runtime-benchmarks" ,
223
- " pallet-hotfix-sufficients/runtime-benchmarks" ,
224
219
]
225
220
try-runtime = [
226
221
" frame-try-runtime/try-runtime" ,
@@ -231,7 +226,6 @@ try-runtime = [
231
226
" pallet-sudo/try-runtime" ,
232
227
" pallet-balances/try-runtime" ,
233
228
" pallet-grandpa/try-runtime" ,
234
- " pallet-hotfix-sufficients/try-runtime" ,
235
229
" pallet-insecure-randomness-collective-flip/try-runtime" ,
236
230
" pallet-timestamp/try-runtime" ,
237
231
" pallet-transaction-payment/try-runtime" ,
0 commit comments