@@ -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_684_000 , 0 )
416
+ #[ pallet:: weight( ( Weight :: from_parts( 2_000_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 (
@@ -693,7 +693,7 @@ mod dispatches {
693
693
/// - Attempting to set prometheus information withing the rate limit min.
694
694
///
695
695
#[ pallet:: call_index( 4 ) ]
696
- #[ pallet:: weight( ( Weight :: from_parts( 28_150_000 , 0 )
696
+ #[ pallet:: weight( ( Weight :: from_parts( 36_090_000 , 0 )
697
697
. saturating_add( T :: DbWeight :: get( ) . reads( 4 ) )
698
698
. saturating_add( T :: DbWeight :: get( ) . writes( 1 ) ) , DispatchClass :: Normal , Pays :: No ) ) ]
699
699
pub fn serve_axon (
@@ -891,7 +891,7 @@ mod dispatches {
891
891
#[ pallet:: call_index( 6 ) ]
892
892
#[ pallet:: weight( ( Weight :: from_parts( 161_800_000 , 0 )
893
893
. saturating_add( T :: DbWeight :: get( ) . reads( 26 ) )
894
- . saturating_add( T :: DbWeight :: get( ) . writes( 23 ) ) , DispatchClass :: Normal , Pays :: No ) ) ]
894
+ . saturating_add( T :: DbWeight :: get( ) . writes( 23 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
895
895
pub fn register (
896
896
origin : OriginFor < T > ,
897
897
netuid : NetUid ,
@@ -926,7 +926,7 @@ mod dispatches {
926
926
#[ pallet:: call_index( 7 ) ]
927
927
#[ pallet:: weight( ( Weight :: from_parts( 278_400_000 , 0 )
928
928
. saturating_add( T :: DbWeight :: get( ) . reads( 49 ) )
929
- . saturating_add( T :: DbWeight :: get( ) . writes( 43 ) ) , DispatchClass :: Normal , Pays :: No ) ) ]
929
+ . saturating_add( T :: DbWeight :: get( ) . writes( 43 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
930
930
pub fn burned_register (
931
931
origin : OriginFor < T > ,
932
932
netuid : NetUid ,
@@ -1575,7 +1575,7 @@ mod dispatches {
1575
1575
/// * `TxRateLimitExceeded`:
1576
1576
/// - Thrown if key has hit transaction rate limit
1577
1577
#[ pallet:: call_index( 83 ) ]
1578
- #[ pallet:: weight( ( Weight :: from_parts( 28_910_000 , 0 )
1578
+ #[ pallet:: weight( ( Weight :: from_parts( 22_070_000 , 0 )
1579
1579
. saturating_add( T :: DbWeight :: get( ) . reads( 6 ) )
1580
1580
. saturating_add( T :: DbWeight :: get( ) . writes( 0 ) ) , DispatchClass :: Operational , Pays :: Yes ) ) ]
1581
1581
pub fn unstake_all ( origin : OriginFor < T > , hotkey : T :: AccountId ) -> DispatchResult {
@@ -1608,7 +1608,7 @@ mod dispatches {
1608
1608
/// * `TxRateLimitExceeded`:
1609
1609
/// - Thrown if key has hit transaction rate limit
1610
1610
#[ pallet:: call_index( 84 ) ]
1611
- #[ pallet:: weight( ( Weight :: from_parts( 395_800_000 , 0 )
1611
+ #[ pallet:: weight( ( Weight :: from_parts( 294_800_000 , 0 )
1612
1612
. saturating_add( T :: DbWeight :: get( ) . reads( 33 ) )
1613
1613
. saturating_add( T :: DbWeight :: get( ) . writes( 16 ) ) , DispatchClass :: Operational , Pays :: Yes ) ) ]
1614
1614
pub fn unstake_all_alpha ( origin : OriginFor < T > , hotkey : T :: AccountId ) -> DispatchResult {
@@ -2075,7 +2075,7 @@ mod dispatches {
2075
2075
/// at which or better (higher) the staking should execute.
2076
2076
/// Without limit_price it remove all the stake similar to `remove_stake` extrinsic
2077
2077
#[ pallet:: call_index( 103 ) ]
2078
- #[ pallet:: weight( ( Weight :: from_parts( 421_500_000 , 10142 )
2078
+ #[ pallet:: weight( ( Weight :: from_parts( 315_200_000 , 10142 )
2079
2079
. saturating_add( T :: DbWeight :: get( ) . reads( 30_u64 ) )
2080
2080
. saturating_add( T :: DbWeight :: get( ) . writes( 14_u64 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
2081
2081
pub fn remove_stake_full_limit (
@@ -2156,7 +2156,7 @@ mod dispatches {
2156
2156
/// Emits a `SymbolUpdated` event on success.
2157
2157
#[ pallet:: call_index( 112 ) ]
2158
2158
#[ pallet:: weight( (
2159
- Weight :: from_parts( 28_910_000 , 0 ) . saturating_add( T :: DbWeight :: get( ) . reads_writes( 4 , 1 ) ) ,
2159
+ Weight :: from_parts( 19_550_000 , 0 ) . saturating_add( T :: DbWeight :: get( ) . reads_writes( 4 , 1 ) ) ,
2160
2160
DispatchClass :: Operational ,
2161
2161
Pays :: Yes
2162
2162
) ) ]
0 commit comments