@@ -120,9 +120,9 @@ mod dispatches {
120
120
/// - On failure for each failed item in the batch.
121
121
///
122
122
#[ pallet:: call_index( 80 ) ]
123
- #[ pallet:: weight( ( Weight :: from_parts( 19_330_000 , 0 )
124
- . saturating_add( T :: DbWeight :: get( ) . reads( 1_u64 ) )
125
- . saturating_add( T :: DbWeight :: get( ) . writes( 0_u64 ) ) , DispatchClass :: Normal , Pays :: No ) ) ]
123
+ #[ pallet:: weight( ( Weight :: from_parts( 95_570_000 , 0 )
124
+ . saturating_add( T :: DbWeight :: get( ) . reads( 14_u64 ) )
125
+ . saturating_add( T :: DbWeight :: get( ) . writes( 2_u64 ) ) , DispatchClass :: Normal , Pays :: No ) ) ]
126
126
pub fn batch_set_weights (
127
127
origin : OriginFor < T > ,
128
128
netuids : Vec < Compact < NetUid > > ,
@@ -906,7 +906,7 @@ mod dispatches {
906
906
907
907
/// Register the hotkey to root network
908
908
#[ pallet:: call_index( 62 ) ]
909
- #[ pallet:: weight( ( Weight :: from_parts( 111_700_000 , 0 )
909
+ #[ pallet:: weight( ( Weight :: from_parts( 142_000_000 , 0 )
910
910
. saturating_add( T :: DbWeight :: get( ) . reads( 23 ) )
911
911
. saturating_add( T :: DbWeight :: get( ) . writes( 20 ) ) , DispatchClass :: Normal , Pays :: No ) ) ]
912
912
pub fn root_register ( origin : OriginFor < T > , hotkey : T :: AccountId ) -> DispatchResult {
@@ -965,7 +965,7 @@ mod dispatches {
965
965
///
966
966
/// Weight is calculated based on the number of database reads and writes.
967
967
#[ pallet:: call_index( 71 ) ]
968
- #[ pallet:: weight( ( Weight :: from_parts( 161_700_000 , 0 )
968
+ #[ pallet:: weight( ( Weight :: from_parts( 209_100_000 , 0 )
969
969
. saturating_add( T :: DbWeight :: get( ) . reads( 14 ) )
970
970
. saturating_add( T :: DbWeight :: get( ) . writes( 9 ) ) , DispatchClass :: Operational , Pays :: No ) ) ]
971
971
pub fn swap_coldkey (
@@ -1193,7 +1193,7 @@ mod dispatches {
1193
1193
1194
1194
/// User register a new subnetwork
1195
1195
#[ pallet:: call_index( 59 ) ]
1196
- #[ pallet:: weight( ( Weight :: from_parts( 235_400_000 , 0 )
1196
+ #[ pallet:: weight( ( Weight :: from_parts( 318_100_000 , 0 )
1197
1197
. saturating_add( T :: DbWeight :: get( ) . reads( 36 ) )
1198
1198
. saturating_add( T :: DbWeight :: get( ) . writes( 52 ) ) , DispatchClass :: Normal , Pays :: No ) ) ]
1199
1199
pub fn register_network ( origin : OriginFor < T > , hotkey : T :: AccountId ) -> DispatchResult {
@@ -2020,7 +2020,7 @@ mod dispatches {
2020
2020
/// Emits a `TokensRecycled` event on success.
2021
2021
#[ pallet:: call_index( 101 ) ]
2022
2022
#[ pallet:: weight( (
2023
- Weight :: from_parts( 92_600_000 , 0 ) . saturating_add( T :: DbWeight :: get( ) . reads_writes( 7 , 4 ) ) ,
2023
+ Weight :: from_parts( 113_400_000 , 0 ) . saturating_add( T :: DbWeight :: get( ) . reads_writes( 7 , 4 ) ) ,
2024
2024
DispatchClass :: Normal ,
2025
2025
Pays :: Yes
2026
2026
) ) ]
@@ -2045,7 +2045,7 @@ mod dispatches {
2045
2045
/// Emits a `TokensBurned` event on success.
2046
2046
#[ pallet:: call_index( 102 ) ]
2047
2047
#[ pallet:: weight( (
2048
- Weight :: from_parts( 90_880_000 , 0 ) . saturating_add( T :: DbWeight :: get( ) . reads_writes( 7 , 3 ) ) ,
2048
+ Weight :: from_parts( 112_200_000 , 0 ) . saturating_add( T :: DbWeight :: get( ) . reads_writes( 7 , 3 ) ) ,
2049
2049
DispatchClass :: Normal ,
2050
2050
Pays :: Yes
2051
2051
) ) ]
@@ -2201,7 +2201,7 @@ mod dispatches {
2201
2201
/// * commit_reveal_version (`u16`):
2202
2202
/// - The client (bittensor-drand) version
2203
2203
#[ pallet:: call_index( 113 ) ]
2204
- #[ pallet:: weight( ( Weight :: from_parts( 64_530_000 , 0 )
2204
+ #[ pallet:: weight( ( Weight :: from_parts( 80_700_000 , 0 )
2205
2205
. saturating_add( T :: DbWeight :: get( ) . reads( 7_u64 ) )
2206
2206
. saturating_add( T :: DbWeight :: get( ) . writes( 2 ) ) , DispatchClass :: Normal , Pays :: No ) ) ]
2207
2207
pub fn commit_timelocked_weights (
0 commit comments