@@ -623,7 +623,7 @@ mod dispatches {
623
623
/// - Attempting to set prometheus information withing the rate limit min.
624
624
///
625
625
#[ pallet:: call_index( 40 ) ]
626
- #[ pallet:: weight( ( Weight :: from_parts( 41_240_000 , 0 )
626
+ #[ pallet:: weight( ( Weight :: from_parts( 32_530_000 , 0 )
627
627
. saturating_add( T :: DbWeight :: get( ) . reads( 4 ) )
628
628
. saturating_add( T :: DbWeight :: get( ) . writes( 1 ) ) , DispatchClass :: Normal , Pays :: No ) ) ]
629
629
pub fn serve_axon_tls (
@@ -1041,7 +1041,7 @@ mod dispatches {
1041
1041
#[ pallet:: call_index( 59 ) ]
1042
1042
#[ pallet:: weight( ( Weight :: from_parts( 235_400_000 , 0 )
1043
1043
. saturating_add( T :: DbWeight :: get( ) . reads( 36 ) )
1044
- . saturating_add( T :: DbWeight :: get( ) . writes( 52 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
1044
+ . saturating_add( T :: DbWeight :: get( ) . writes( 51_u64 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
1045
1045
pub fn register_network ( origin : OriginFor < T > , hotkey : T :: AccountId ) -> DispatchResult {
1046
1046
Self :: do_register_network ( origin, & hotkey, 1 , None )
1047
1047
}
@@ -1253,7 +1253,7 @@ mod dispatches {
1253
1253
/// - The ip type v4 or v6.
1254
1254
///
1255
1255
#[ pallet:: call_index( 68 ) ]
1256
- #[ pallet:: weight( ( Weight :: from_parts( 30_550_000 , 0 )
1256
+ #[ pallet:: weight( ( Weight :: from_parts( 38_230_000 , 0 )
1257
1257
. saturating_add( T :: DbWeight :: get( ) . reads( 3 ) )
1258
1258
. saturating_add( T :: DbWeight :: get( ) . writes( 1 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
1259
1259
pub fn set_identity (
@@ -1295,7 +1295,7 @@ mod dispatches {
1295
1295
/// * `subnet_contact` (Vec<u8>):
1296
1296
/// - The contact information for the subnet.
1297
1297
#[ pallet:: call_index( 78 ) ]
1298
- #[ pallet:: weight( ( Weight :: from_parts( 18_980_000 , 0 )
1298
+ #[ pallet:: weight( ( Weight :: from_parts( 24_350_000 , 0 )
1299
1299
. saturating_add( T :: DbWeight :: get( ) . reads( 1 ) )
1300
1300
. saturating_add( T :: DbWeight :: get( ) . writes( 1 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
1301
1301
pub fn set_subnet_identity (
@@ -1328,7 +1328,7 @@ mod dispatches {
1328
1328
#[ pallet:: call_index( 79 ) ]
1329
1329
#[ pallet:: weight( ( Weight :: from_parts( 234_200_000 , 0 )
1330
1330
. saturating_add( T :: DbWeight :: get( ) . reads( 35 ) )
1331
- . saturating_add( T :: DbWeight :: get( ) . writes( 51 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
1331
+ . saturating_add( T :: DbWeight :: get( ) . writes( 50_u64 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
1332
1332
pub fn register_network_with_identity (
1333
1333
origin : OriginFor < T > ,
1334
1334
hotkey : T :: AccountId ,
@@ -1989,7 +1989,7 @@ mod dispatches {
1989
1989
/// * commit_reveal_version (`u16`):
1990
1990
/// - The client (bittensor-drand) version
1991
1991
#[ pallet:: call_index( 113 ) ]
1992
- #[ pallet:: weight( ( Weight :: from_parts( 80_690_000 , 0 )
1992
+ #[ pallet:: weight( ( Weight :: from_parts( 63_160_000 , 0 )
1993
1993
. saturating_add( T :: DbWeight :: get( ) . reads( 7_u64 ) )
1994
1994
. saturating_add( T :: DbWeight :: get( ) . writes( 2 ) ) , DispatchClass :: Normal , Pays :: No ) ) ]
1995
1995
pub fn commit_timelocked_weights (
0 commit comments