@@ -712,8 +712,8 @@ mod dispatches {
712712 ///
713713 #[ pallet:: call_index( 2 ) ]
714714 #[ pallet:: weight( ( Weight :: from_parts( 340_800_000 , 0 )
715- . saturating_add( T :: DbWeight :: get( ) . reads( 24_u64 ) )
716- . saturating_add( T :: DbWeight :: get( ) . writes( 15 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
715+ . saturating_add( T :: DbWeight :: get( ) . reads( 25_u64 ) )
716+ . saturating_add( T :: DbWeight :: get( ) . writes( 16_u64 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
717717 pub fn add_stake (
718718 origin : OriginFor < T > ,
719719 hotkey : T :: AccountId ,
@@ -1587,8 +1587,8 @@ mod dispatches {
15871587 /// - Thrown if key has hit transaction rate limit
15881588 #[ pallet:: call_index( 84 ) ]
15891589 #[ pallet:: weight( ( Weight :: from_parts( 358_500_000 , 0 )
1590- . saturating_add( T :: DbWeight :: get( ) . reads( 39_u64 ) )
1591- . saturating_add( T :: DbWeight :: get( ) . writes( 24_u64 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
1590+ . saturating_add( T :: DbWeight :: get( ) . reads( 41_u64 ) )
1591+ . saturating_add( T :: DbWeight :: get( ) . writes( 26_u64 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
15921592 pub fn unstake_all_alpha ( origin : OriginFor < T > , hotkey : T :: AccountId ) -> DispatchResult {
15931593 Self :: do_unstake_all_alpha ( origin, hotkey)
15941594 }
@@ -1701,8 +1701,8 @@ mod dispatches {
17011701 #[ pallet:: call_index( 87 ) ]
17021702 #[ pallet:: weight( (
17031703 Weight :: from_parts( 351_300_000 , 0 )
1704- . saturating_add( T :: DbWeight :: get( ) . reads( 35_u64 ) )
1705- . saturating_add( T :: DbWeight :: get( ) . writes( 22_u64 ) ) ,
1704+ . saturating_add( T :: DbWeight :: get( ) . reads( 37_u64 ) )
1705+ . saturating_add( T :: DbWeight :: get( ) . writes( 24_u64 ) ) ,
17061706 DispatchClass :: Normal ,
17071707 Pays :: Yes
17081708 ) ) ]
@@ -1766,8 +1766,8 @@ mod dispatches {
17661766 ///
17671767 #[ pallet:: call_index( 88 ) ]
17681768 #[ pallet:: weight( ( Weight :: from_parts( 402_900_000 , 0 )
1769- . saturating_add( T :: DbWeight :: get( ) . reads( 24_u64 ) )
1770- . saturating_add( T :: DbWeight :: get( ) . writes( 15 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
1769+ . saturating_add( T :: DbWeight :: get( ) . reads( 25_u64 ) )
1770+ . saturating_add( T :: DbWeight :: get( ) . writes( 16_u64 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
17711771 pub fn add_stake_limit (
17721772 origin : OriginFor < T > ,
17731773 hotkey : T :: AccountId ,
@@ -1830,8 +1830,8 @@ mod dispatches {
18301830 ///
18311831 #[ pallet:: call_index( 89 ) ]
18321832 #[ pallet:: weight( ( Weight :: from_parts( 377_400_000 , 0 )
1833- . saturating_add( T :: DbWeight :: get( ) . reads( 28_u64 ) )
1834- . saturating_add( T :: DbWeight :: get( ) . writes( 14 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
1833+ . saturating_add( T :: DbWeight :: get( ) . reads( 29_u64 ) )
1834+ . saturating_add( T :: DbWeight :: get( ) . writes( 15_u64 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
18351835 pub fn remove_stake_limit (
18361836 origin : OriginFor < T > ,
18371837 hotkey : T :: AccountId ,
@@ -1874,8 +1874,8 @@ mod dispatches {
18741874 #[ pallet:: call_index( 90 ) ]
18751875 #[ pallet:: weight( (
18761876 Weight :: from_parts( 411_500_000 , 0 )
1877- . saturating_add( T :: DbWeight :: get( ) . reads( 35_u64 ) )
1878- . saturating_add( T :: DbWeight :: get( ) . writes( 22_u64 ) ) ,
1877+ . saturating_add( T :: DbWeight :: get( ) . reads( 37_u64 ) )
1878+ . saturating_add( T :: DbWeight :: get( ) . writes( 24_u64 ) ) ,
18791879 DispatchClass :: Normal ,
18801880 Pays :: Yes
18811881 ) ) ]
@@ -2052,8 +2052,8 @@ mod dispatches {
20522052 /// Without limit_price it remove all the stake similar to `remove_stake` extrinsic
20532053 #[ pallet:: call_index( 103 ) ]
20542054 #[ pallet:: weight( ( Weight :: from_parts( 395_300_000 , 10142 )
2055- . saturating_add( T :: DbWeight :: get( ) . reads( 28_u64 ) )
2056- . saturating_add( T :: DbWeight :: get( ) . writes( 14_u64 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
2055+ . saturating_add( T :: DbWeight :: get( ) . reads( 29_u64 ) )
2056+ . saturating_add( T :: DbWeight :: get( ) . writes( 15_u64 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
20572057 pub fn remove_stake_full_limit (
20582058 origin : T :: RuntimeOrigin ,
20592059 hotkey : T :: AccountId ,
0 commit comments