@@ -33,7 +33,7 @@ libsecp256k1.workspace = true
33
33
log.workspace = true
34
34
substrate-fixed.workspace = true
35
35
pallet-transaction-payment.workspace = true
36
- pallet-utility-otf .workspace = true
36
+ pallet-subtensor-utility .workspace = true
37
37
ndarray.workspace = true
38
38
hex.workspace = true
39
39
share-pool.workspace = true
@@ -44,7 +44,7 @@ runtime-common.workspace = true
44
44
subtensor-runtime-common = { workspace = true , features = [" approx" ] }
45
45
46
46
pallet-drand.workspace = true
47
- pallet-collective-otf .workspace = true
47
+ pallet-subtensor-collective .workspace = true
48
48
pallet-membership.workspace = true
49
49
hex-literal.workspace = true
50
50
num-traits = { workspace = true , features = [" libm" ] }
@@ -54,7 +54,7 @@ w3f-bls.workspace = true
54
54
sha2.workspace = true
55
55
rand_chacha.workspace = true
56
56
pallet-crowdloan.workspace = true
57
- pallet-proxy-otf .workspace = true
57
+ pallet-subtensor-proxy .workspace = true
58
58
59
59
[dev-dependencies ]
60
60
pallet-balances = { workspace = true , features = [" std" ] }
@@ -81,14 +81,14 @@ std = [
81
81
" log/std" ,
82
82
" num-traits/std" ,
83
83
" pallet-balances/std" ,
84
- " pallet-collective-otf /std" ,
84
+ " pallet-subtensor-collective /std" ,
85
85
" pallet-drand/std" ,
86
86
" pallet-membership/std" ,
87
87
" pallet-preimage/std" ,
88
88
" pallet-scheduler/std" ,
89
89
" pallet-subtensor-swap/std" ,
90
90
" pallet-transaction-payment/std" ,
91
- " pallet-utility-otf /std" ,
91
+ " pallet-subtensor-utility /std" ,
92
92
" rand_chacha/std" ,
93
93
" safe-math/std" ,
94
94
" scale-info/std" ,
@@ -113,29 +113,29 @@ std = [
113
113
" sha2/std" ,
114
114
" share-pool/std" ,
115
115
" subtensor-runtime-common/std" ,
116
- " pallet-proxy-otf /std" ,
116
+ " pallet-subtensor-proxy /std" ,
117
117
" pallet-crowdloan/std" ,
118
118
" runtime-common/std" ,
119
- " ndarray/std"
119
+ " ndarray/std" ,
120
120
]
121
121
default = [" std" ]
122
122
runtime-benchmarks = [
123
123
" frame-benchmarking/runtime-benchmarks" ,
124
124
" frame-support/runtime-benchmarks" ,
125
125
" frame-system/runtime-benchmarks" ,
126
126
" pallet-balances/runtime-benchmarks" ,
127
- " pallet-collective-otf /runtime-benchmarks" ,
127
+ " pallet-subtensor-collective /runtime-benchmarks" ,
128
128
" pallet-drand/runtime-benchmarks" ,
129
129
" pallet-membership/runtime-benchmarks" ,
130
130
" pallet-preimage/runtime-benchmarks" ,
131
131
" pallet-scheduler/runtime-benchmarks" ,
132
132
" pallet-subtensor-swap/runtime-benchmarks" ,
133
133
" pallet-transaction-payment/runtime-benchmarks" ,
134
- " pallet-proxy-otf /runtime-benchmarks" ,
134
+ " pallet-subtensor-proxy /runtime-benchmarks" ,
135
135
" pallet-crowdloan/runtime-benchmarks" ,
136
- " pallet-utility-otf /runtime-benchmarks" ,
136
+ " pallet-subtensor-utility /runtime-benchmarks" ,
137
137
" sp-runtime/runtime-benchmarks" ,
138
- " runtime-common/runtime-benchmarks"
138
+ " runtime-common/runtime-benchmarks" ,
139
139
]
140
140
try-runtime = [
141
141
" frame-support/try-runtime" ,
@@ -145,13 +145,13 @@ try-runtime = [
145
145
" pallet-preimage/try-runtime" ,
146
146
" pallet-scheduler/try-runtime" ,
147
147
" pallet-transaction-payment/try-runtime" ,
148
- " pallet-utility-otf /try-runtime" ,
148
+ " pallet-subtensor-utility /try-runtime" ,
149
149
" sp-runtime/try-runtime" ,
150
- " pallet-collective-otf /try-runtime" ,
150
+ " pallet-subtensor-collective /try-runtime" ,
151
151
" pallet-drand/try-runtime" ,
152
- " pallet-proxy-otf /try-runtime" ,
152
+ " pallet-subtensor-proxy /try-runtime" ,
153
153
" pallet-crowdloan/try-runtime" ,
154
- " runtime-common/try-runtime"
154
+ " runtime-common/try-runtime" ,
155
155
]
156
156
pow-faucet = []
157
157
fast-runtime = [" subtensor-runtime-common/fast-runtime" ]
0 commit comments