@@ -1030,24 +1030,24 @@ impl pallet_settlement::WeightInfo for SubstrateWeight {
1030
1030
// Storage: Settlement UserAffirmations (r:1 w:0)
1031
1031
// Proof: Settlement UserAffirmations (max_values: None, max_size: Some(66), added: 2541, mode: MaxEncodedLen)
1032
1032
fn valid_caller_portfolio ( ) -> Weight {
1033
- // Minimum execution time: 26_005 nanoseconds.
1034
- Weight :: from_ref_time ( 26_467_000 ) . saturating_add ( DbWeight :: get ( ) . reads ( 2 ) )
1033
+ // Minimum execution time: 23_085 nanoseconds.
1034
+ Weight :: from_ref_time ( 24_816_000 ) . saturating_add ( DbWeight :: get ( ) . reads ( 2 ) )
1035
1035
}
1036
1036
// Storage: Settlement VenueInfo (r:1 w:0)
1037
1037
// Proof: Settlement VenueInfo (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
1038
1038
fn valid_caller_venue ( ) -> Weight {
1039
- // Minimum execution time: 14_417 nanoseconds.
1040
- Weight :: from_ref_time ( 14_605_000 ) . saturating_add ( DbWeight :: get ( ) . reads ( 1 ) )
1039
+ // Minimum execution time: 12_472 nanoseconds.
1040
+ Weight :: from_ref_time ( 14_225_000 ) . saturating_add ( DbWeight :: get ( ) . reads ( 1 ) )
1041
1041
}
1042
1042
// Storage: Settlement InstructionMediatorsAffirmations (r:1 w:0)
1043
1043
// Proof: Settlement InstructionMediatorsAffirmations (max_values: None, max_size: Some(58), added: 2533, mode: MaxEncodedLen)
1044
1044
fn valid_caller_mediator ( ) -> Weight {
1045
- // Minimum execution time: 17_304 nanoseconds.
1046
- Weight :: from_ref_time ( 17_688_000 ) . saturating_add ( DbWeight :: get ( ) . reads ( 1 ) )
1045
+ // Minimum execution time: 15_279 nanoseconds.
1046
+ Weight :: from_ref_time ( 15_612_000 ) . saturating_add ( DbWeight :: get ( ) . reads ( 1 ) )
1047
1047
}
1048
1048
// Storage: Settlement InstructionDetails (r:1 w:1)
1049
1049
// Proof: Settlement InstructionDetails (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
1050
- // Storage: Settlement InstructionMediatorsAffirmations (r:5 w:4 )
1050
+ // Storage: Settlement InstructionMediatorsAffirmations (r:444 w:444 )
1051
1051
// Proof: Settlement InstructionMediatorsAffirmations (max_values: None, max_size: Some(58), added: 2533, mode: MaxEncodedLen)
1052
1052
// Storage: Settlement InstructionLegs (r:0 w:120)
1053
1053
// Proof Skipped: Settlement InstructionLegs (max_values: None, max_size: None, mode: Measured)
@@ -1063,22 +1063,24 @@ impl pallet_settlement::WeightInfo for SubstrateWeight {
1063
1063
// Proof: Settlement AffirmsReceived (max_values: None, max_size: Some(66), added: 2541, mode: MaxEncodedLen)
1064
1064
// Storage: Settlement InstructionLegStatus (r:0 w:120)
1065
1065
// Proof: Settlement InstructionLegStatus (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
1066
- /// The range of component `f` is `[1 , 10]`.
1066
+ /// The range of component `f` is `[0 , 10]`.
1067
1067
/// The range of component `n` is `[0, 100]`.
1068
1068
/// The range of component `o` is `[0, 10]`.
1069
1069
fn prune_instruction ( f : u32 , n : u32 , o : u32 ) -> Weight {
1070
- // Minimum execution time: 196_496 nanoseconds.
1071
- Weight :: from_ref_time ( 18_994_606 )
1072
- // Standard Error: 179_133
1073
- . saturating_add ( Weight :: from_ref_time ( 12_167_762 ) . saturating_mul ( f. into ( ) ) )
1074
- // Standard Error: 16_570
1075
- . saturating_add ( Weight :: from_ref_time ( 10_959_904 ) . saturating_mul ( n. into ( ) ) )
1076
- // Standard Error: 162_267
1077
- . saturating_add ( Weight :: from_ref_time ( 5_137_386 ) . saturating_mul ( o. into ( ) ) )
1078
- . saturating_add ( DbWeight :: get ( ) . reads ( 6 ) )
1070
+ // Minimum execution time: 236_685 nanoseconds.
1071
+ Weight :: from_ref_time ( 15_570_114 )
1072
+ // Standard Error: 192_325
1073
+ . saturating_add ( Weight :: from_ref_time ( 15_112_669 ) . saturating_mul ( f. into ( ) ) )
1074
+ // Standard Error: 19_641
1075
+ . saturating_add ( Weight :: from_ref_time ( 15_658_802 ) . saturating_mul ( n. into ( ) ) )
1076
+ // Standard Error: 192_325
1077
+ . saturating_add ( Weight :: from_ref_time ( 5_224_711 ) . saturating_mul ( o. into ( ) ) )
1078
+ . saturating_add ( DbWeight :: get ( ) . reads ( 5 ) )
1079
+ . saturating_add ( DbWeight :: get ( ) . reads ( ( 4_u64 ) . saturating_mul ( f. into ( ) ) ) )
1080
+ . saturating_add ( DbWeight :: get ( ) . reads ( ( 4_u64 ) . saturating_mul ( n. into ( ) ) ) )
1079
1081
. saturating_add ( DbWeight :: get ( ) . writes ( 7 ) )
1080
- . saturating_add ( DbWeight :: get ( ) . writes ( ( 6_u64 ) . saturating_mul ( f. into ( ) ) ) )
1081
- . saturating_add ( DbWeight :: get ( ) . writes ( ( 6_u64 ) . saturating_mul ( n. into ( ) ) ) )
1082
+ . saturating_add ( DbWeight :: get ( ) . writes ( ( 10_u64 ) . saturating_mul ( f. into ( ) ) ) )
1083
+ . saturating_add ( DbWeight :: get ( ) . writes ( ( 10_u64 ) . saturating_mul ( n. into ( ) ) ) )
1082
1084
. saturating_add ( DbWeight :: get ( ) . writes ( ( 3_u64 ) . saturating_mul ( o. into ( ) ) ) )
1083
1085
}
1084
1086
// Storage: Identity KeyRecords (r:1 w:0)
@@ -1097,18 +1099,18 @@ impl pallet_settlement::WeightInfo for SubstrateWeight {
1097
1099
// Proof: Portfolio PortfolioLockedAssets (max_values: None, max_size: Some(97), added: 2572, mode: MaxEncodedLen)
1098
1100
// Storage: Scheduler Lookup (r:1 w:0)
1099
1101
// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen)
1100
- /// The range of component `f` is `[1 , 10]`.
1102
+ /// The range of component `f` is `[0 , 10]`.
1101
1103
/// The range of component `n` is `[0, 100]`.
1102
1104
/// The range of component `o` is `[0, 10]`.
1103
1105
fn reject_instruction_common ( f : u32 , n : u32 , o : u32 ) -> Weight {
1104
- // Minimum execution time: 282_870 nanoseconds.
1105
- Weight :: from_ref_time ( 93_122_214 )
1106
- // Standard Error: 293_193
1107
- . saturating_add ( Weight :: from_ref_time ( 15_347_713 ) . saturating_mul ( f. into ( ) ) )
1108
- // Standard Error: 27_121
1109
- . saturating_add ( Weight :: from_ref_time ( 15_307_640 ) . saturating_mul ( n. into ( ) ) )
1110
- // Standard Error: 265_588
1111
- . saturating_add ( Weight :: from_ref_time ( 5_795_044 ) . saturating_mul ( o. into ( ) ) )
1106
+ // Minimum execution time: 285_164 nanoseconds.
1107
+ Weight :: from_ref_time ( 41_970_402 )
1108
+ // Standard Error: 144_403
1109
+ . saturating_add ( Weight :: from_ref_time ( 16_977_714 ) . saturating_mul ( f. into ( ) ) )
1110
+ // Standard Error: 14_747
1111
+ . saturating_add ( Weight :: from_ref_time ( 15_564_979 ) . saturating_mul ( n. into ( ) ) )
1112
+ // Standard Error: 144_403
1113
+ . saturating_add ( Weight :: from_ref_time ( 9_071_494 ) . saturating_mul ( o. into ( ) ) )
1112
1114
. saturating_add ( DbWeight :: get ( ) . reads ( 5 ) )
1113
1115
. saturating_add ( DbWeight :: get ( ) . reads ( ( 3_u64 ) . saturating_mul ( f. into ( ) ) ) )
1114
1116
. saturating_add ( DbWeight :: get ( ) . reads ( ( 3_u64 ) . saturating_mul ( n. into ( ) ) ) )
0 commit comments