@@ -371,7 +371,7 @@ pub mod pallet {
371371 /// It is only callable by the root account, not changeable by the subnet owner.
372372 /// The extrinsic will call the Subtensor pallet to set the adjustment interval.
373373 #[ pallet:: call_index( 8 ) ]
374- #[ pallet:: weight( Weight :: from_parts( 15_100_000 , 0 )
374+ #[ pallet:: weight( Weight :: from_parts( 21_320_000 , 0 )
375375 . saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 1_u64 ) )
376376 . saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
377377 pub fn sudo_set_adjustment_interval (
@@ -734,7 +734,7 @@ pub mod pallet {
734734 /// It is only callable by the root account.
735735 /// The extrinsic will call the Subtensor pallet to set the target registrations per interval.
736736 #[ pallet:: call_index( 21 ) ]
737- #[ pallet:: weight( Weight :: from_parts( 25_860_000 , 0 )
737+ #[ pallet:: weight( Weight :: from_parts( 44_320_000 , 0 )
738738 . saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 3_u64 ) )
739739 . saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
740740 pub fn sudo_set_target_registrations_per_interval (
@@ -1307,7 +1307,7 @@ pub mod pallet {
13071307 /// This function has a fixed weight of 0 and is classified as an operational transaction that does not incur any fees.
13081308 #[ pallet:: call_index( 50 ) ]
13091309 #[ pallet:: weight( (
1310- Weight :: from_parts( 4_840_000 , 0 )
1310+ Weight :: from_parts( 18_300_000 , 0 )
13111311 . saturating_add( T :: DbWeight :: get( ) . writes( 1_u64 ) ) ,
13121312 DispatchClass :: Normal ,
13131313 Pays :: Yes
@@ -1335,8 +1335,8 @@ pub mod pallet {
13351335 /// Sets values for liquid alpha
13361336 #[ pallet:: call_index( 51 ) ]
13371337 #[ pallet:: weight( (
1338- Weight :: from_parts( 14_960_000 , 4089 )
1339- . saturating_add( T :: DbWeight :: get( ) . reads( 1_u64 ) )
1338+ Weight :: from_parts( 25_280_000 , 4089 )
1339+ . saturating_add( T :: DbWeight :: get( ) . reads( 3_u64 ) )
13401340 . saturating_add( T :: DbWeight :: get( ) . writes( 1_u64 ) ) ,
13411341 DispatchClass :: Normal ,
13421342 Pays :: Yes
@@ -1551,7 +1551,7 @@ pub mod pallet {
15511551 /// This function has a fixed weight of 0 and is classified as an operational transaction that does not incur any fees.
15521552 #[ pallet:: call_index( 61 ) ]
15531553 #[ pallet:: weight( (
1554- Weight :: from_parts( 7_514_000 , 0 )
1554+ Weight :: from_parts( 20_460_000 , 0 )
15551555 . saturating_add( T :: DbWeight :: get( ) . writes( 1_u64 ) ) ,
15561556 DispatchClass :: Normal ,
15571557 Pays :: Yes
@@ -1745,8 +1745,8 @@ pub mod pallet {
17451745 /// Weight is handled by the `#[pallet::weight]` attribute.
17461746 #[ pallet:: call_index( 68 ) ]
17471747 #[ pallet:: weight( (
1748- Weight :: from_parts( 12_160_000 , 4045 )
1749- . saturating_add( T :: DbWeight :: get( ) . reads( 1_u64 ) )
1748+ Weight :: from_parts( 23_140_000 , 4045 )
1749+ . saturating_add( T :: DbWeight :: get( ) . reads( 3_u64 ) )
17501750 . saturating_add( T :: DbWeight :: get( ) . writes( 1_u64 ) ) ,
17511751 DispatchClass :: Normal ,
17521752 Pays :: Yes
@@ -1795,7 +1795,7 @@ pub mod pallet {
17951795 /// This function has a fixed weight of 0 and is classified as an operational transaction that does not incur any fees.
17961796 #[ pallet:: call_index( 69 ) ]
17971797 #[ pallet:: weight( (
1798- Weight :: from_parts( 7_374_000 , 0 )
1798+ Weight :: from_parts( 20_460_000 , 0 )
17991799 . saturating_add( T :: DbWeight :: get( ) . writes( 1_u64 ) ) ,
18001800 DispatchClass :: Normal ,
18011801 Pays :: Yes
@@ -1833,7 +1833,7 @@ pub mod pallet {
18331833 /// This function has a fixed weight of 0 and is classified as an operational transaction that does not incur any fees.
18341834 #[ pallet:: call_index( 70 ) ]
18351835 #[ pallet:: weight( (
1836- Weight :: from_parts( 8_000_000 , 0 )
1836+ Weight :: from_parts( 22_340_000 , 0 )
18371837 . saturating_add( T :: DbWeight :: get( ) . writes( 1_u64 ) ) ,
18381838 DispatchClass :: Normal ,
18391839 Pays :: Yes
@@ -1920,7 +1920,7 @@ pub mod pallet {
19201920 /// Weight is handled by the `#[pallet::weight]` attribute.
19211921 #[ pallet:: call_index( 66 ) ]
19221922 #[ pallet:: weight( (
1923- Weight :: from_parts( 4_448_000 , 0 )
1923+ Weight :: from_parts( 17_980_000 , 0 )
19241924 . saturating_add( T :: DbWeight :: get( ) . writes( 1_u64 ) ) ,
19251925 DispatchClass :: Operational ,
19261926 Pays :: Yes
0 commit comments