@@ -82,7 +82,7 @@ mod dispatches {
8282 /// - Attempting to set weights with max value exceeding limit.
8383 #[ pallet:: call_index( 0 ) ]
8484 #[ pallet:: weight( ( Weight :: from_parts( 15_540_000_000 , 0 )
85- . saturating_add( T :: DbWeight :: get( ) . reads( 4112_u64 ) )
85+ . saturating_add( T :: DbWeight :: get( ) . reads( 4111_u64 ) )
8686 . saturating_add( T :: DbWeight :: get( ) . writes( 2 ) ) , DispatchClass :: Normal , Pays :: No ) ) ]
8787 pub fn set_weights (
8888 origin : OriginFor < T > ,
@@ -1053,8 +1053,8 @@ mod dispatches {
10531053 /// The extrinsic for user to change its hotkey in subnet or all subnets.
10541054 #[ pallet:: call_index( 70 ) ]
10551055 #[ pallet:: weight( ( Weight :: from_parts( 275_300_000 , 0 )
1056- . saturating_add( T :: DbWeight :: get( ) . reads( 52_u64 ) )
1057- . saturating_add( T :: DbWeight :: get( ) . writes( 37 ) ) , DispatchClass :: Normal , Pays :: No ) ) ]
1056+ . saturating_add( T :: DbWeight :: get( ) . reads( 50_u64 ) )
1057+ . saturating_add( T :: DbWeight :: get( ) . writes( 35_u64 ) ) , DispatchClass :: Normal , Pays :: No ) ) ]
10581058 pub fn swap_hotkey (
10591059 origin : OriginFor < T > ,
10601060 hotkey : T :: AccountId ,
@@ -1229,7 +1229,7 @@ mod dispatches {
12291229 #[ pallet:: call_index( 59 ) ]
12301230 #[ pallet:: weight( ( Weight :: from_parts( 235_400_000 , 0 )
12311231 . saturating_add( T :: DbWeight :: get( ) . reads( 39_u64 ) )
1232- . saturating_add( T :: DbWeight :: get( ) . writes( 57_u64 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
1232+ . saturating_add( T :: DbWeight :: get( ) . writes( 56_u64 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
12331233 pub fn register_network ( origin : OriginFor < T > , hotkey : T :: AccountId ) -> DispatchResult {
12341234 Self :: do_register_network ( origin, & hotkey, 1 , None )
12351235 }
@@ -1516,7 +1516,7 @@ mod dispatches {
15161516 #[ pallet:: call_index( 79 ) ]
15171517 #[ pallet:: weight( ( Weight :: from_parts( 234_200_000 , 0 )
15181518 . saturating_add( T :: DbWeight :: get( ) . reads( 38_u64 ) )
1519- . saturating_add( T :: DbWeight :: get( ) . writes( 56_u64 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
1519+ . saturating_add( T :: DbWeight :: get( ) . writes( 55_u64 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
15201520 pub fn register_network_with_identity (
15211521 origin : OriginFor < T > ,
15221522 hotkey : T :: AccountId ,
@@ -1585,8 +1585,8 @@ mod dispatches {
15851585 /// - Thrown if key has hit transaction rate limit
15861586 #[ pallet:: call_index( 84 ) ]
15871587 #[ pallet:: weight( ( Weight :: from_parts( 358_500_000 , 0 )
1588- . saturating_add( T :: DbWeight :: get( ) . reads( 36_u64 ) )
1589- . saturating_add( T :: DbWeight :: get( ) . writes( 21_u64 ) ) , DispatchClass :: Operational , Pays :: Yes ) ) ]
1588+ . saturating_add( T :: DbWeight :: get( ) . reads( 39_u64 ) )
1589+ . saturating_add( T :: DbWeight :: get( ) . writes( 24_u64 ) ) , DispatchClass :: Operational , Pays :: Yes ) ) ]
15901590 pub fn unstake_all_alpha ( origin : OriginFor < T > , hotkey : T :: AccountId ) -> DispatchResult {
15911591 Self :: do_unstake_all_alpha ( origin, hotkey)
15921592 }
@@ -2326,7 +2326,7 @@ mod dispatches {
23262326 #[ pallet:: call_index( 121 ) ]
23272327 #[ pallet:: weight( (
23282328 Weight :: from_parts( 117_000_000 , 7767 )
2329- . saturating_add( T :: DbWeight :: get( ) . reads( 11_u64 ) )
2329+ . saturating_add( T :: DbWeight :: get( ) . reads( 12_u64 ) )
23302330 . saturating_add( T :: DbWeight :: get( ) . writes( 4_u64 ) ) ,
23312331 DispatchClass :: Normal ,
23322332 Pays :: Yes
@@ -2351,7 +2351,7 @@ mod dispatches {
23512351 ///
23522352 #[ pallet:: call_index( 122 ) ]
23532353 #[ pallet:: weight( (
2354- Weight :: from_parts( 6_000_000 , 0 ) . saturating_add( T :: DbWeight :: get( ) . writes( 1_u64 ) ) ,
2354+ Weight :: from_parts( 19_420_000 , 0 ) . saturating_add( T :: DbWeight :: get( ) . writes( 4_u64 ) ) ,
23552355 DispatchClass :: Normal ,
23562356 Pays :: Yes
23572357 ) ) ]
@@ -2406,7 +2406,7 @@ mod dispatches {
24062406 ///
24072407 #[ pallet:: call_index( 124 ) ]
24082408 #[ pallet:: weight( (
2409- Weight :: from_parts( 4_000_000 , 0 ) . saturating_add( T :: DbWeight :: get( ) . writes( 1_u64 ) ) ,
2409+ Weight :: from_parts( 5_711_000 , 0 ) . saturating_add( T :: DbWeight :: get( ) . writes( 1_u64 ) ) ,
24102410 DispatchClass :: Operational ,
24112411 Pays :: Yes
24122412 ) ) ]
0 commit comments