@@ -16,19 +16,11 @@ workspace = true
16
16
targets = [" x86_64-unknown-linux-gnu" ]
17
17
18
18
[dependencies ]
19
- codec = { features = [
20
- " derive" ,
21
- ], workspace = true }
19
+ codec = { features = [ " derive" ], workspace = true }
22
20
frame-election-provider-support = { workspace = true }
23
21
frame-support = { workspace = true }
24
22
frame-system = { workspace = true }
25
23
log = { workspace = true }
26
- pallet-authorship = { workspace = true }
27
- # Should be removed after `pallet_session::migrations::v1::MigrateDisabledValidators` and
28
- # `MigrateV14ToV15` are executed
29
- pallet-session = { features = [
30
- " historical" ,
31
- ], workspace = true }
32
24
pallet-staking-next-rc-client = { workspace = true }
33
25
rand = { features = [" alloc" ], workspace = true }
34
26
rand_chacha = { workspace = true }
@@ -45,12 +37,10 @@ frame-benchmarking = { optional = true, workspace = true }
45
37
46
38
[dev-dependencies ]
47
39
frame-benchmarking = { workspace = true , default-features = true }
48
- frame-election-provider-support = { workspace = true , default-features = true }
49
40
frame-support = { features = [" experimental" ], workspace = true , default-features = true }
50
41
pallet-bags-list = { workspace = true , default-features = true }
51
42
pallet-balances = { workspace = true , default-features = true }
52
43
pallet-staking-next-reward-curve = { workspace = true , default-features = true }
53
- pallet-timestamp = { workspace = true , default-features = true }
54
44
rand_chacha = { workspace = true , default-features = true }
55
45
sp-npos-elections = { workspace = true , default-features = true }
56
46
sp-tracing = { workspace = true , default-features = true }
@@ -65,12 +55,9 @@ std = [
65
55
" frame-support/std" ,
66
56
" frame-system/std" ,
67
57
" log/std" ,
68
- " pallet-authorship/std" ,
69
58
" pallet-bags-list/std" ,
70
59
" pallet-balances/std" ,
71
- " pallet-session/std" ,
72
60
" pallet-staking-next-rc-client/std" ,
73
- " pallet-timestamp/std" ,
74
61
" rand/std" ,
75
62
" rand_chacha/std" ,
76
63
" scale-info/std" ,
@@ -92,19 +79,15 @@ runtime-benchmarks = [
92
79
" pallet-bags-list/runtime-benchmarks" ,
93
80
" pallet-balances/runtime-benchmarks" ,
94
81
" pallet-staking-next-rc-client/runtime-benchmarks" ,
95
- " pallet-timestamp/runtime-benchmarks" ,
96
82
" sp-runtime/runtime-benchmarks" ,
97
83
" sp-staking/runtime-benchmarks" ,
98
84
]
99
85
try-runtime = [
100
86
" frame-election-provider-support/try-runtime" ,
101
87
" frame-support/try-runtime" ,
102
88
" frame-system/try-runtime" ,
103
- " pallet-authorship/try-runtime" ,
104
89
" pallet-bags-list/try-runtime" ,
105
90
" pallet-balances/try-runtime" ,
106
- " pallet-session/try-runtime" ,
107
91
" pallet-staking-next-rc-client/try-runtime" ,
108
- " pallet-timestamp/try-runtime" ,
109
92
" sp-runtime/try-runtime" ,
110
93
]
0 commit comments