@@ -161,7 +161,7 @@ pub mod pallet {
161
161
/// It is only callable by the root account.
162
162
/// The extrinsic will call the Aura pallet to change the authorities.
163
163
#[ pallet:: call_index( 0 ) ]
164
- #[ pallet:: weight( Weight :: from_parts( 3_071_000 , 0 )
164
+ #[ pallet:: weight( Weight :: from_parts( 4_629_000 , 0 )
165
165
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 0_u64 ) )
166
166
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
167
167
pub fn swap_authorities (
@@ -182,7 +182,7 @@ pub mod pallet {
182
182
/// It is only callable by the root account.
183
183
/// The extrinsic will call the Subtensor pallet to set the default take.
184
184
#[ pallet:: call_index( 1 ) ]
185
- #[ pallet:: weight( Weight :: from_parts( 3_590_000 , 0 )
185
+ #[ pallet:: weight( Weight :: from_parts( 5_420_000 , 0 )
186
186
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 0_u64 ) )
187
187
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
188
188
pub fn sudo_set_default_take ( origin : OriginFor < T > , default_take : u16 ) -> DispatchResult {
@@ -208,7 +208,7 @@ pub mod pallet {
208
208
/// It is only callable by the root account or subnet owner.
209
209
/// The extrinsic will call the Subtensor pallet to set the serving rate limit.
210
210
#[ pallet:: call_index( 3 ) ]
211
- #[ pallet:: weight( Weight :: from_parts( 4_470_000 , 0 )
211
+ #[ pallet:: weight( Weight :: from_parts( 6_522_000 , 0 )
212
212
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 0_u64 ) )
213
213
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
214
214
pub fn sudo_set_serving_rate_limit (
@@ -227,7 +227,7 @@ pub mod pallet {
227
227
/// It is only callable by the root account or subnet owner.
228
228
/// The extrinsic will call the Subtensor pallet to set the minimum difficulty.
229
229
#[ pallet:: call_index( 4 ) ]
230
- #[ pallet:: weight( Weight :: from_parts( 12_140_000 , 0 )
230
+ #[ pallet:: weight( Weight :: from_parts( 15_230_000 , 0 )
231
231
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 1_u64 ) )
232
232
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
233
233
pub fn sudo_set_min_difficulty (
@@ -252,7 +252,7 @@ pub mod pallet {
252
252
/// It is only callable by the root account or subnet owner.
253
253
/// The extrinsic will call the Subtensor pallet to set the maximum difficulty.
254
254
#[ pallet:: call_index( 5 ) ]
255
- #[ pallet:: weight( Weight :: from_parts( 12_840_000 , 0 )
255
+ #[ pallet:: weight( Weight :: from_parts( 15_700_000 , 0 )
256
256
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 1_u64 ) )
257
257
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
258
258
pub fn sudo_set_max_difficulty (
@@ -277,7 +277,7 @@ pub mod pallet {
277
277
/// It is only callable by the root account or subnet owner.
278
278
/// The extrinsic will call the Subtensor pallet to set the weights version key.
279
279
#[ pallet:: call_index( 6 ) ]
280
- #[ pallet:: weight( Weight :: from_parts( 12_560_000 , 0 )
280
+ #[ pallet:: weight( Weight :: from_parts( 17_460_000 , 0 )
281
281
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 1_u64 ) )
282
282
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
283
283
pub fn sudo_set_weights_version_key (
@@ -325,7 +325,7 @@ pub mod pallet {
325
325
/// It is only callable by the root account.
326
326
/// The extrinsic will call the Subtensor pallet to set the weights set rate limit.
327
327
#[ pallet:: call_index( 7 ) ]
328
- #[ pallet:: weight( Weight :: from_parts( 12_230_000 , 0 )
328
+ #[ pallet:: weight( Weight :: from_parts( 15_060_000 , 0 )
329
329
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 1_u64 ) )
330
330
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
331
331
pub fn sudo_set_weights_set_rate_limit (
@@ -353,7 +353,7 @@ pub mod pallet {
353
353
/// It is only callable by the root account, not changeable by the subnet owner.
354
354
/// The extrinsic will call the Subtensor pallet to set the adjustment interval.
355
355
#[ pallet:: call_index( 8 ) ]
356
- #[ pallet:: weight( Weight :: from_parts( 12_200_000 , 0 )
356
+ #[ pallet:: weight( Weight :: from_parts( 15_100_000 , 0 )
357
357
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 1_u64 ) )
358
358
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
359
359
pub fn sudo_set_adjustment_interval (
@@ -405,7 +405,7 @@ pub mod pallet {
405
405
/// It is only callable by the root account or subnet owner.
406
406
/// The extrinsic will call the Subtensor pallet to set the adjustment beta.
407
407
#[ pallet:: call_index( 12 ) ]
408
- #[ pallet:: weight( Weight :: from_parts( 12_210_000 , 0 )
408
+ #[ pallet:: weight( Weight :: from_parts( 15_170_000 , 0 )
409
409
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 1_u64 ) )
410
410
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
411
411
pub fn sudo_set_max_weight_limit (
@@ -430,7 +430,7 @@ pub mod pallet {
430
430
/// It is only callable by the root account or subnet owner.
431
431
/// The extrinsic will call the Subtensor pallet to set the immunity period.
432
432
#[ pallet:: call_index( 13 ) ]
433
- #[ pallet:: weight( Weight :: from_parts( 12_330_000 , 0 )
433
+ #[ pallet:: weight( Weight :: from_parts( 15_510_000 , 0 )
434
434
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 1_u64 ) )
435
435
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
436
436
pub fn sudo_set_immunity_period (
@@ -455,7 +455,7 @@ pub mod pallet {
455
455
/// It is only callable by the root account or subnet owner.
456
456
/// The extrinsic will call the Subtensor pallet to set the minimum allowed weights.
457
457
#[ pallet:: call_index( 14 ) ]
458
- #[ pallet:: weight( Weight :: from_parts( 12_200_000 , 0 )
458
+ #[ pallet:: weight( Weight :: from_parts( 15_220_000 , 0 )
459
459
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 1_u64 ) )
460
460
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
461
461
pub fn sudo_set_min_allowed_weights (
@@ -480,7 +480,7 @@ pub mod pallet {
480
480
/// It is only callable by the root account.
481
481
/// The extrinsic will call the Subtensor pallet to set the maximum allowed UIDs for a subnet.
482
482
#[ pallet:: call_index( 15 ) ]
483
- #[ pallet:: weight( Weight :: from_parts( 15_500_000 , 0 )
483
+ #[ pallet:: weight( Weight :: from_parts( 18_800_000 , 0 )
484
484
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 2_u64 ) )
485
485
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
486
486
pub fn sudo_set_max_allowed_uids (
@@ -508,7 +508,7 @@ pub mod pallet {
508
508
/// It is only callable by the root account or subnet owner.
509
509
/// The extrinsic will call the Subtensor pallet to set the kappa.
510
510
#[ pallet:: call_index( 16 ) ]
511
- #[ pallet:: weight( Weight :: from_parts( 12_530_000 , 0 )
511
+ #[ pallet:: weight( Weight :: from_parts( 16_740_000 , 0 )
512
512
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 1_u64 ) )
513
513
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
514
514
pub fn sudo_set_kappa ( origin : OriginFor < T > , netuid : NetUid , kappa : u16 ) -> DispatchResult {
@@ -527,7 +527,7 @@ pub mod pallet {
527
527
/// It is only callable by the root account or subnet owner.
528
528
/// The extrinsic will call the Subtensor pallet to set the rho.
529
529
#[ pallet:: call_index( 17 ) ]
530
- #[ pallet:: weight( Weight :: from_parts( 10_160_000 , 0 )
530
+ #[ pallet:: weight( Weight :: from_parts( 12_570_000 , 0 )
531
531
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 1_u64 ) )
532
532
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
533
533
pub fn sudo_set_rho ( origin : OriginFor < T > , netuid : NetUid , rho : u16 ) -> DispatchResult {
@@ -546,7 +546,7 @@ pub mod pallet {
546
546
/// It is only callable by the root account or subnet owner.
547
547
/// The extrinsic will call the Subtensor pallet to set the activity cutoff.
548
548
#[ pallet:: call_index( 18 ) ]
549
- #[ pallet:: weight( Weight :: from_parts( 14_160_000 , 0 )
549
+ #[ pallet:: weight( Weight :: from_parts( 17_510_000 , 0 )
550
550
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 2_u64 ) )
551
551
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
552
552
pub fn sudo_set_activity_cutoff (
@@ -578,7 +578,7 @@ pub mod pallet {
578
578
/// The extrinsic will call the Subtensor pallet to set the network registration allowed.
579
579
#[ pallet:: call_index( 19 ) ]
580
580
#[ pallet:: weight( (
581
- Weight :: from_parts( 4_600_000 , 0 )
581
+ Weight :: from_parts( 7_343_000 , 0 )
582
582
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 0 ) )
583
583
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1 ) ) ,
584
584
DispatchClass :: Operational ,
@@ -631,7 +631,7 @@ pub mod pallet {
631
631
/// It is only callable by the root account.
632
632
/// The extrinsic will call the Subtensor pallet to set the target registrations per interval.
633
633
#[ pallet:: call_index( 21 ) ]
634
- #[ pallet:: weight( Weight :: from_parts( 12_400_000 , 0 )
634
+ #[ pallet:: weight( Weight :: from_parts( 15_320_000 , 0 )
635
635
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 1_u64 ) )
636
636
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
637
637
pub fn sudo_set_target_registrations_per_interval (
@@ -659,7 +659,7 @@ pub mod pallet {
659
659
/// It is only callable by the root account.
660
660
/// The extrinsic will call the Subtensor pallet to set the minimum burn.
661
661
#[ pallet:: call_index( 22 ) ]
662
- #[ pallet:: weight( Weight :: from_parts( 12_590_000 , 0 )
662
+ #[ pallet:: weight( Weight :: from_parts( 15_440_000 , 0 )
663
663
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 1_u64 ) )
664
664
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
665
665
pub fn sudo_set_min_burn (
@@ -682,7 +682,7 @@ pub mod pallet {
682
682
/// It is only callable by the root account or subnet owner.
683
683
/// The extrinsic will call the Subtensor pallet to set the maximum burn.
684
684
#[ pallet:: call_index( 23 ) ]
685
- #[ pallet:: weight( Weight :: from_parts( 12_420_000 , 0 )
685
+ #[ pallet:: weight( Weight :: from_parts( 15_940_000 , 0 )
686
686
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 1_u64 ) )
687
687
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
688
688
pub fn sudo_set_max_burn (
@@ -705,7 +705,7 @@ pub mod pallet {
705
705
/// It is only callable by the root account or subnet owner.
706
706
/// The extrinsic will call the Subtensor pallet to set the difficulty.
707
707
#[ pallet:: call_index( 24 ) ]
708
- #[ pallet:: weight( Weight :: from_parts( 10_520_000 , 0 )
708
+ #[ pallet:: weight( Weight :: from_parts( 15_650_000 , 0 )
709
709
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 1_u64 ) )
710
710
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
711
711
pub fn sudo_set_difficulty (
@@ -727,7 +727,7 @@ pub mod pallet {
727
727
/// It is only callable by the root account.
728
728
/// The extrinsic will call the Subtensor pallet to set the maximum allowed validators.
729
729
#[ pallet:: call_index( 25 ) ]
730
- #[ pallet:: weight( Weight :: from_parts( 13_860_000 , 0 )
730
+ #[ pallet:: weight( Weight :: from_parts( 19_300_000 , 0 )
731
731
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 2_u64 ) )
732
732
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
733
733
pub fn sudo_set_max_allowed_validators (
@@ -760,7 +760,7 @@ pub mod pallet {
760
760
/// It is only callable by the root account or subnet owner.
761
761
/// The extrinsic will call the Subtensor pallet to set the bonds moving average.
762
762
#[ pallet:: call_index( 26 ) ]
763
- #[ pallet:: weight( Weight :: from_parts( 12_450_000 , 0 )
763
+ #[ pallet:: weight( Weight :: from_parts( 15_140_000 , 0 )
764
764
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 1_u64 ) )
765
765
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
766
766
pub fn sudo_set_bonds_moving_average (
@@ -792,7 +792,7 @@ pub mod pallet {
792
792
/// It is only callable by the root account or subnet owner.
793
793
/// The extrinsic will call the Subtensor pallet to set the bonds penalty.
794
794
#[ pallet:: call_index( 60 ) ]
795
- #[ pallet:: weight( Weight :: from_parts( 12_940_000 , 0 )
795
+ #[ pallet:: weight( Weight :: from_parts( 16_220_000 , 0 )
796
796
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 1_u64 ) )
797
797
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
798
798
pub fn sudo_set_bonds_penalty (
@@ -815,7 +815,7 @@ pub mod pallet {
815
815
/// It is only callable by the root account.
816
816
/// The extrinsic will call the Subtensor pallet to set the maximum registrations per block.
817
817
#[ pallet:: call_index( 27 ) ]
818
- #[ pallet:: weight( Weight :: from_parts( 12_180_000 , 0 )
818
+ #[ pallet:: weight( Weight :: from_parts( 15_080_000 , 0 )
819
819
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 1_u64 ) )
820
820
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
821
821
pub fn sudo_set_max_registrations_per_block (
@@ -883,7 +883,7 @@ pub mod pallet {
883
883
/// It is only callable by the root account.
884
884
/// The extrinsic will call the Subtensor pallet to set the tempo.
885
885
#[ pallet:: call_index( 30 ) ]
886
- #[ pallet:: weight( Weight :: from_parts( 12_310_000 , 0 )
886
+ #[ pallet:: weight( Weight :: from_parts( 15_180_000 , 0 )
887
887
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 1_u64 ) )
888
888
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
889
889
pub fn sudo_set_tempo ( origin : OriginFor < T > , netuid : NetUid , tempo : u16 ) -> DispatchResult {
@@ -1102,7 +1102,7 @@ pub mod pallet {
1102
1102
/// It is only callable by the root account or subnet owner.
1103
1103
/// The extrinsic will call the Subtensor pallet to set the value.
1104
1104
#[ pallet:: call_index( 49 ) ]
1105
- #[ pallet:: weight( Weight :: from_parts( 12_180_000 , 0 )
1105
+ #[ pallet:: weight( Weight :: from_parts( 15_150_000 , 0 )
1106
1106
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 1_u64 ) )
1107
1107
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
1108
1108
pub fn sudo_set_commit_reveal_weights_enabled (
@@ -1296,7 +1296,7 @@ pub mod pallet {
1296
1296
/// # Weight
1297
1297
/// Weight is handled by the `#[pallet::weight]` attribute.
1298
1298
#[ pallet:: call_index( 57 ) ]
1299
- #[ pallet:: weight( Weight :: from_parts( 12_360_000 , 0 )
1299
+ #[ pallet:: weight( Weight :: from_parts( 19_320_000 , 0 )
1300
1300
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 1_u64 ) )
1301
1301
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
1302
1302
pub fn sudo_set_commit_reveal_weights_interval (
@@ -1361,7 +1361,7 @@ pub mod pallet {
1361
1361
/// No change should be signaled while any change is pending. Returns an error if a change
1362
1362
/// is already pending.
1363
1363
#[ pallet:: call_index( 59 ) ]
1364
- #[ pallet:: weight( Weight :: from_parts( 6_228_000 , 0 )
1364
+ #[ pallet:: weight( Weight :: from_parts( 7_779_000 , 0 )
1365
1365
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 1_u64 ) )
1366
1366
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
1367
1367
pub fn schedule_grandpa_change (
@@ -1659,7 +1659,7 @@ pub mod pallet {
1659
1659
/// Sets the commit-reveal weights version for all subnets
1660
1660
#[ pallet:: call_index( 71 ) ]
1661
1661
#[ pallet:: weight( (
1662
- Weight :: from_parts( 3_940_000 , 0 )
1662
+ Weight :: from_parts( 7_114_000 , 0 )
1663
1663
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1 ) )
1664
1664
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 0_u64 ) ) ,
1665
1665
DispatchClass :: Operational ,
0 commit comments