@@ -186,7 +186,7 @@ mod dispatches {
186
186
/// - On failure for each failed item in the batch.
187
187
///
188
188
#[ pallet:: call_index( 100 ) ]
189
- #[ pallet:: weight( ( Weight :: from_parts( 81_450_000 , 0 )
189
+ #[ pallet:: weight( ( Weight :: from_parts( 64_320_000 , 0 )
190
190
. saturating_add( T :: DbWeight :: get( ) . reads( 8 ) )
191
191
. saturating_add( T :: DbWeight :: get( ) . writes( 2 ) ) , DispatchClass :: Normal , Pays :: No ) ) ]
192
192
pub fn batch_commit_weights (
@@ -413,7 +413,7 @@ mod dispatches {
413
413
/// - Attempting to set weights with max value exceeding limit.
414
414
///
415
415
#[ pallet:: call_index( 8 ) ]
416
- #[ pallet:: weight( ( Weight :: from_parts( 2_700_000 , 0 )
416
+ #[ pallet:: weight( ( Weight :: from_parts( 2_033_000 , 0 )
417
417
. saturating_add( T :: DbWeight :: get( ) . reads( 0_u64 ) )
418
418
. saturating_add( T :: DbWeight :: get( ) . writes( 0_u64 ) ) , DispatchClass :: Normal , Pays :: No ) ) ]
419
419
pub fn set_tao_weights (
@@ -454,7 +454,7 @@ mod dispatches {
454
454
/// - The hotkey we are delegating is not owned by the calling coldket.
455
455
///
456
456
#[ pallet:: call_index( 1 ) ]
457
- #[ pallet:: weight( ( Weight :: from_parts( 3_000_000 , 0 )
457
+ #[ pallet:: weight( ( Weight :: from_parts( 2_363_000 , 0 )
458
458
. saturating_add( T :: DbWeight :: get( ) . reads( 0 ) )
459
459
. saturating_add( T :: DbWeight :: get( ) . writes( 0 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
460
460
pub fn become_delegate ( _origin : OriginFor < T > , _hotkey : T :: AccountId ) -> DispatchResult {
@@ -827,7 +827,7 @@ mod dispatches {
827
827
/// - The ip type v4 or v6.
828
828
///
829
829
#[ pallet:: call_index( 5 ) ]
830
- #[ pallet:: weight( ( Weight :: from_parts( 24_350_000 , 0 )
830
+ #[ pallet:: weight( ( Weight :: from_parts( 30_170_000 , 0 )
831
831
. saturating_add( T :: DbWeight :: get( ) . reads( 4 ) )
832
832
. saturating_add( T :: DbWeight :: get( ) . writes( 1 ) ) , DispatchClass :: Normal , Pays :: No ) ) ]
833
833
pub fn serve_prometheus (
@@ -1931,7 +1931,7 @@ mod dispatches {
1931
1931
/// Will charge based on the weight even if the hotkey is already associated with a coldkey.
1932
1932
#[ pallet:: call_index( 91 ) ]
1933
1933
#[ pallet:: weight( (
1934
- Weight :: from_parts( 27_620_000 , 0 ) . saturating_add( T :: DbWeight :: get( ) . reads_writes( 3 , 3 ) ) ,
1934
+ Weight :: from_parts( 19_930_000 , 0 ) . saturating_add( T :: DbWeight :: get( ) . reads_writes( 3 , 3 ) ) ,
1935
1935
DispatchClass :: Operational ,
1936
1936
Pays :: Yes
1937
1937
) ) ]
0 commit comments