From b9bda4f62c4cf97ac5390fab3d08ff4d5096f27c Mon Sep 17 00:00:00 2001
From: bgallois <benjamin@gallois.cc>
Date: Wed, 22 Jan 2025 16:59:38 +0100
Subject: [PATCH] regenerate weight and metadata

---
 resources/metadata.scale                      | Bin 149943 -> 152736 bytes
 runtime/common/src/pallets_config.rs          |   1 -
 runtime/g1/src/weights/block_weights.rs       |  18 +--
 runtime/g1/src/weights/extrinsic_weights.rs   |  18 +--
 .../weights/frame_benchmarking_baseline.rs    |  30 ++--
 runtime/g1/src/weights/frame_system.rs        |  52 +++----
 .../g1/src/weights/frame_system_extensions.rs |  34 ++---
 .../src/weights/pallet_authority_members.rs   |  22 +--
 runtime/g1/src/weights/pallet_balances.rs     |  42 +++---
 .../g1/src/weights/pallet_certification.rs    |  42 +++---
 runtime/g1/src/weights/pallet_collective.rs   | 136 ++++++++---------
 runtime/g1/src/weights/pallet_distance.rs     |  50 +++----
 .../g1/src/weights/pallet_duniter_account.rs  |   6 +-
 runtime/g1/src/weights/pallet_identity.rs     | 128 ++++++++--------
 runtime/g1/src/weights/pallet_im_online.rs    |  10 +-
 runtime/g1/src/weights/pallet_membership.rs   |  14 +-
 runtime/g1/src/weights/pallet_multisig.rs     |  76 +++++-----
 .../g1/src/weights/pallet_oneshot_account.rs  |  14 +-
 runtime/g1/src/weights/pallet_preimage.rs     |  64 ++++----
 .../src/weights/pallet_provide_randomness.rs  |  22 +--
 runtime/g1/src/weights/pallet_proxy.rs        |  98 ++++++------
 runtime/g1/src/weights/pallet_scheduler.rs    |  98 ++++++------
 runtime/g1/src/weights/pallet_session.rs      |  10 +-
 .../g1/src/weights/pallet_smith_members.rs    |  22 +--
 runtime/g1/src/weights/pallet_sudo.rs         |  22 +--
 runtime/g1/src/weights/pallet_timestamp.rs    |  10 +-
 .../src/weights/pallet_transaction_payment.rs |   6 +-
 runtime/g1/src/weights/pallet_treasury.rs     |  26 ++--
 .../src/weights/pallet_universal_dividend.rs  |  26 ++--
 .../g1/src/weights/pallet_upgrade_origin.rs   |   6 +-
 runtime/g1/src/weights/pallet_utility.rs      |  34 ++---
 runtime/g1/src/weights/paritydb_weights.rs    |  34 ++---
 runtime/gdev/src/weights/block_weights.rs     |  18 +--
 runtime/gdev/src/weights/extrinsic_weights.rs |  18 +--
 .../weights/frame_benchmarking_baseline.rs    |  30 ++--
 runtime/gdev/src/weights/frame_system.rs      |  54 +++----
 .../src/weights/frame_system_extensions.rs    |  34 ++---
 .../src/weights/pallet_authority_members.rs   |  22 +--
 runtime/gdev/src/weights/pallet_balances.rs   |  42 +++---
 .../gdev/src/weights/pallet_certification.rs  |  40 ++---
 runtime/gdev/src/weights/pallet_collective.rs | 138 ++++++++---------
 runtime/gdev/src/weights/pallet_distance.rs   |  50 +++----
 .../src/weights/pallet_duniter_account.rs     |   6 +-
 runtime/gdev/src/weights/pallet_identity.rs   |  78 +++++-----
 runtime/gdev/src/weights/pallet_im_online.rs  |  10 +-
 runtime/gdev/src/weights/pallet_membership.rs |  14 +-
 runtime/gdev/src/weights/pallet_multisig.rs   |  76 +++++-----
 .../src/weights/pallet_oneshot_account.rs     |  14 +-
 runtime/gdev/src/weights/pallet_preimage.rs   |  64 ++++----
 .../src/weights/pallet_provide_randomness.rs  |  22 +--
 runtime/gdev/src/weights/pallet_proxy.rs      |  98 ++++++------
 runtime/gdev/src/weights/pallet_quota.rs      |  30 ++--
 runtime/gdev/src/weights/pallet_scheduler.rs  |  94 ++++++------
 runtime/gdev/src/weights/pallet_session.rs    |  10 +-
 .../gdev/src/weights/pallet_smith_members.rs  |  22 +--
 runtime/gdev/src/weights/pallet_sudo.rs       |  22 +--
 runtime/gdev/src/weights/pallet_timestamp.rs  |  10 +-
 .../src/weights/pallet_transaction_payment.rs |   6 +-
 runtime/gdev/src/weights/pallet_treasury.rs   |  26 ++--
 .../src/weights/pallet_universal_dividend.rs  |  22 ++-
 .../gdev/src/weights/pallet_upgrade_origin.rs |   6 +-
 runtime/gdev/src/weights/pallet_utility.rs    |  34 ++---
 runtime/gdev/src/weights/paritydb_weights.rs  |  34 ++---
 runtime/gtest/src/weights/block_weights.rs    |  18 +--
 .../gtest/src/weights/extrinsic_weights.rs    |  18 +--
 .../weights/frame_benchmarking_baseline.rs    |  26 ++--
 runtime/gtest/src/weights/frame_system.rs     |  52 +++----
 .../src/weights/frame_system_extensions.rs    |  34 ++---
 .../src/weights/pallet_authority_members.rs   |  22 +--
 runtime/gtest/src/weights/pallet_balances.rs  |  42 +++---
 .../gtest/src/weights/pallet_certification.rs |  40 ++---
 .../gtest/src/weights/pallet_collective.rs    | 140 +++++++++---------
 runtime/gtest/src/weights/pallet_distance.rs  |  50 +++----
 .../src/weights/pallet_duniter_account.rs     |   6 +-
 runtime/gtest/src/weights/pallet_identity.rs  | 128 ++++++++--------
 runtime/gtest/src/weights/pallet_im_online.rs |  10 +-
 .../gtest/src/weights/pallet_membership.rs    |  14 +-
 runtime/gtest/src/weights/pallet_multisig.rs  |  72 ++++-----
 .../src/weights/pallet_oneshot_account.rs     |  14 +-
 runtime/gtest/src/weights/pallet_preimage.rs  |  64 ++++----
 .../src/weights/pallet_provide_randomness.rs  |  22 +--
 runtime/gtest/src/weights/pallet_proxy.rs     |  98 ++++++------
 runtime/gtest/src/weights/pallet_scheduler.rs |  96 ++++++------
 runtime/gtest/src/weights/pallet_session.rs   |  10 +-
 .../gtest/src/weights/pallet_smith_members.rs |  22 +--
 runtime/gtest/src/weights/pallet_sudo.rs      |  22 +--
 runtime/gtest/src/weights/pallet_timestamp.rs |  10 +-
 .../src/weights/pallet_transaction_payment.rs |   6 +-
 runtime/gtest/src/weights/pallet_treasury.rs  |  26 ++--
 .../src/weights/pallet_universal_dividend.rs  |  22 ++-
 .../src/weights/pallet_upgrade_origin.rs      |   6 +-
 runtime/gtest/src/weights/pallet_utility.rs   |  34 ++---
 runtime/gtest/src/weights/paritydb_weights.rs |  34 ++---
 93 files changed, 1729 insertions(+), 1744 deletions(-)

diff --git a/resources/metadata.scale b/resources/metadata.scale
index aa2d5ecb9c31af40b6dae44102204e3278748bb9..430bae89f08fbcf6bcf656bfc6f26516d767119b 100644
GIT binary patch
delta 12549
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
No|pM2p{P$K{BO#-EBF8a

delta 10115
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
PsV48=o3vu~ZiDncKkoxp

diff --git a/runtime/common/src/pallets_config.rs b/runtime/common/src/pallets_config.rs
index c7541637..04fa45d0 100644
--- a/runtime/common/src/pallets_config.rs
+++ b/runtime/common/src/pallets_config.rs
@@ -533,7 +533,6 @@ macro_rules! pallets_config {
         }
         impl pallet_collective::Config<Instance2> for Runtime {
             type Consideration = ();
-            // TODO
             #[cfg(not(feature = "runtime-benchmarks"))]
             type DefaultVote = TechnicalCommitteeDefaultVote;
             #[cfg(feature = "runtime-benchmarks")]
diff --git a/runtime/g1/src/weights/block_weights.rs b/runtime/g1/src/weights/block_weights.rs
index 64eab7e2..3feae790 100644
--- a/runtime/g1/src/weights/block_weights.rs
+++ b/runtime/g1/src/weights/block_weights.rs
@@ -1,6 +1,6 @@
 
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21 (Y/M/D)
+//! DATE: 2025-01-22 (Y/M/D)
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //!
 //! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Äž1 Local Testnet`
@@ -26,17 +26,17 @@ parameter_types! {
 	/// Calculated by multiplying the *Average* with `1.0` and adding `0`.
 	///
 	/// Stats nanoseconds:
-	///   Min, Max: 119_278, 198_365
-	///   Average:  128_839
-	///   Median:   127_206
-	///   Std-Dev:  8628.35
+	///   Min, Max: 125_923, 217_836
+	///   Average:  139_166
+	///   Median:   136_303
+	///   Std-Dev:  12539.66
 	///
 	/// Percentiles nanoseconds:
-	///   99th: 147_185
-	///   95th: 138_982
-	///   75th: 128_451
+	///   99th: 185_772
+	///   95th: 169_501
+	///   75th: 138_599
 	pub const BlockExecutionWeight: Weight =
-		Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(128_839), 0);
+		Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(139_166), 0);
 }
 
 #[cfg(test)]
diff --git a/runtime/g1/src/weights/extrinsic_weights.rs b/runtime/g1/src/weights/extrinsic_weights.rs
index 85a75cec..cba0c458 100644
--- a/runtime/g1/src/weights/extrinsic_weights.rs
+++ b/runtime/g1/src/weights/extrinsic_weights.rs
@@ -1,6 +1,6 @@
 
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21 (Y/M/D)
+//! DATE: 2025-01-22 (Y/M/D)
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //!
 //! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Äž1 Local Testnet`
@@ -26,17 +26,17 @@ parameter_types! {
 	/// Calculated by multiplying the *Average* with `1.0` and adding `0`.
 	///
 	/// Stats nanoseconds:
-	///   Min, Max: 92_980, 95_606
-	///   Average:  93_705
-	///   Median:   93_272
-	///   Std-Dev:  837.33
+	///   Min, Max: 98_996, 121_920
+	///   Average:  102_226
+	///   Median:   102_046
+	///   Std-Dev:  3295.79
 	///
 	/// Percentiles nanoseconds:
-	///   99th: 95_555
-	///   95th: 95_312
-	///   75th: 93_768
+	///   99th: 112_599
+	///   95th: 107_527
+	///   75th: 103_245
 	pub const ExtrinsicBaseWeight: Weight =
-		Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(93_705), 0);
+		Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(102_226), 0);
 }
 
 #[cfg(test)]
diff --git a/runtime/g1/src/weights/frame_benchmarking_baseline.rs b/runtime/g1/src/weights/frame_benchmarking_baseline.rs
index f656d348..6155282d 100644
--- a/runtime/g1/src/weights/frame_benchmarking_baseline.rs
+++ b/runtime/g1/src/weights/frame_benchmarking_baseline.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `frame_benchmarking::baseline`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -52,8 +52,8 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 82_000 picoseconds.
-		Weight::from_parts(118_216, 0)
+		// Minimum execution time: 83_000 picoseconds.
+		Weight::from_parts(124_492, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// The range of component `i` is `[0, 1000000]`.
@@ -61,8 +61,8 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 80_000 picoseconds.
-		Weight::from_parts(116_803, 0)
+		// Minimum execution time: 83_000 picoseconds.
+		Weight::from_parts(125_005, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// The range of component `i` is `[0, 1000000]`.
@@ -70,8 +70,8 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 82_000 picoseconds.
-		Weight::from_parts(116_267, 0)
+		// Minimum execution time: 85_000 picoseconds.
+		Weight::from_parts(126_717, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// The range of component `i` is `[0, 1000000]`.
@@ -79,16 +79,16 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 82_000 picoseconds.
-		Weight::from_parts(117_126, 0)
+		// Minimum execution time: 84_000 picoseconds.
+		Weight::from_parts(135_458, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	fn hashing() -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 19_617_546_000 picoseconds.
-		Weight::from_parts(19_710_592_000, 0)
+		// Minimum execution time: 19_567_598_000 picoseconds.
+		Weight::from_parts(19_638_329_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// The range of component `i` is `[0, 100]`.
@@ -96,10 +96,10 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 96_000 picoseconds.
-		Weight::from_parts(27_044_458, 0)
+		// Minimum execution time: 95_000 picoseconds.
+		Weight::from_parts(24_280_304, 0)
 			.saturating_add(Weight::from_parts(0, 0))
-			// Standard Error: 15_347
-			.saturating_add(Weight::from_parts(31_181_542, 0).saturating_mul(i.into()))
+			// Standard Error: 14_286
+			.saturating_add(Weight::from_parts(35_898_884, 0).saturating_mul(i.into()))
 	}
 }
diff --git a/runtime/g1/src/weights/frame_system.rs b/runtime/g1/src/weights/frame_system.rs
index d2356d7c..aa8c74e1 100644
--- a/runtime/g1/src/weights/frame_system.rs
+++ b/runtime/g1/src/weights/frame_system.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `frame_system`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -52,22 +52,22 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 1_993_000 picoseconds.
-		Weight::from_parts(2_100_000, 0)
+		// Minimum execution time: 1_948_000 picoseconds.
+		Weight::from_parts(728_929, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 			// Standard Error: 0
-			.saturating_add(Weight::from_parts(247, 0).saturating_mul(b.into()))
+			.saturating_add(Weight::from_parts(256, 0).saturating_mul(b.into()))
 	}
 	/// The range of component `b` is `[0, 3932160]`.
 	fn remark_with_event(b: u32, ) -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 4_984_000 picoseconds.
-		Weight::from_parts(5_072_000, 0)
+		// Minimum execution time: 5_097_000 picoseconds.
+		Weight::from_parts(5_194_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 			// Standard Error: 0
-			.saturating_add(Weight::from_parts(1_037, 0).saturating_mul(b.into()))
+			.saturating_add(Weight::from_parts(1_036, 0).saturating_mul(b.into()))
 	}
 	/// Storage: UNKNOWN KEY `0x3a686561707061676573` (r:0 w:1)
 	/// Proof: UNKNOWN KEY `0x3a686561707061676573` (r:0 w:1)
@@ -75,8 +75,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 3_402_000 picoseconds.
-		Weight::from_parts(3_565_000, 0)
+		// Minimum execution time: 3_343_000 picoseconds.
+		Weight::from_parts(3_623_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -86,8 +86,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 75_501_456_000 picoseconds.
-		Weight::from_parts(75_753_048_000, 0)
+		// Minimum execution time: 75_320_180_000 picoseconds.
+		Weight::from_parts(75_665_532_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -98,11 +98,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 1_968_000 picoseconds.
-		Weight::from_parts(2_061_000, 0)
+		// Minimum execution time: 2_020_000 picoseconds.
+		Weight::from_parts(2_084_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
-			// Standard Error: 469
-			.saturating_add(Weight::from_parts(561_332, 0).saturating_mul(i.into()))
+			// Standard Error: 605
+			.saturating_add(Weight::from_parts(570_148, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
 	}
 	/// Storage: `Skipped::Metadata` (r:0 w:0)
@@ -113,10 +113,10 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
 		//  Measured:  `0`
 		//  Estimated: `0`
 		// Minimum execution time: 1_909_000 picoseconds.
-		Weight::from_parts(2_084_000, 0)
+		Weight::from_parts(1_971_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
-			// Standard Error: 747
-			.saturating_add(Weight::from_parts(448_561, 0).saturating_mul(i.into()))
+			// Standard Error: 779
+			.saturating_add(Weight::from_parts(452_893, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
 	}
 	/// Storage: `Skipped::Metadata` (r:0 w:0)
@@ -126,11 +126,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `77 + p * (69 ±0)`
 		//  Estimated: `75 + p * (70 ±0)`
-		// Minimum execution time: 3_549_000 picoseconds.
-		Weight::from_parts(3_715_000, 0)
+		// Minimum execution time: 3_660_000 picoseconds.
+		Weight::from_parts(3_807_000, 0)
 			.saturating_add(Weight::from_parts(0, 75))
-			// Standard Error: 869
-			.saturating_add(Weight::from_parts(1_026_061, 0).saturating_mul(p.into()))
+			// Standard Error: 802
+			.saturating_add(Weight::from_parts(1_032_954, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
 			.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
 			.saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into()))
@@ -141,8 +141,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 8_100_000 picoseconds.
-		Weight::from_parts(9_352_000, 0)
+		// Minimum execution time: 8_256_000 picoseconds.
+		Weight::from_parts(9_051_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -154,8 +154,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `22`
 		//  Estimated: `1518`
-		// Minimum execution time: 79_768_850_000 picoseconds.
-		Weight::from_parts(80_341_422_000, 0)
+		// Minimum execution time: 79_556_651_000 picoseconds.
+		Weight::from_parts(80_295_270_000, 0)
 			.saturating_add(Weight::from_parts(0, 1518))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(2))
diff --git a/runtime/g1/src/weights/frame_system_extensions.rs b/runtime/g1/src/weights/frame_system_extensions.rs
index 4c976064..3842af01 100644
--- a/runtime/g1/src/weights/frame_system_extensions.rs
+++ b/runtime/g1/src/weights/frame_system_extensions.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `frame_system_extensions`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -51,32 +51,32 @@ impl<T: frame_system::Config> frame_system::ExtensionsWeightInfo for WeightInfo<
 		// Proof Size summary in bytes:
 		//  Measured:  `30`
 		//  Estimated: `0`
-		// Minimum execution time: 2_498_000 picoseconds.
-		Weight::from_parts(2_698_000, 0)
+		// Minimum execution time: 2_560_000 picoseconds.
+		Weight::from_parts(2_739_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	fn check_mortality_mortal_transaction() -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `68`
 		//  Estimated: `0`
-		// Minimum execution time: 5_161_000 picoseconds.
-		Weight::from_parts(5_482_000, 0)
+		// Minimum execution time: 5_124_000 picoseconds.
+		Weight::from_parts(5_512_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	fn check_mortality_immortal_transaction() -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `68`
 		//  Estimated: `0`
-		// Minimum execution time: 5_136_000 picoseconds.
-		Weight::from_parts(5_320_000, 0)
+		// Minimum execution time: 5_207_000 picoseconds.
+		Weight::from_parts(5_544_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	fn check_non_zero_sender() -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 393_000 picoseconds.
-		Weight::from_parts(439_000, 0)
+		// Minimum execution time: 458_000 picoseconds.
+		Weight::from_parts(495_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// Storage: `System::Account` (r:1 w:1)
@@ -85,8 +85,8 @@ impl<T: frame_system::Config> frame_system::ExtensionsWeightInfo for WeightInfo<
 		// Proof Size summary in bytes:
 		//  Measured:  `61`
 		//  Estimated: `3558`
-		// Minimum execution time: 5_790_000 picoseconds.
-		Weight::from_parts(6_052_000, 0)
+		// Minimum execution time: 5_842_000 picoseconds.
+		Weight::from_parts(6_123_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -95,24 +95,24 @@ impl<T: frame_system::Config> frame_system::ExtensionsWeightInfo for WeightInfo<
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 279_000 picoseconds.
-		Weight::from_parts(335_000, 0)
+		// Minimum execution time: 298_000 picoseconds.
+		Weight::from_parts(363_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	fn check_tx_version() -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 299_000 picoseconds.
-		Weight::from_parts(341_000, 0)
+		// Minimum execution time: 307_000 picoseconds.
+		Weight::from_parts(340_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	fn check_weight() -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 3_398_000 picoseconds.
-		Weight::from_parts(3_662_000, 0)
+		// Minimum execution time: 3_362_000 picoseconds.
+		Weight::from_parts(3_598_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 }
diff --git a/runtime/g1/src/weights/pallet_authority_members.rs b/runtime/g1/src/weights/pallet_authority_members.rs
index c3f16cb6..e51b40ee 100644
--- a/runtime/g1/src/weights/pallet_authority_members.rs
+++ b/runtime/g1/src/weights/pallet_authority_members.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_authority_members`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -63,8 +63,8 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf
 		// Proof Size summary in bytes:
 		//  Measured:  `867`
 		//  Estimated: `4332`
-		// Minimum execution time: 23_426_000 picoseconds.
-		Weight::from_parts(24_912_000, 0)
+		// Minimum execution time: 22_951_000 picoseconds.
+		Weight::from_parts(24_337_000, 0)
 			.saturating_add(Weight::from_parts(0, 4332))
 			.saturating_add(T::DbWeight::get().reads(6))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -89,8 +89,8 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf
 		// Proof Size summary in bytes:
 		//  Measured:  `1323`
 		//  Estimated: `4788`
-		// Minimum execution time: 33_931_000 picoseconds.
-		Weight::from_parts(35_254_000, 0)
+		// Minimum execution time: 33_463_000 picoseconds.
+		Weight::from_parts(36_083_000, 0)
 			.saturating_add(Weight::from_parts(0, 4788))
 			.saturating_add(T::DbWeight::get().reads(8))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -111,8 +111,8 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf
 		// Proof Size summary in bytes:
 		//  Measured:  `1772`
 		//  Estimated: `12662`
-		// Minimum execution time: 41_766_000 picoseconds.
-		Weight::from_parts(43_297_000, 0)
+		// Minimum execution time: 41_785_000 picoseconds.
+		Weight::from_parts(43_672_000, 0)
 			.saturating_add(Weight::from_parts(0, 12662))
 			.saturating_add(T::DbWeight::get().reads(8))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -135,8 +135,8 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf
 		// Proof Size summary in bytes:
 		//  Measured:  `847`
 		//  Estimated: `4312`
-		// Minimum execution time: 37_493_000 picoseconds.
-		Weight::from_parts(39_424_000, 0)
+		// Minimum execution time: 37_168_000 picoseconds.
+		Weight::from_parts(39_509_000, 0)
 			.saturating_add(Weight::from_parts(0, 4312))
 			.saturating_add(T::DbWeight::get().reads(6))
 			.saturating_add(T::DbWeight::get().writes(10))
@@ -147,8 +147,8 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf
 		// Proof Size summary in bytes:
 		//  Measured:  `199`
 		//  Estimated: `1684`
-		// Minimum execution time: 9_168_000 picoseconds.
-		Weight::from_parts(9_596_000, 0)
+		// Minimum execution time: 9_406_000 picoseconds.
+		Weight::from_parts(9_759_000, 0)
 			.saturating_add(Weight::from_parts(0, 1684))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
diff --git a/runtime/g1/src/weights/pallet_balances.rs b/runtime/g1/src/weights/pallet_balances.rs
index a7342443..6f7898d7 100644
--- a/runtime/g1/src/weights/pallet_balances.rs
+++ b/runtime/g1/src/weights/pallet_balances.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_balances`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `63`
 		//  Estimated: `6126`
-		// Minimum execution time: 49_790_000 picoseconds.
-		Weight::from_parts(50_739_000, 0)
+		// Minimum execution time: 50_236_000 picoseconds.
+		Weight::from_parts(52_062_000, 0)
 			.saturating_add(Weight::from_parts(0, 6126))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `3558`
-		// Minimum execution time: 30_985_000 picoseconds.
-		Weight::from_parts(31_926_000, 0)
+		// Minimum execution time: 31_259_000 picoseconds.
+		Weight::from_parts(32_336_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -77,8 +77,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `134`
 		//  Estimated: `3558`
-		// Minimum execution time: 11_490_000 picoseconds.
-		Weight::from_parts(12_001_000, 0)
+		// Minimum execution time: 11_697_000 picoseconds.
+		Weight::from_parts(12_246_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -89,8 +89,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `134`
 		//  Estimated: `3558`
-		// Minimum execution time: 17_365_000 picoseconds.
-		Weight::from_parts(17_998_000, 0)
+		// Minimum execution time: 17_376_000 picoseconds.
+		Weight::from_parts(18_199_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -101,8 +101,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `126`
 		//  Estimated: `8694`
-		// Minimum execution time: 50_914_000 picoseconds.
-		Weight::from_parts(52_376_000, 0)
+		// Minimum execution time: 52_345_000 picoseconds.
+		Weight::from_parts(53_198_000, 0)
 			.saturating_add(Weight::from_parts(0, 8694))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(3))
@@ -113,8 +113,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `3558`
-		// Minimum execution time: 38_013_000 picoseconds.
-		Weight::from_parts(39_165_000, 0)
+		// Minimum execution time: 38_384_000 picoseconds.
+		Weight::from_parts(39_338_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -125,8 +125,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `134`
 		//  Estimated: `3558`
-		// Minimum execution time: 13_772_000 picoseconds.
-		Weight::from_parts(14_441_000, 0)
+		// Minimum execution time: 13_963_000 picoseconds.
+		Weight::from_parts(14_665_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -135,8 +135,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 5_523_000 picoseconds.
-		Weight::from_parts(5_768_000, 0)
+		// Minimum execution time: 5_389_000 picoseconds.
+		Weight::from_parts(5_799_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// Storage: `System::Account` (r:1 w:1)
@@ -145,8 +145,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `63`
 		//  Estimated: `3558`
-		// Minimum execution time: 35_115_000 picoseconds.
-		Weight::from_parts(36_163_000, 0)
+		// Minimum execution time: 36_317_000 picoseconds.
+		Weight::from_parts(38_998_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -155,8 +155,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 16_320_000 picoseconds.
-		Weight::from_parts(16_688_000, 0)
+		// Minimum execution time: 16_826_000 picoseconds.
+		Weight::from_parts(17_171_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 }
diff --git a/runtime/g1/src/weights/pallet_certification.rs b/runtime/g1/src/weights/pallet_certification.rs
index 655eef4b..75afeb55 100644
--- a/runtime/g1/src/weights/pallet_certification.rs
+++ b/runtime/g1/src/weights/pallet_certification.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_certification`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `996`
 		//  Estimated: `6936`
-		// Minimum execution time: 39_061_000 picoseconds.
-		Weight::from_parts(40_849_000, 0)
+		// Minimum execution time: 40_444_000 picoseconds.
+		Weight::from_parts(42_149_000, 0)
 			.saturating_add(Weight::from_parts(0, 6936))
 			.saturating_add(T::DbWeight::get().reads(7))
 			.saturating_add(T::DbWeight::get().writes(4))
@@ -81,8 +81,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `1019`
 		//  Estimated: `6959`
-		// Minimum execution time: 35_413_000 picoseconds.
-		Weight::from_parts(37_205_000, 0)
+		// Minimum execution time: 36_366_000 picoseconds.
+		Weight::from_parts(37_863_000, 0)
 			.saturating_add(Weight::from_parts(0, 6959))
 			.saturating_add(T::DbWeight::get().reads(6))
 			.saturating_add(T::DbWeight::get().writes(3))
@@ -121,8 +121,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `2169`
 		//  Estimated: `15534`
-		// Minimum execution time: 117_330_000 picoseconds.
-		Weight::from_parts(120_766_000, 0)
+		// Minimum execution time: 121_099_000 picoseconds.
+		Weight::from_parts(126_760_000, 0)
 			.saturating_add(Weight::from_parts(0, 15534))
 			.saturating_add(T::DbWeight::get().reads(20))
 			.saturating_add(T::DbWeight::get().writes(22))
@@ -138,11 +138,11 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `579 + i * (35 ±0)`
 		//  Estimated: `4049 + i * (2511 ±0)`
-		// Minimum execution time: 26_445_000 picoseconds.
-		Weight::from_parts(3_060_613, 0)
+		// Minimum execution time: 27_537_000 picoseconds.
+		Weight::from_parts(10_475_669, 0)
 			.saturating_add(Weight::from_parts(0, 4049))
-			// Standard Error: 4_208
-			.saturating_add(Weight::from_parts(4_398_691, 0).saturating_mul(i.into()))
+			// Standard Error: 5_467
+			.saturating_add(Weight::from_parts(4_345_461, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into())))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -155,8 +155,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `138`
 		//  Estimated: `3603`
-		// Minimum execution time: 3_406_000 picoseconds.
-		Weight::from_parts(3_619_000, 0)
+		// Minimum execution time: 3_368_000 picoseconds.
+		Weight::from_parts(3_590_000, 0)
 			.saturating_add(Weight::from_parts(0, 3603))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
@@ -166,8 +166,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `275`
 		//  Estimated: `3740`
-		// Minimum execution time: 5_212_000 picoseconds.
-		Weight::from_parts(5_611_000, 0)
+		// Minimum execution time: 5_355_000 picoseconds.
+		Weight::from_parts(5_895_000, 0)
 			.saturating_add(Weight::from_parts(0, 3740))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -182,8 +182,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `711`
 		//  Estimated: `6651`
-		// Minimum execution time: 24_036_000 picoseconds.
-		Weight::from_parts(24_703_000, 0)
+		// Minimum execution time: 24_043_000 picoseconds.
+		Weight::from_parts(24_691_000, 0)
 			.saturating_add(Weight::from_parts(0, 6651))
 			.saturating_add(T::DbWeight::get().reads(4))
 			.saturating_add(T::DbWeight::get().writes(3))
@@ -199,11 +199,11 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `543 + i * (35 ±0)`
 		//  Estimated: `4016 + i * (2511 ±0)`
-		// Minimum execution time: 24_502_000 picoseconds.
-		Weight::from_parts(20_765_499, 0)
+		// Minimum execution time: 24_096_000 picoseconds.
+		Weight::from_parts(20_925_327, 0)
 			.saturating_add(Weight::from_parts(0, 4016))
-			// Standard Error: 4_611
-			.saturating_add(Weight::from_parts(4_044_399, 0).saturating_mul(i.into()))
+			// Standard Error: 4_534
+			.saturating_add(Weight::from_parts(3_964_735, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into())))
 			.saturating_add(T::DbWeight::get().writes(1))
diff --git a/runtime/g1/src/weights/pallet_collective.rs b/runtime/g1/src/weights/pallet_collective.rs
index 101b58cf..7f43f7ba 100644
--- a/runtime/g1/src/weights/pallet_collective.rs
+++ b/runtime/g1/src/weights/pallet_collective.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_collective`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -62,13 +62,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0 + m * (672 ±0) + p * (3191 ±0)`
 		//  Estimated: `10019 + m * (416 ±4) + p * (4183 ±23)`
-		// Minimum execution time: 12_018_000 picoseconds.
-		Weight::from_parts(12_344_000, 0)
+		// Minimum execution time: 12_069_000 picoseconds.
+		Weight::from_parts(12_285_000, 0)
 			.saturating_add(Weight::from_parts(0, 10019))
-			// Standard Error: 11_360
-			.saturating_add(Weight::from_parts(804_173, 0).saturating_mul(m.into()))
-			// Standard Error: 56_159
-			.saturating_add(Weight::from_parts(7_269_730, 0).saturating_mul(p.into()))
+			// Standard Error: 14_795
+			.saturating_add(Weight::from_parts(1_008_800, 0).saturating_mul(m.into()))
+			// Standard Error: 73_138
+			.saturating_add(Weight::from_parts(7_874_939, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -84,13 +84,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `32 + m * (32 ±0)`
 		//  Estimated: `1518 + m * (32 ±0)`
-		// Minimum execution time: 11_359_000 picoseconds.
-		Weight::from_parts(11_006_047, 0)
+		// Minimum execution time: 11_326_000 picoseconds.
+		Weight::from_parts(10_737_955, 0)
 			.saturating_add(Weight::from_parts(0, 1518))
-			// Standard Error: 29
-			.saturating_add(Weight::from_parts(1_282, 0).saturating_mul(b.into()))
-			// Standard Error: 299
-			.saturating_add(Weight::from_parts(12_082, 0).saturating_mul(m.into()))
+			// Standard Error: 28
+			.saturating_add(Weight::from_parts(1_439, 0).saturating_mul(b.into()))
+			// Standard Error: 294
+			.saturating_add(Weight::from_parts(13_153, 0).saturating_mul(m.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into()))
 	}
@@ -104,13 +104,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `32 + m * (32 ±0)`
 		//  Estimated: `3498 + m * (32 ±0)`
-		// Minimum execution time: 13_498_000 picoseconds.
-		Weight::from_parts(12_977_576, 0)
+		// Minimum execution time: 13_664_000 picoseconds.
+		Weight::from_parts(13_031_494, 0)
 			.saturating_add(Weight::from_parts(0, 3498))
 			// Standard Error: 39
-			.saturating_add(Weight::from_parts(1_569, 0).saturating_mul(b.into()))
-			// Standard Error: 405
-			.saturating_add(Weight::from_parts(21_866, 0).saturating_mul(m.into()))
+			.saturating_add(Weight::from_parts(1_455, 0).saturating_mul(b.into()))
+			// Standard Error: 406
+			.saturating_add(Weight::from_parts(21_406, 0).saturating_mul(m.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into()))
 	}
@@ -131,15 +131,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `24 + m * (32 ±0) + p * (55 ±0)`
 		//  Estimated: `3461 + m * (32 ±0) + p * (54 ±0)`
-		// Minimum execution time: 18_272_000 picoseconds.
-		Weight::from_parts(16_228_863, 0)
+		// Minimum execution time: 18_449_000 picoseconds.
+		Weight::from_parts(17_535_525, 0)
 			.saturating_add(Weight::from_parts(0, 3461))
-			// Standard Error: 94
-			.saturating_add(Weight::from_parts(3_200, 0).saturating_mul(b.into()))
-			// Standard Error: 981
-			.saturating_add(Weight::from_parts(22_310, 0).saturating_mul(m.into()))
-			// Standard Error: 4_904
-			.saturating_add(Weight::from_parts(301_310, 0).saturating_mul(p.into()))
+			// Standard Error: 70
+			.saturating_add(Weight::from_parts(2_311, 0).saturating_mul(b.into()))
+			// Standard Error: 733
+			.saturating_add(Weight::from_parts(20_026, 0).saturating_mul(m.into()))
+			// Standard Error: 3_666
+			.saturating_add(Weight::from_parts(283_197, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(4))
 			.saturating_add(T::DbWeight::get().writes(4))
 			.saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into()))
@@ -154,11 +154,11 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `573 + m * (64 ±0)`
 		//  Estimated: `4037 + m * (64 ±0)`
-		// Minimum execution time: 17_379_000 picoseconds.
-		Weight::from_parts(19_035_367, 0)
+		// Minimum execution time: 17_102_000 picoseconds.
+		Weight::from_parts(18_044_832, 0)
 			.saturating_add(Weight::from_parts(0, 4037))
-			// Standard Error: 1_093
-			.saturating_add(Weight::from_parts(29_856, 0).saturating_mul(m.into()))
+			// Standard Error: 703
+			.saturating_add(Weight::from_parts(36_611, 0).saturating_mul(m.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
 			.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
@@ -177,13 +177,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `117 + m * (64 ±0) + p * (55 ±0)`
 		//  Estimated: `3591 + m * (64 ±0) + p * (55 ±0)`
-		// Minimum execution time: 21_617_000 picoseconds.
-		Weight::from_parts(19_985_990, 0)
+		// Minimum execution time: 21_069_000 picoseconds.
+		Weight::from_parts(19_465_388, 0)
 			.saturating_add(Weight::from_parts(0, 3591))
-			// Standard Error: 1_822
-			.saturating_add(Weight::from_parts(28_554, 0).saturating_mul(m.into()))
-			// Standard Error: 9_001
-			.saturating_add(Weight::from_parts(305_267, 0).saturating_mul(p.into()))
+			// Standard Error: 618
+			.saturating_add(Weight::from_parts(34_162, 0).saturating_mul(m.into()))
+			// Standard Error: 3_056
+			.saturating_add(Weight::from_parts(253_129, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(3))
 			.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
@@ -204,15 +204,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `62 + b * (1 ±0) + m * (64 ±0) + p * (78 ±0)`
 		//  Estimated: `3619 + b * (1 ±0) + m * (63 ±0) + p * (74 ±0)`
-		// Minimum execution time: 31_202_000 picoseconds.
-		Weight::from_parts(29_619_251, 0)
+		// Minimum execution time: 29_474_000 picoseconds.
+		Weight::from_parts(28_613_906, 0)
 			.saturating_add(Weight::from_parts(0, 3619))
-			// Standard Error: 219
-			.saturating_add(Weight::from_parts(2_859, 0).saturating_mul(b.into()))
-			// Standard Error: 2_314
-			.saturating_add(Weight::from_parts(14_227, 0).saturating_mul(m.into()))
-			// Standard Error: 11_419
-			.saturating_add(Weight::from_parts(412_254, 0).saturating_mul(p.into()))
+			// Standard Error: 171
+			.saturating_add(Weight::from_parts(2_340, 0).saturating_mul(b.into()))
+			// Standard Error: 1_809
+			.saturating_add(Weight::from_parts(9_999, 0).saturating_mul(m.into()))
+			// Standard Error: 8_928
+			.saturating_add(Weight::from_parts(464_289, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(4))
 			.saturating_add(T::DbWeight::get().writes(3))
 			.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
@@ -235,13 +235,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `137 + m * (64 ±0) + p * (55 ±0)`
 		//  Estimated: `3611 + m * (64 ±0) + p * (55 ±0)`
-		// Minimum execution time: 23_220_000 picoseconds.
-		Weight::from_parts(21_700_141, 0)
+		// Minimum execution time: 22_965_000 picoseconds.
+		Weight::from_parts(21_434_415, 0)
 			.saturating_add(Weight::from_parts(0, 3611))
-			// Standard Error: 960
-			.saturating_add(Weight::from_parts(31_963, 0).saturating_mul(m.into()))
-			// Standard Error: 4_741
-			.saturating_add(Weight::from_parts(285_673, 0).saturating_mul(p.into()))
+			// Standard Error: 630
+			.saturating_add(Weight::from_parts(33_742, 0).saturating_mul(m.into()))
+			// Standard Error: 3_114
+			.saturating_add(Weight::from_parts(272_760, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(4))
 			.saturating_add(T::DbWeight::get().writes(3))
 			.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
@@ -264,15 +264,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `82 + b * (1 ±0) + m * (64 ±0) + p * (78 ±0)`
 		//  Estimated: `3639 + b * (1 ±0) + m * (63 ±0) + p * (74 ±0)`
-		// Minimum execution time: 31_410_000 picoseconds.
-		Weight::from_parts(33_086_464, 0)
+		// Minimum execution time: 31_368_000 picoseconds.
+		Weight::from_parts(31_819_676, 0)
 			.saturating_add(Weight::from_parts(0, 3639))
-			// Standard Error: 137
-			.saturating_add(Weight::from_parts(1_289, 0).saturating_mul(b.into()))
-			// Standard Error: 1_456
-			.saturating_add(Weight::from_parts(14_148, 0).saturating_mul(m.into()))
-			// Standard Error: 7_182
-			.saturating_add(Weight::from_parts(404_329, 0).saturating_mul(p.into()))
+			// Standard Error: 110
+			.saturating_add(Weight::from_parts(1_877, 0).saturating_mul(b.into()))
+			// Standard Error: 1_164
+			.saturating_add(Weight::from_parts(14_368, 0).saturating_mul(m.into()))
+			// Standard Error: 5_743
+			.saturating_add(Weight::from_parts(424_016, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(5))
 			.saturating_add(T::DbWeight::get().writes(3))
 			.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
@@ -290,11 +290,11 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `189 + p * (32 ±0)`
 		//  Estimated: `1674 + p * (32 ±0)`
-		// Minimum execution time: 11_094_000 picoseconds.
-		Weight::from_parts(12_112_123, 0)
+		// Minimum execution time: 11_103_000 picoseconds.
+		Weight::from_parts(12_114_488, 0)
 			.saturating_add(Weight::from_parts(0, 1674))
-			// Standard Error: 1_853
-			.saturating_add(Weight::from_parts(160_310, 0).saturating_mul(p.into()))
+			// Standard Error: 1_803
+			.saturating_add(Weight::from_parts(159_621, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(3))
 			.saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into()))
@@ -313,11 +313,11 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `1243 + p * (55 ±0)`
 		//  Estimated: `4710 + d * (5 ±1) + p * (55 ±0)`
-		// Minimum execution time: 16_363_000 picoseconds.
-		Weight::from_parts(18_159_048, 0)
+		// Minimum execution time: 16_278_000 picoseconds.
+		Weight::from_parts(18_003_847, 0)
 			.saturating_add(Weight::from_parts(0, 4710))
-			// Standard Error: 8_287
-			.saturating_add(Weight::from_parts(261_310, 0).saturating_mul(p.into()))
+			// Standard Error: 2_717
+			.saturating_add(Weight::from_parts(273_595, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(3))
 			.saturating_add(Weight::from_parts(0, 5).saturating_mul(d.into()))
@@ -331,8 +331,8 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `676`
 		//  Estimated: `4141`
-		// Minimum execution time: 10_951_000 picoseconds.
-		Weight::from_parts(11_564_000, 0)
+		// Minimum execution time: 10_939_000 picoseconds.
+		Weight::from_parts(11_418_000, 0)
 			.saturating_add(Weight::from_parts(0, 4141))
 			.saturating_add(T::DbWeight::get().reads(2))
 	}
diff --git a/runtime/g1/src/weights/pallet_distance.rs b/runtime/g1/src/weights/pallet_distance.rs
index 3fd84e81..64cdbf8a 100644
--- a/runtime/g1/src/weights/pallet_distance.rs
+++ b/runtime/g1/src/weights/pallet_distance.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_distance`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -69,8 +69,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `1134`
 		//  Estimated: `4599`
-		// Minimum execution time: 62_397_000 picoseconds.
-		Weight::from_parts(65_375_000, 0)
+		// Minimum execution time: 63_647_000 picoseconds.
+		Weight::from_parts(66_503_000, 0)
 			.saturating_add(Weight::from_parts(0, 4599))
 			.saturating_add(T::DbWeight::get().reads(9))
 			.saturating_add(T::DbWeight::get().writes(4))
@@ -97,8 +97,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `1163`
 		//  Estimated: `7103`
-		// Minimum execution time: 65_831_000 picoseconds.
-		Weight::from_parts(67_044_000, 0)
+		// Minimum execution time: 66_742_000 picoseconds.
+		Weight::from_parts(70_145_000, 0)
 			.saturating_add(Weight::from_parts(0, 7103))
 			.saturating_add(T::DbWeight::get().reads(10))
 			.saturating_add(T::DbWeight::get().writes(4))
@@ -116,11 +116,11 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `303 + i * (10 ±0)`
 		//  Estimated: `1788 + i * (10 ±0)`
-		// Minimum execution time: 12_803_000 picoseconds.
-		Weight::from_parts(14_511_819, 0)
+		// Minimum execution time: 12_663_000 picoseconds.
+		Weight::from_parts(15_006_914, 0)
 			.saturating_add(Weight::from_parts(0, 1788))
-			// Standard Error: 252
-			.saturating_add(Weight::from_parts(103_670, 0).saturating_mul(i.into()))
+			// Standard Error: 108
+			.saturating_add(Weight::from_parts(113_787, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().reads(4))
 			.saturating_add(T::DbWeight::get().writes(2))
 			.saturating_add(Weight::from_parts(0, 10).saturating_mul(i.into()))
@@ -134,11 +134,11 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `162 + i * (10 ±0)`
 		//  Estimated: `1647 + i * (10 ±0)`
-		// Minimum execution time: 7_516_000 picoseconds.
-		Weight::from_parts(9_422_748, 0)
+		// Minimum execution time: 7_669_000 picoseconds.
+		Weight::from_parts(9_638_272, 0)
 			.saturating_add(Weight::from_parts(0, 1647))
-			// Standard Error: 79
-			.saturating_add(Weight::from_parts(102_746, 0).saturating_mul(i.into()))
+			// Standard Error: 91
+			.saturating_add(Weight::from_parts(102_085, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
 			.saturating_add(Weight::from_parts(0, 10).saturating_mul(i.into()))
@@ -153,8 +153,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `539`
 		//  Estimated: `6479`
-		// Minimum execution time: 27_036_000 picoseconds.
-		Weight::from_parts(28_029_000, 0)
+		// Minimum execution time: 26_972_000 picoseconds.
+		Weight::from_parts(28_173_000, 0)
 			.saturating_add(Weight::from_parts(0, 6479))
 			.saturating_add(T::DbWeight::get().reads(4))
 			.saturating_add(T::DbWeight::get().writes(3))
@@ -163,8 +163,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 109_000 picoseconds.
-		Weight::from_parts(124_000, 0)
+		// Minimum execution time: 93_000 picoseconds.
+		Weight::from_parts(123_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// Storage: `System::ParentHash` (r:1 w:0)
@@ -189,8 +189,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `951`
 		//  Estimated: `6891`
-		// Minimum execution time: 59_643_000 picoseconds.
-		Weight::from_parts(61_156_000, 0)
+		// Minimum execution time: 60_114_000 picoseconds.
+		Weight::from_parts(61_534_000, 0)
 			.saturating_add(Weight::from_parts(0, 6891))
 			.saturating_add(T::DbWeight::get().reads(9))
 			.saturating_add(T::DbWeight::get().writes(8))
@@ -211,8 +211,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `475`
 		//  Estimated: `6126`
-		// Minimum execution time: 42_793_000 picoseconds.
-		Weight::from_parts(43_879_000, 0)
+		// Minimum execution time: 42_364_000 picoseconds.
+		Weight::from_parts(43_874_000, 0)
 			.saturating_add(Weight::from_parts(0, 6126))
 			.saturating_add(T::DbWeight::get().reads(6))
 			.saturating_add(T::DbWeight::get().writes(6))
@@ -227,8 +227,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `136`
 		//  Estimated: `1621`
-		// Minimum execution time: 4_457_000 picoseconds.
-		Weight::from_parts(4_724_000, 0)
+		// Minimum execution time: 4_453_000 picoseconds.
+		Weight::from_parts(4_799_000, 0)
 			.saturating_add(Weight::from_parts(0, 1621))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -239,8 +239,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `157`
 		//  Estimated: `1642`
-		// Minimum execution time: 4_140_000 picoseconds.
-		Weight::from_parts(4_396_000, 0)
+		// Minimum execution time: 4_346_000 picoseconds.
+		Weight::from_parts(4_531_000, 0)
 			.saturating_add(Weight::from_parts(0, 1642))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
diff --git a/runtime/g1/src/weights/pallet_duniter_account.rs b/runtime/g1/src/weights/pallet_duniter_account.rs
index 87407191..63e8003b 100644
--- a/runtime/g1/src/weights/pallet_duniter_account.rs
+++ b/runtime/g1/src/weights/pallet_duniter_account.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_duniter_account`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_duniter_account::WeightInfo for WeightInfo<
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `3558`
-		// Minimum execution time: 4_321_000 picoseconds.
-		Weight::from_parts(4_631_000, 0)
+		// Minimum execution time: 4_566_000 picoseconds.
+		Weight::from_parts(4_728_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
diff --git a/runtime/g1/src/weights/pallet_identity.rs b/runtime/g1/src/weights/pallet_identity.rs
index ed47617a..29c327f5 100644
--- a/runtime/g1/src/weights/pallet_identity.rs
+++ b/runtime/g1/src/weights/pallet_identity.rs
@@ -29,12 +29,12 @@
 // --genesis-builder=spec-genesis
 // --steps=50
 // --repeat=20
-// --pallet=pallet-identity
+// --pallet=*
 // --extrinsic=*
 // --wasm-execution=compiled
 // --heap-pages=4096
 // --header=./file_header.txt
-// --output=./runtime/gdev/src/weights/
+// --output=./runtime/g1/src/weights/
 
 #![cfg_attr(rustfmt, rustfmt_skip)]
 #![allow(unused_parens)]
@@ -53,8 +53,6 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 	/// Proof: `Identity::Identities` (`max_values`: None, `max_size`: None, mode: `Measured`)
 	/// Storage: `Certification::StorageIdtyCertMeta` (r:2 w:2)
 	/// Proof: `Certification::StorageIdtyCertMeta` (`max_values`: None, `max_size`: None, mode: `Measured`)
-	/// Storage: `Parameters::ParametersStorage` (r:1 w:0)
-	/// Proof: `Parameters::ParametersStorage` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
 	/// Storage: `System::Account` (r:1 w:1)
 	/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`)
 	/// Storage: `Identity::NextIdtyIndex` (r:1 w:1)
@@ -71,12 +69,12 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 	/// Proof: `Quota::IdtyQuota` (`max_values`: None, `max_size`: Some(24), added: 2499, mode: `MaxEncodedLen`)
 	fn create_identity() -> Weight {
 		// Proof Size summary in bytes:
-		//  Measured:  `1153`
-		//  Estimated: `7093`
-		// Minimum execution time: 74_393_000 picoseconds.
-		Weight::from_parts(77_378_000, 0)
-			.saturating_add(Weight::from_parts(0, 7093))
-			.saturating_add(T::DbWeight::get().reads(13))
+		//  Measured:  `1042`
+		//  Estimated: `6982`
+		// Minimum execution time: 68_835_000 picoseconds.
+		Weight::from_parts(70_962_000, 0)
+			.saturating_add(Weight::from_parts(0, 6982))
+			.saturating_add(T::DbWeight::get().reads(12))
 			.saturating_add(T::DbWeight::get().writes(12))
 	}
 	/// Storage: `Identity::IdentityIndexOf` (r:1 w:0)
@@ -91,8 +89,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `784`
 		//  Estimated: `6724`
-		// Minimum execution time: 32_530_000 picoseconds.
-		Weight::from_parts(34_341_000, 0)
+		// Minimum execution time: 33_736_000 picoseconds.
+		Weight::from_parts(34_847_000, 0)
 			.saturating_add(Weight::from_parts(0, 6724))
 			.saturating_add(T::DbWeight::get().reads(5))
 			.saturating_add(T::DbWeight::get().writes(4))
@@ -109,11 +107,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 	/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`)
 	fn change_owner_key() -> Weight {
 		// Proof Size summary in bytes:
-		//  Measured:  `936`
-		//  Estimated: `6876`
-		// Minimum execution time: 85_062_000 picoseconds.
-		Weight::from_parts(86_986_000, 0)
-			.saturating_add(Weight::from_parts(0, 6876))
+		//  Measured:  `970`
+		//  Estimated: `6910`
+		// Minimum execution time: 82_861_000 picoseconds.
+		Weight::from_parts(84_989_000, 0)
+			.saturating_add(Weight::from_parts(0, 6910))
 			.saturating_add(T::DbWeight::get().reads(7))
 			.saturating_add(T::DbWeight::get().writes(5))
 	}
@@ -131,8 +129,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `673`
 		//  Estimated: `6613`
-		// Minimum execution time: 68_908_000 picoseconds.
-		Weight::from_parts(70_177_000, 0)
+		// Minimum execution time: 67_134_000 picoseconds.
+		Weight::from_parts(68_928_000, 0)
 			.saturating_add(Weight::from_parts(0, 6613))
 			.saturating_add(T::DbWeight::get().reads(5))
 			.saturating_add(T::DbWeight::get().writes(5))
@@ -144,11 +142,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 4_149_000 picoseconds.
-		Weight::from_parts(4_296_000, 0)
+		// Minimum execution time: 4_306_000 picoseconds.
+		Weight::from_parts(4_458_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
-			// Standard Error: 1_053
-			.saturating_add(Weight::from_parts(1_182_170, 0).saturating_mul(i.into()))
+			// Standard Error: 1_181
+			.saturating_add(Weight::from_parts(1_236_346, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().writes(1))
 			.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
 	}
@@ -158,8 +156,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `104`
 		//  Estimated: `3558`
-		// Minimum execution time: 7_755_000 picoseconds.
-		Weight::from_parts(8_142_000, 0)
+		// Minimum execution time: 7_251_000 picoseconds.
+		Weight::from_parts(7_996_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -174,8 +172,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `379`
 		//  Estimated: `3844`
-		// Minimum execution time: 54_737_000 picoseconds.
-		Weight::from_parts(55_664_000, 0)
+		// Minimum execution time: 51_827_000 picoseconds.
+		Weight::from_parts(53_174_000, 0)
 			.saturating_add(Weight::from_parts(0, 3844))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -184,8 +182,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 102_000 picoseconds.
-		Weight::from_parts(131_000, 0)
+		// Minimum execution time: 92_000 picoseconds.
+		Weight::from_parts(122_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// Storage: `Identity::Identities` (r:1 w:0)
@@ -194,8 +192,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `327`
 		//  Estimated: `3792`
-		// Minimum execution time: 5_059_000 picoseconds.
-		Weight::from_parts(5_347_000, 0)
+		// Minimum execution time: 4_974_000 picoseconds.
+		Weight::from_parts(5_310_000, 0)
 			.saturating_add(Weight::from_parts(0, 3792))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
@@ -231,11 +229,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 	/// Proof: `Session::KeyOwner` (`max_values`: None, `max_size`: None, mode: `Measured`)
 	fn do_revoke_identity() -> Weight {
 		// Proof Size summary in bytes:
-		//  Measured:  `1841`
-		//  Estimated: `15206`
-		// Minimum execution time: 103_409_000 picoseconds.
-		Weight::from_parts(106_390_000, 0)
-			.saturating_add(Weight::from_parts(0, 15206))
+		//  Measured:  `1840`
+		//  Estimated: `15205`
+		// Minimum execution time: 104_830_000 picoseconds.
+		Weight::from_parts(107_034_000, 0)
+			.saturating_add(Weight::from_parts(0, 15205))
 			.saturating_add(T::DbWeight::get().reads(18))
 			.saturating_add(T::DbWeight::get().writes(21))
 	}
@@ -245,8 +243,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `327`
 		//  Estimated: `3792`
-		// Minimum execution time: 5_111_000 picoseconds.
-		Weight::from_parts(5_363_000, 0)
+		// Minimum execution time: 4_842_000 picoseconds.
+		Weight::from_parts(5_288_000, 0)
 			.saturating_add(Weight::from_parts(0, 3792))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
@@ -278,8 +276,6 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 	/// Proof: `Certification::CertsByReceiver` (`max_values`: None, `max_size`: None, mode: `Measured`)
 	/// Storage: `Certification::StorageIdtyCertMeta` (r:5 w:5)
 	/// Proof: `Certification::StorageIdtyCertMeta` (`max_values`: None, `max_size`: None, mode: `Measured`)
-	/// Storage: `Parameters::ParametersStorage` (r:1 w:0)
-	/// Proof: `Parameters::ParametersStorage` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
 	/// Storage: `Identity::IdentityIndexOf` (r:0 w:1)
 	/// Proof: `Identity::IdentityIndexOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
 	/// Storage: `Quota::IdtyQuota` (r:0 w:1)
@@ -288,12 +284,12 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 	/// Proof: `Session::KeyOwner` (`max_values`: None, `max_size`: None, mode: `Measured`)
 	fn do_remove_identity() -> Weight {
 		// Proof Size summary in bytes:
-		//  Measured:  `2400`
-		//  Estimated: `15765`
-		// Minimum execution time: 143_498_000 picoseconds.
-		Weight::from_parts(150_849_000, 0)
-			.saturating_add(Weight::from_parts(0, 15765))
-			.saturating_add(T::DbWeight::get().reads(24))
+		//  Measured:  `2289`
+		//  Estimated: `15654`
+		// Minimum execution time: 142_003_000 picoseconds.
+		Weight::from_parts(149_704_000, 0)
+			.saturating_add(Weight::from_parts(0, 15654))
+			.saturating_add(T::DbWeight::get().reads(23))
 			.saturating_add(T::DbWeight::get().writes(29))
 	}
 	/// Storage: `Membership::Membership` (r:1 w:1)
@@ -326,20 +322,18 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 	/// Proof: `Certification::CertsByReceiver` (`max_values`: None, `max_size`: None, mode: `Measured`)
 	/// Storage: `Certification::StorageIdtyCertMeta` (r:5 w:5)
 	/// Proof: `Certification::StorageIdtyCertMeta` (`max_values`: None, `max_size`: None, mode: `Measured`)
-	/// Storage: `Parameters::ParametersStorage` (r:1 w:0)
-	/// Proof: `Parameters::ParametersStorage` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
 	/// Storage: `Quota::IdtyQuota` (r:0 w:1)
 	/// Proof: `Quota::IdtyQuota` (`max_values`: None, `max_size`: Some(24), added: 2499, mode: `MaxEncodedLen`)
 	/// Storage: `Session::KeyOwner` (r:0 w:4)
 	/// Proof: `Session::KeyOwner` (`max_values`: None, `max_size`: None, mode: `Measured`)
 	fn do_remove_identity_handler() -> Weight {
 		// Proof Size summary in bytes:
-		//  Measured:  `2393`
-		//  Estimated: `15758`
-		// Minimum execution time: 139_474_000 picoseconds.
-		Weight::from_parts(144_149_000, 0)
-			.saturating_add(Weight::from_parts(0, 15758))
-			.saturating_add(T::DbWeight::get().reads(25))
+		//  Measured:  `2282`
+		//  Estimated: `15647`
+		// Minimum execution time: 132_078_000 picoseconds.
+		Weight::from_parts(137_709_000, 0)
+			.saturating_add(Weight::from_parts(0, 15647))
+			.saturating_add(T::DbWeight::get().reads(24))
 			.saturating_add(T::DbWeight::get().writes(27))
 	}
 	/// Storage: `Identity::Identities` (r:1 w:1)
@@ -350,8 +344,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `407`
 		//  Estimated: `6347`
-		// Minimum execution time: 15_327_000 picoseconds.
-		Weight::from_parts(16_450_000, 0)
+		// Minimum execution time: 15_678_000 picoseconds.
+		Weight::from_parts(16_855_000, 0)
 			.saturating_add(Weight::from_parts(0, 6347))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(3))
@@ -362,8 +356,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `108`
 		//  Estimated: `3573`
-		// Minimum execution time: 2_855_000 picoseconds.
-		Weight::from_parts(3_028_000, 0)
+		// Minimum execution time: 2_673_000 picoseconds.
+		Weight::from_parts(2_986_000, 0)
 			.saturating_add(Weight::from_parts(0, 3573))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
@@ -375,8 +369,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `325`
 		//  Estimated: `3790`
-		// Minimum execution time: 7_475_000 picoseconds.
-		Weight::from_parts(8_070_000, 0)
+		// Minimum execution time: 7_520_000 picoseconds.
+		Weight::from_parts(7_977_000, 0)
 			.saturating_add(Weight::from_parts(0, 3790))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -399,11 +393,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 	/// Proof: `Quota::IdtyQuota` (`max_values`: None, `max_size`: Some(24), added: 2499, mode: `MaxEncodedLen`)
 	fn prune_identities_err() -> Weight {
 		// Proof Size summary in bytes:
-		//  Measured:  `915`
-		//  Estimated: `4380`
-		// Minimum execution time: 36_690_000 picoseconds.
-		Weight::from_parts(37_866_000, 0)
-			.saturating_add(Weight::from_parts(0, 4380))
+		//  Measured:  `914`
+		//  Estimated: `4379`
+		// Minimum execution time: 37_327_000 picoseconds.
+		Weight::from_parts(38_438_000, 0)
+			.saturating_add(Weight::from_parts(0, 4379))
 			.saturating_add(T::DbWeight::get().reads(6))
 			.saturating_add(T::DbWeight::get().writes(7))
 	}
@@ -421,8 +415,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `823`
 		//  Estimated: `6763`
-		// Minimum execution time: 129_625_000 picoseconds.
-		Weight::from_parts(132_399_000, 0)
+		// Minimum execution time: 132_003_000 picoseconds.
+		Weight::from_parts(136_197_000, 0)
 			.saturating_add(Weight::from_parts(0, 6763))
 			.saturating_add(T::DbWeight::get().reads(5))
 			.saturating_add(T::DbWeight::get().writes(5))
diff --git a/runtime/g1/src/weights/pallet_im_online.rs b/runtime/g1/src/weights/pallet_im_online.rs
index 7f6e5113..7aa67065 100644
--- a/runtime/g1/src/weights/pallet_im_online.rs
+++ b/runtime/g1/src/weights/pallet_im_online.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_im_online`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -62,11 +62,11 @@ impl<T: frame_system::Config> pallet_im_online::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `525 + k * (32 ±0)`
 		//  Estimated: `33487 + k * (1761 ±0)`
-		// Minimum execution time: 53_286_000 picoseconds.
-		Weight::from_parts(72_175_094, 0)
+		// Minimum execution time: 52_522_000 picoseconds.
+		Weight::from_parts(63_306_668, 0)
 			.saturating_add(Weight::from_parts(0, 33487))
-			// Standard Error: 1_165
-			.saturating_add(Weight::from_parts(38_093, 0).saturating_mul(k.into()))
+			// Standard Error: 496
+			.saturating_add(Weight::from_parts(41_677, 0).saturating_mul(k.into()))
 			.saturating_add(T::DbWeight::get().reads(4))
 			.saturating_add(T::DbWeight::get().writes(1))
 			.saturating_add(Weight::from_parts(0, 1761).saturating_mul(k.into()))
diff --git a/runtime/g1/src/weights/pallet_membership.rs b/runtime/g1/src/weights/pallet_membership.rs
index b5e47ec6..60318f94 100644
--- a/runtime/g1/src/weights/pallet_membership.rs
+++ b/runtime/g1/src/weights/pallet_membership.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_membership`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -51,8 +51,8 @@ impl<T: frame_system::Config> pallet_membership::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 97_000 picoseconds.
-		Weight::from_parts(112_000, 0)
+		// Minimum execution time: 90_000 picoseconds.
+		Weight::from_parts(116_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// Storage: `Membership::MembershipsExpireOn` (r:2 w:1)
@@ -88,11 +88,11 @@ impl<T: frame_system::Config> pallet_membership::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `139 + i * (944 ±0)`
 		//  Estimated: `14961 + i * (2695 ±1)`
-		// Minimum execution time: 5_388_000 picoseconds.
-		Weight::from_parts(13_944_673, 0)
+		// Minimum execution time: 5_472_000 picoseconds.
+		Weight::from_parts(13_995_407, 0)
 			.saturating_add(Weight::from_parts(0, 14961))
-			// Standard Error: 580_636
-			.saturating_add(Weight::from_parts(74_850_013, 0).saturating_mul(i.into()))
+			// Standard Error: 579_690
+			.saturating_add(Weight::from_parts(74_572_449, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().reads((11_u64).saturating_mul(i.into())))
 			.saturating_add(T::DbWeight::get().writes(3))
diff --git a/runtime/g1/src/weights/pallet_multisig.rs b/runtime/g1/src/weights/pallet_multisig.rs
index 5c61d331..770d99d9 100644
--- a/runtime/g1/src/weights/pallet_multisig.rs
+++ b/runtime/g1/src/weights/pallet_multisig.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_multisig`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -52,11 +52,11 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 5_395_000 picoseconds.
-		Weight::from_parts(5_761_923, 0)
+		// Minimum execution time: 5_837_000 picoseconds.
+		Weight::from_parts(6_128_523, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 			// Standard Error: 2
-			.saturating_add(Weight::from_parts(323, 0).saturating_mul(z.into()))
+			.saturating_add(Weight::from_parts(324, 0).saturating_mul(z.into()))
 	}
 	/// Storage: `Multisig::Multisigs` (r:1 w:1)
 	/// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(457), added: 2932, mode: `MaxEncodedLen`)
@@ -66,13 +66,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `125 + s * (5 ±0)`
 		//  Estimated: `3922`
-		// Minimum execution time: 26_107_000 picoseconds.
-		Weight::from_parts(25_459_021, 0)
+		// Minimum execution time: 26_711_000 picoseconds.
+		Weight::from_parts(26_026_874, 0)
 			.saturating_add(Weight::from_parts(0, 3922))
-			// Standard Error: 5_291
-			.saturating_add(Weight::from_parts(185_122, 0).saturating_mul(s.into()))
-			// Standard Error: 4
-			.saturating_add(Weight::from_parts(1_139, 0).saturating_mul(z.into()))
+			// Standard Error: 5_830
+			.saturating_add(Weight::from_parts(178_952, 0).saturating_mul(s.into()))
+			// Standard Error: 5
+			.saturating_add(Weight::from_parts(1_169, 0).saturating_mul(z.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -84,13 +84,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `240`
 		//  Estimated: `3922`
-		// Minimum execution time: 15_345_000 picoseconds.
-		Weight::from_parts(14_882_609, 0)
+		// Minimum execution time: 15_581_000 picoseconds.
+		Weight::from_parts(15_333_720, 0)
 			.saturating_add(Weight::from_parts(0, 3922))
-			// Standard Error: 3_942
-			.saturating_add(Weight::from_parts(117_516, 0).saturating_mul(s.into()))
+			// Standard Error: 3_745
+			.saturating_add(Weight::from_parts(102_346, 0).saturating_mul(s.into()))
 			// Standard Error: 2
-			.saturating_add(Weight::from_parts(1_162, 0).saturating_mul(z.into()))
+			.saturating_add(Weight::from_parts(1_166, 0).saturating_mul(z.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -104,13 +104,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `259 + s * (37 ±0)`
 		//  Estimated: `3922`
-		// Minimum execution time: 28_350_000 picoseconds.
-		Weight::from_parts(27_434_527, 0)
+		// Minimum execution time: 28_305_000 picoseconds.
+		Weight::from_parts(27_996_672, 0)
 			.saturating_add(Weight::from_parts(0, 3922))
-			// Standard Error: 5_214
-			.saturating_add(Weight::from_parts(224_348, 0).saturating_mul(s.into()))
-			// Standard Error: 4
-			.saturating_add(Weight::from_parts(1_170, 0).saturating_mul(z.into()))
+			// Standard Error: 6_158
+			.saturating_add(Weight::from_parts(202_739, 0).saturating_mul(s.into()))
+			// Standard Error: 5
+			.saturating_add(Weight::from_parts(1_195, 0).saturating_mul(z.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -118,15 +118,17 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
 	/// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(457), added: 2932, mode: `MaxEncodedLen`)
 	/// The range of component `s` is `[2, 10]`.
 	/// The range of component `z` is `[0, 10000]`.
-	fn approve_as_multi_create(s: u32, _z: u32, ) -> Weight {
+	fn approve_as_multi_create(s: u32, z: u32, ) -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `125 + s * (5 ±0)`
 		//  Estimated: `3922`
-		// Minimum execution time: 23_511_000 picoseconds.
-		Weight::from_parts(24_357_734, 0)
+		// Minimum execution time: 23_926_000 picoseconds.
+		Weight::from_parts(25_141_266, 0)
 			.saturating_add(Weight::from_parts(0, 3922))
-			// Standard Error: 5_005
-			.saturating_add(Weight::from_parts(197_997, 0).saturating_mul(s.into()))
+			// Standard Error: 5_251
+			.saturating_add(Weight::from_parts(153_725, 0).saturating_mul(s.into()))
+			// Standard Error: 4
+			.saturating_add(Weight::from_parts(10, 0).saturating_mul(z.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -138,13 +140,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `240`
 		//  Estimated: `3922`
-		// Minimum execution time: 13_491_000 picoseconds.
-		Weight::from_parts(13_933_776, 0)
+		// Minimum execution time: 13_680_000 picoseconds.
+		Weight::from_parts(14_213_245, 0)
 			.saturating_add(Weight::from_parts(0, 3922))
-			// Standard Error: 3_087
-			.saturating_add(Weight::from_parts(124_426, 0).saturating_mul(s.into()))
+			// Standard Error: 3_037
+			.saturating_add(Weight::from_parts(108_757, 0).saturating_mul(s.into()))
 			// Standard Error: 2
-			.saturating_add(Weight::from_parts(18, 0).saturating_mul(z.into()))
+			.saturating_add(Weight::from_parts(15, 0).saturating_mul(z.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -152,15 +154,17 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
 	/// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(457), added: 2932, mode: `MaxEncodedLen`)
 	/// The range of component `s` is `[2, 10]`.
 	/// The range of component `z` is `[0, 10000]`.
-	fn cancel_as_multi(s: u32, _z: u32, ) -> Weight {
+	fn cancel_as_multi(s: u32, z: u32, ) -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `323 + s * (5 ±0)`
 		//  Estimated: `3922`
-		// Minimum execution time: 24_465_000 picoseconds.
-		Weight::from_parts(25_591_800, 0)
+		// Minimum execution time: 24_772_000 picoseconds.
+		Weight::from_parts(25_953_083, 0)
 			.saturating_add(Weight::from_parts(0, 3922))
-			// Standard Error: 4_986
-			.saturating_add(Weight::from_parts(112_717, 0).saturating_mul(s.into()))
+			// Standard Error: 5_132
+			.saturating_add(Weight::from_parts(144_988, 0).saturating_mul(s.into()))
+			// Standard Error: 4
+			.saturating_add(Weight::from_parts(7, 0).saturating_mul(z.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
diff --git a/runtime/g1/src/weights/pallet_oneshot_account.rs b/runtime/g1/src/weights/pallet_oneshot_account.rs
index a5d92544..22267707 100644
--- a/runtime/g1/src/weights/pallet_oneshot_account.rs
+++ b/runtime/g1/src/weights/pallet_oneshot_account.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_oneshot_account`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_oneshot_account::WeightInfo for WeightInfo<
 		// Proof Size summary in bytes:
 		//  Measured:  `42`
 		//  Estimated: `3507`
-		// Minimum execution time: 21_332_000 picoseconds.
-		Weight::from_parts(21_910_000, 0)
+		// Minimum execution time: 21_769_000 picoseconds.
+		Weight::from_parts(22_359_000, 0)
 			.saturating_add(Weight::from_parts(0, 3507))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -69,8 +69,8 @@ impl<T: frame_system::Config> pallet_oneshot_account::WeightInfo for WeightInfo<
 		// Proof Size summary in bytes:
 		//  Measured:  `217`
 		//  Estimated: `3682`
-		// Minimum execution time: 28_679_000 picoseconds.
-		Weight::from_parts(29_454_000, 0)
+		// Minimum execution time: 28_072_000 picoseconds.
+		Weight::from_parts(29_027_000, 0)
 			.saturating_add(Weight::from_parts(0, 3682))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -85,8 +85,8 @@ impl<T: frame_system::Config> pallet_oneshot_account::WeightInfo for WeightInfo<
 		// Proof Size summary in bytes:
 		//  Measured:  `277`
 		//  Estimated: `6126`
-		// Minimum execution time: 41_757_000 picoseconds.
-		Weight::from_parts(42_899_000, 0)
+		// Minimum execution time: 42_039_000 picoseconds.
+		Weight::from_parts(43_749_000, 0)
 			.saturating_add(Weight::from_parts(0, 6126))
 			.saturating_add(T::DbWeight::get().reads(4))
 			.saturating_add(T::DbWeight::get().writes(3))
diff --git a/runtime/g1/src/weights/pallet_preimage.rs b/runtime/g1/src/weights/pallet_preimage.rs
index 6c531fcd..683d20f0 100644
--- a/runtime/g1/src/weights/pallet_preimage.rs
+++ b/runtime/g1/src/weights/pallet_preimage.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_preimage`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -58,11 +58,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `4`
 		//  Estimated: `3548`
-		// Minimum execution time: 11_487_000 picoseconds.
-		Weight::from_parts(11_696_000, 0)
+		// Minimum execution time: 11_934_000 picoseconds.
+		Weight::from_parts(12_098_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			// Standard Error: 1
-			.saturating_add(Weight::from_parts(1_282, 0).saturating_mul(s.into()))
+			.saturating_add(Weight::from_parts(1_280, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -77,11 +77,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `68`
 		//  Estimated: `3548`
-		// Minimum execution time: 13_513_000 picoseconds.
-		Weight::from_parts(14_093_000, 0)
+		// Minimum execution time: 13_837_000 picoseconds.
+		Weight::from_parts(14_173_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			// Standard Error: 1
-			.saturating_add(Weight::from_parts(1_277, 0).saturating_mul(s.into()))
+			.saturating_add(Weight::from_parts(1_282, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -96,11 +96,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `68`
 		//  Estimated: `3548`
-		// Minimum execution time: 12_738_000 picoseconds.
-		Weight::from_parts(12_909_000, 0)
+		// Minimum execution time: 12_906_000 picoseconds.
+		Weight::from_parts(13_150_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			// Standard Error: 1
-			.saturating_add(Weight::from_parts(1_369, 0).saturating_mul(s.into()))
+			.saturating_add(Weight::from_parts(1_362, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -114,8 +114,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `134`
 		//  Estimated: `3548`
-		// Minimum execution time: 19_210_000 picoseconds.
-		Weight::from_parts(21_064_000, 0)
+		// Minimum execution time: 20_742_000 picoseconds.
+		Weight::from_parts(22_521_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -130,8 +130,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `106`
 		//  Estimated: `3548`
-		// Minimum execution time: 20_896_000 picoseconds.
-		Weight::from_parts(22_349_000, 0)
+		// Minimum execution time: 21_144_000 picoseconds.
+		Weight::from_parts(22_961_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -144,8 +144,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `134`
 		//  Estimated: `3548`
-		// Minimum execution time: 17_292_000 picoseconds.
-		Weight::from_parts(18_425_000, 0)
+		// Minimum execution time: 19_151_000 picoseconds.
+		Weight::from_parts(20_538_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -158,8 +158,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `106`
 		//  Estimated: `3548`
-		// Minimum execution time: 11_729_000 picoseconds.
-		Weight::from_parts(13_418_000, 0)
+		// Minimum execution time: 12_449_000 picoseconds.
+		Weight::from_parts(13_839_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -172,8 +172,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `4`
 		//  Estimated: `3548`
-		// Minimum execution time: 11_102_000 picoseconds.
-		Weight::from_parts(12_018_000, 0)
+		// Minimum execution time: 10_963_000 picoseconds.
+		Weight::from_parts(11_511_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -186,8 +186,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `68`
 		//  Estimated: `3548`
-		// Minimum execution time: 8_153_000 picoseconds.
-		Weight::from_parts(8_552_000, 0)
+		// Minimum execution time: 8_417_000 picoseconds.
+		Weight::from_parts(9_097_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -202,8 +202,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `106`
 		//  Estimated: `3548`
-		// Minimum execution time: 18_397_000 picoseconds.
-		Weight::from_parts(19_495_000, 0)
+		// Minimum execution time: 19_567_000 picoseconds.
+		Weight::from_parts(21_147_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -216,8 +216,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `68`
 		//  Estimated: `3548`
-		// Minimum execution time: 7_824_000 picoseconds.
-		Weight::from_parts(8_300_000, 0)
+		// Minimum execution time: 8_216_000 picoseconds.
+		Weight::from_parts(8_957_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -230,8 +230,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `68`
 		//  Estimated: `3548`
-		// Minimum execution time: 8_010_000 picoseconds.
-		Weight::from_parts(8_435_000, 0)
+		// Minimum execution time: 8_466_000 picoseconds.
+		Weight::from_parts(9_147_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -247,11 +247,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0 + n * (179 ±0)`
 		//  Estimated: `990 + n * (2568 ±0)`
-		// Minimum execution time: 17_178_000 picoseconds.
-		Weight::from_parts(17_723_000, 0)
+		// Minimum execution time: 17_762_000 picoseconds.
+		Weight::from_parts(18_142_000, 0)
 			.saturating_add(Weight::from_parts(0, 990))
-			// Standard Error: 18_316
-			.saturating_add(Weight::from_parts(14_800_450, 0).saturating_mul(n.into()))
+			// Standard Error: 16_315
+			.saturating_add(Weight::from_parts(15_105_419, 0).saturating_mul(n.into()))
 			.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(n.into())))
 			.saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(n.into())))
 			.saturating_add(Weight::from_parts(0, 2568).saturating_mul(n.into()))
diff --git a/runtime/g1/src/weights/pallet_provide_randomness.rs b/runtime/g1/src/weights/pallet_provide_randomness.rs
index 74dfa7f8..66310c12 100644
--- a/runtime/g1/src/weights/pallet_provide_randomness.rs
+++ b/runtime/g1/src/weights/pallet_provide_randomness.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_provide_randomness`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_provide_randomness::WeightInfo for WeightIn
 		// Proof Size summary in bytes:
 		//  Measured:  `298`
 		//  Estimated: `3763`
-		// Minimum execution time: 42_646_000 picoseconds.
-		Weight::from_parts(44_005_000, 0)
+		// Minimum execution time: 43_623_000 picoseconds.
+		Weight::from_parts(44_537_000, 0)
 			.saturating_add(Weight::from_parts(0, 3763))
 			.saturating_add(T::DbWeight::get().reads(7))
 			.saturating_add(T::DbWeight::get().writes(5))
@@ -86,11 +86,11 @@ impl<T: frame_system::Config> pallet_provide_randomness::WeightInfo for WeightIn
 		// Proof Size summary in bytes:
 		//  Measured:  `341 + i * (59 ±0)`
 		//  Estimated: `1827 + i * (2535 ±0)`
-		// Minimum execution time: 18_329_000 picoseconds.
-		Weight::from_parts(17_726_659, 0)
+		// Minimum execution time: 18_311_000 picoseconds.
+		Weight::from_parts(17_634_870, 0)
 			.saturating_add(Weight::from_parts(0, 1827))
-			// Standard Error: 5_199
-			.saturating_add(Weight::from_parts(5_545_614, 0).saturating_mul(i.into()))
+			// Standard Error: 5_089
+			.saturating_add(Weight::from_parts(5_463_744, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().reads(4))
 			.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into())))
 			.saturating_add(T::DbWeight::get().writes(3))
@@ -118,11 +118,11 @@ impl<T: frame_system::Config> pallet_provide_randomness::WeightInfo for WeightIn
 		// Proof Size summary in bytes:
 		//  Measured:  `351 + i * (59 ±0)`
 		//  Estimated: `3817 + i * (2535 ±0)`
-		// Minimum execution time: 19_470_000 picoseconds.
-		Weight::from_parts(18_664_274, 0)
+		// Minimum execution time: 19_833_000 picoseconds.
+		Weight::from_parts(17_982_551, 0)
 			.saturating_add(Weight::from_parts(0, 3817))
-			// Standard Error: 5_713
-			.saturating_add(Weight::from_parts(5_893_041, 0).saturating_mul(i.into()))
+			// Standard Error: 6_929
+			.saturating_add(Weight::from_parts(5_846_559, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().reads(7))
 			.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into())))
 			.saturating_add(T::DbWeight::get().writes(3))
diff --git a/runtime/g1/src/weights/pallet_proxy.rs b/runtime/g1/src/weights/pallet_proxy.rs
index 23da51a1..73f3d250 100644
--- a/runtime/g1/src/weights/pallet_proxy.rs
+++ b/runtime/g1/src/weights/pallet_proxy.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_proxy`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -54,11 +54,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `157 + p * (37 ±0)`
 		//  Estimated: `4698`
-		// Minimum execution time: 12_499_000 picoseconds.
-		Weight::from_parts(13_304_391, 0)
+		// Minimum execution time: 12_619_000 picoseconds.
+		Weight::from_parts(13_405_625, 0)
 			.saturating_add(Weight::from_parts(0, 4698))
-			// Standard Error: 1_353
-			.saturating_add(Weight::from_parts(28_658, 0).saturating_mul(p.into()))
+			// Standard Error: 1_196
+			.saturating_add(Weight::from_parts(31_079, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
 	/// Storage: `Proxy::Proxies` (r:1 w:0)
@@ -73,13 +73,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `399 + a * (68 ±0) + p * (37 ±0)`
 		//  Estimated: `5690`
-		// Minimum execution time: 32_649_000 picoseconds.
-		Weight::from_parts(32_606_431, 0)
+		// Minimum execution time: 32_951_000 picoseconds.
+		Weight::from_parts(33_280_454, 0)
 			.saturating_add(Weight::from_parts(0, 5690))
-			// Standard Error: 2_033
-			.saturating_add(Weight::from_parts(144_270, 0).saturating_mul(a.into()))
-			// Standard Error: 2_101
-			.saturating_add(Weight::from_parts(43_687, 0).saturating_mul(p.into()))
+			// Standard Error: 2_195
+			.saturating_add(Weight::from_parts(133_220, 0).saturating_mul(a.into()))
+			// Standard Error: 2_268
+			.saturating_add(Weight::from_parts(46_166, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -93,13 +93,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `322 + a * (68 ±0)`
 		//  Estimated: `5690`
-		// Minimum execution time: 20_537_000 picoseconds.
-		Weight::from_parts(20_742_492, 0)
+		// Minimum execution time: 20_612_000 picoseconds.
+		Weight::from_parts(21_965_233, 0)
 			.saturating_add(Weight::from_parts(0, 5690))
-			// Standard Error: 1_593
-			.saturating_add(Weight::from_parts(147_127, 0).saturating_mul(a.into()))
-			// Standard Error: 1_646
-			.saturating_add(Weight::from_parts(15_357, 0).saturating_mul(p.into()))
+			// Standard Error: 10_294
+			.saturating_add(Weight::from_parts(111_680, 0).saturating_mul(a.into()))
+			// Standard Error: 10_636
+			.saturating_add(Weight::from_parts(34_557, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -109,17 +109,15 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 	/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`)
 	/// The range of component `a` is `[0, 31]`.
 	/// The range of component `p` is `[1, 31]`.
-	fn reject_announcement(a: u32, p: u32, ) -> Weight {
+	fn reject_announcement(a: u32, _p: u32, ) -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `322 + a * (68 ±0)`
 		//  Estimated: `5690`
-		// Minimum execution time: 20_436_000 picoseconds.
-		Weight::from_parts(20_979_988, 0)
+		// Minimum execution time: 20_738_000 picoseconds.
+		Weight::from_parts(21_343_653, 0)
 			.saturating_add(Weight::from_parts(0, 5690))
-			// Standard Error: 1_583
-			.saturating_add(Weight::from_parts(146_050, 0).saturating_mul(a.into()))
-			// Standard Error: 1_636
-			.saturating_add(Weight::from_parts(4_908, 0).saturating_mul(p.into()))
+			// Standard Error: 5_773
+			.saturating_add(Weight::from_parts(163_437, 0).saturating_mul(a.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -135,13 +133,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `331 + a * (68 ±0) + p * (37 ±0)`
 		//  Estimated: `5690`
-		// Minimum execution time: 27_779_000 picoseconds.
-		Weight::from_parts(29_522_465, 0)
+		// Minimum execution time: 27_829_000 picoseconds.
+		Weight::from_parts(29_746_490, 0)
 			.saturating_add(Weight::from_parts(0, 5690))
-			// Standard Error: 2_347
-			.saturating_add(Weight::from_parts(143_435, 0).saturating_mul(a.into()))
-			// Standard Error: 2_425
-			.saturating_add(Weight::from_parts(46_435, 0).saturating_mul(p.into()))
+			// Standard Error: 2_465
+			.saturating_add(Weight::from_parts(151_653, 0).saturating_mul(a.into()))
+			// Standard Error: 2_547
+			.saturating_add(Weight::from_parts(53_753, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -152,11 +150,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `157 + p * (37 ±0)`
 		//  Estimated: `4698`
-		// Minimum execution time: 19_878_000 picoseconds.
-		Weight::from_parts(20_563_301, 0)
+		// Minimum execution time: 19_743_000 picoseconds.
+		Weight::from_parts(20_636_615, 0)
 			.saturating_add(Weight::from_parts(0, 4698))
-			// Standard Error: 1_558
-			.saturating_add(Weight::from_parts(42_313, 0).saturating_mul(p.into()))
+			// Standard Error: 1_469
+			.saturating_add(Weight::from_parts(49_341, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -167,11 +165,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `157 + p * (37 ±0)`
 		//  Estimated: `4698`
-		// Minimum execution time: 19_130_000 picoseconds.
-		Weight::from_parts(20_708_273, 0)
+		// Minimum execution time: 19_863_000 picoseconds.
+		Weight::from_parts(20_826_602, 0)
 			.saturating_add(Weight::from_parts(0, 4698))
-			// Standard Error: 1_454
-			.saturating_add(Weight::from_parts(44_086, 0).saturating_mul(p.into()))
+			// Standard Error: 1_807
+			.saturating_add(Weight::from_parts(48_029, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -182,11 +180,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `157 + p * (37 ±0)`
 		//  Estimated: `4698`
-		// Minimum execution time: 17_671_000 picoseconds.
-		Weight::from_parts(18_788_330, 0)
+		// Minimum execution time: 18_050_000 picoseconds.
+		Weight::from_parts(18_924_900, 0)
 			.saturating_add(Weight::from_parts(0, 4698))
-			// Standard Error: 1_343
-			.saturating_add(Weight::from_parts(26_763, 0).saturating_mul(p.into()))
+			// Standard Error: 1_457
+			.saturating_add(Weight::from_parts(30_306, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -197,11 +195,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `177`
 		//  Estimated: `4698`
-		// Minimum execution time: 20_772_000 picoseconds.
-		Weight::from_parts(21_836_399, 0)
+		// Minimum execution time: 20_584_000 picoseconds.
+		Weight::from_parts(21_970_197, 0)
 			.saturating_add(Weight::from_parts(0, 4698))
-			// Standard Error: 1_198
-			.saturating_add(Weight::from_parts(5_449, 0).saturating_mul(p.into()))
+			// Standard Error: 1_261
+			.saturating_add(Weight::from_parts(3_985, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -212,11 +210,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `194 + p * (37 ±0)`
 		//  Estimated: `4698`
-		// Minimum execution time: 18_074_000 picoseconds.
-		Weight::from_parts(19_264_341, 0)
+		// Minimum execution time: 18_655_000 picoseconds.
+		Weight::from_parts(19_533_125, 0)
 			.saturating_add(Weight::from_parts(0, 4698))
-			// Standard Error: 1_550
-			.saturating_add(Weight::from_parts(38_422, 0).saturating_mul(p.into()))
+			// Standard Error: 1_458
+			.saturating_add(Weight::from_parts(37_248, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
diff --git a/runtime/g1/src/weights/pallet_scheduler.rs b/runtime/g1/src/weights/pallet_scheduler.rs
index f1d3ab6f..6de4afae 100644
--- a/runtime/g1/src/weights/pallet_scheduler.rs
+++ b/runtime/g1/src/weights/pallet_scheduler.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_scheduler`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `31`
 		//  Estimated: `1489`
-		// Minimum execution time: 3_241_000 picoseconds.
-		Weight::from_parts(3_583_000, 0)
+		// Minimum execution time: 3_429_000 picoseconds.
+		Weight::from_parts(3_619_000, 0)
 			.saturating_add(Weight::from_parts(0, 1489))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -66,11 +66,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `78 + s * (177 ±0)`
 		//  Estimated: `13928`
-		// Minimum execution time: 3_253_000 picoseconds.
-		Weight::from_parts(6_746_105, 0)
+		// Minimum execution time: 3_508_000 picoseconds.
+		Weight::from_parts(6_901_234, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
-			// Standard Error: 1_808
-			.saturating_add(Weight::from_parts(286_251, 0).saturating_mul(s.into()))
+			// Standard Error: 1_783
+			.saturating_add(Weight::from_parts(267_420, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -78,8 +78,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 2_922_000 picoseconds.
-		Weight::from_parts(3_221_000, 0)
+		// Minimum execution time: 2_951_000 picoseconds.
+		Weight::from_parts(3_153_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// Storage: `Preimage::PreimageFor` (r:1 w:1)
@@ -93,11 +93,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `141 + s * (1 ±0)`
 		//  Estimated: `4197809`
-		// Minimum execution time: 15_581_000 picoseconds.
-		Weight::from_parts(16_215_000, 0)
+		// Minimum execution time: 15_408_000 picoseconds.
+		Weight::from_parts(16_037_000, 0)
 			.saturating_add(Weight::from_parts(0, 4197809))
-			// Standard Error: 2
-			.saturating_add(Weight::from_parts(875, 0).saturating_mul(s.into()))
+			// Standard Error: 1
+			.saturating_add(Weight::from_parts(879, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -107,8 +107,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 4_350_000 picoseconds.
-		Weight::from_parts(4_645_000, 0)
+		// Minimum execution time: 4_265_000 picoseconds.
+		Weight::from_parts(4_545_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -116,24 +116,24 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 2_908_000 picoseconds.
-		Weight::from_parts(3_152_000, 0)
+		// Minimum execution time: 2_866_000 picoseconds.
+		Weight::from_parts(3_032_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	fn execute_dispatch_signed() -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 2_086_000 picoseconds.
-		Weight::from_parts(2_285_000, 0)
+		// Minimum execution time: 2_113_000 picoseconds.
+		Weight::from_parts(2_243_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	fn execute_dispatch_unsigned() -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 2_054_000 picoseconds.
-		Weight::from_parts(2_214_000, 0)
+		// Minimum execution time: 2_115_000 picoseconds.
+		Weight::from_parts(2_232_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// Storage: `Scheduler::Agenda` (r:1 w:1)
@@ -143,11 +143,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `78 + s * (177 ±0)`
 		//  Estimated: `13928`
-		// Minimum execution time: 8_867_000 picoseconds.
-		Weight::from_parts(12_363_334, 0)
+		// Minimum execution time: 9_082_000 picoseconds.
+		Weight::from_parts(12_431_988, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
-			// Standard Error: 1_691
-			.saturating_add(Weight::from_parts(296_815, 0).saturating_mul(s.into()))
+			// Standard Error: 1_755
+			.saturating_add(Weight::from_parts(281_391, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -162,11 +162,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `78 + s * (177 ±0)`
 		//  Estimated: `13928`
-		// Minimum execution time: 13_836_000 picoseconds.
-		Weight::from_parts(14_916_001, 0)
+		// Minimum execution time: 14_099_000 picoseconds.
+		Weight::from_parts(14_925_988, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
-			// Standard Error: 1_425
-			.saturating_add(Weight::from_parts(460_713, 0).saturating_mul(s.into()))
+			// Standard Error: 1_535
+			.saturating_add(Weight::from_parts(429_855, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(3))
 	}
@@ -179,11 +179,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `255 + s * (185 ±0)`
 		//  Estimated: `13928`
-		// Minimum execution time: 11_766_000 picoseconds.
-		Weight::from_parts(16_557_624, 0)
+		// Minimum execution time: 11_748_000 picoseconds.
+		Weight::from_parts(16_783_698, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
-			// Standard Error: 3_060
-			.saturating_add(Weight::from_parts(335_567, 0).saturating_mul(s.into()))
+			// Standard Error: 3_046
+			.saturating_add(Weight::from_parts(315_245, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -198,11 +198,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `281 + s * (185 ±0)`
 		//  Estimated: `13928`
-		// Minimum execution time: 16_011_000 picoseconds.
-		Weight::from_parts(18_148_326, 0)
+		// Minimum execution time: 16_437_000 picoseconds.
+		Weight::from_parts(18_011_685, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
-			// Standard Error: 2_790
-			.saturating_add(Weight::from_parts(487_689, 0).saturating_mul(s.into()))
+			// Standard Error: 2_243
+			.saturating_add(Weight::from_parts(465_901, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(3))
 	}
@@ -215,11 +215,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `118`
 		//  Estimated: `13928`
-		// Minimum execution time: 8_522_000 picoseconds.
-		Weight::from_parts(9_046_296, 0)
+		// Minimum execution time: 8_491_000 picoseconds.
+		Weight::from_parts(9_135_930, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
-			// Standard Error: 488
-			.saturating_add(Weight::from_parts(26_462, 0).saturating_mul(s.into()))
+			// Standard Error: 514
+			.saturating_add(Weight::from_parts(28_599, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -231,8 +231,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `8928`
 		//  Estimated: `13928`
-		// Minimum execution time: 22_054_000 picoseconds.
-		Weight::from_parts(22_621_000, 0)
+		// Minimum execution time: 20_862_000 picoseconds.
+		Weight::from_parts(22_527_000, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -247,8 +247,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `9606`
 		//  Estimated: `13928`
-		// Minimum execution time: 27_870_000 picoseconds.
-		Weight::from_parts(29_001_000, 0)
+		// Minimum execution time: 26_992_000 picoseconds.
+		Weight::from_parts(28_117_000, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -261,8 +261,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `8940`
 		//  Estimated: `13928`
-		// Minimum execution time: 20_856_000 picoseconds.
-		Weight::from_parts(21_558_000, 0)
+		// Minimum execution time: 20_196_000 picoseconds.
+		Weight::from_parts(20_766_000, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -277,8 +277,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `9618`
 		//  Estimated: `13928`
-		// Minimum execution time: 26_873_000 picoseconds.
-		Weight::from_parts(27_541_000, 0)
+		// Minimum execution time: 25_942_000 picoseconds.
+		Weight::from_parts(26_868_000, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
diff --git a/runtime/g1/src/weights/pallet_session.rs b/runtime/g1/src/weights/pallet_session.rs
index e94b60db..cb7acb07 100644
--- a/runtime/g1/src/weights/pallet_session.rs
+++ b/runtime/g1/src/weights/pallet_session.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_session`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -55,8 +55,8 @@ impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `810`
 		//  Estimated: `11700`
-		// Minimum execution time: 26_738_000 picoseconds.
-		Weight::from_parts(28_499_000, 0)
+		// Minimum execution time: 28_109_000 picoseconds.
+		Weight::from_parts(29_471_000, 0)
 			.saturating_add(Weight::from_parts(0, 11700))
 			.saturating_add(T::DbWeight::get().reads(5))
 			.saturating_add(T::DbWeight::get().writes(5))
@@ -69,8 +69,8 @@ impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `477`
 		//  Estimated: `3942`
-		// Minimum execution time: 16_284_000 picoseconds.
-		Weight::from_parts(17_061_000, 0)
+		// Minimum execution time: 15_904_000 picoseconds.
+		Weight::from_parts(16_537_000, 0)
 			.saturating_add(Weight::from_parts(0, 3942))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(5))
diff --git a/runtime/g1/src/weights/pallet_smith_members.rs b/runtime/g1/src/weights/pallet_smith_members.rs
index 47a1d8cc..9ada0fee 100644
--- a/runtime/g1/src/weights/pallet_smith_members.rs
+++ b/runtime/g1/src/weights/pallet_smith_members.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_smith_members`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `748`
 		//  Estimated: `6688`
-		// Minimum execution time: 30_506_000 picoseconds.
-		Weight::from_parts(31_832_000, 0)
+		// Minimum execution time: 31_350_000 picoseconds.
+		Weight::from_parts(32_770_000, 0)
 			.saturating_add(Weight::from_parts(0, 6688))
 			.saturating_add(T::DbWeight::get().reads(6))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -75,8 +75,8 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `566`
 		//  Estimated: `4031`
-		// Minimum execution time: 16_595_000 picoseconds.
-		Weight::from_parts(17_216_000, 0)
+		// Minimum execution time: 16_492_000 picoseconds.
+		Weight::from_parts(16_890_000, 0)
 			.saturating_add(Weight::from_parts(0, 4031))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -93,8 +93,8 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `591`
 		//  Estimated: `6531`
-		// Minimum execution time: 25_175_000 picoseconds.
-		Weight::from_parts(25_976_000, 0)
+		// Minimum execution time: 25_103_000 picoseconds.
+		Weight::from_parts(26_055_000, 0)
 			.saturating_add(Weight::from_parts(0, 6531))
 			.saturating_add(T::DbWeight::get().reads(5))
 			.saturating_add(T::DbWeight::get().writes(3))
@@ -119,8 +119,8 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `1171`
 		//  Estimated: `14536`
-		// Minimum execution time: 65_555_000 picoseconds.
-		Weight::from_parts(67_806_000, 0)
+		// Minimum execution time: 67_014_000 picoseconds.
+		Weight::from_parts(69_066_000, 0)
 			.saturating_add(Weight::from_parts(0, 14536))
 			.saturating_add(T::DbWeight::get().reads(11))
 			.saturating_add(T::DbWeight::get().writes(15))
@@ -131,8 +131,8 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `220`
 		//  Estimated: `3685`
-		// Minimum execution time: 4_028_000 picoseconds.
-		Weight::from_parts(4_207_000, 0)
+		// Minimum execution time: 4_009_000 picoseconds.
+		Weight::from_parts(4_149_000, 0)
 			.saturating_add(Weight::from_parts(0, 3685))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
diff --git a/runtime/g1/src/weights/pallet_sudo.rs b/runtime/g1/src/weights/pallet_sudo.rs
index 7f799552..8cf94cc0 100644
--- a/runtime/g1/src/weights/pallet_sudo.rs
+++ b/runtime/g1/src/weights/pallet_sudo.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_sudo`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `165`
 		//  Estimated: `1517`
-		// Minimum execution time: 8_692_000 picoseconds.
-		Weight::from_parts(9_207_000, 0)
+		// Minimum execution time: 8_805_000 picoseconds.
+		Weight::from_parts(9_170_000, 0)
 			.saturating_add(Weight::from_parts(0, 1517))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `165`
 		//  Estimated: `1517`
-		// Minimum execution time: 9_184_000 picoseconds.
-		Weight::from_parts(9_762_000, 0)
+		// Minimum execution time: 9_269_000 picoseconds.
+		Weight::from_parts(9_562_000, 0)
 			.saturating_add(Weight::from_parts(0, 1517))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
@@ -76,8 +76,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `165`
 		//  Estimated: `1517`
-		// Minimum execution time: 9_350_000 picoseconds.
-		Weight::from_parts(9_829_000, 0)
+		// Minimum execution time: 9_164_000 picoseconds.
+		Weight::from_parts(9_575_000, 0)
 			.saturating_add(Weight::from_parts(0, 1517))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
@@ -87,8 +87,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `165`
 		//  Estimated: `1517`
-		// Minimum execution time: 8_156_000 picoseconds.
-		Weight::from_parts(8_556_000, 0)
+		// Minimum execution time: 7_865_000 picoseconds.
+		Weight::from_parts(8_536_000, 0)
 			.saturating_add(Weight::from_parts(0, 1517))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -99,8 +99,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `165`
 		//  Estimated: `1517`
-		// Minimum execution time: 3_411_000 picoseconds.
-		Weight::from_parts(3_727_000, 0)
+		// Minimum execution time: 3_704_000 picoseconds.
+		Weight::from_parts(3_870_000, 0)
 			.saturating_add(Weight::from_parts(0, 1517))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
diff --git a/runtime/g1/src/weights/pallet_timestamp.rs b/runtime/g1/src/weights/pallet_timestamp.rs
index aafdf5d0..556ae529 100644
--- a/runtime/g1/src/weights/pallet_timestamp.rs
+++ b/runtime/g1/src/weights/pallet_timestamp.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_timestamp`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -57,8 +57,8 @@ impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `268`
 		//  Estimated: `1493`
-		// Minimum execution time: 10_751_000 picoseconds.
-		Weight::from_parts(11_183_000, 0)
+		// Minimum execution time: 10_855_000 picoseconds.
+		Weight::from_parts(11_518_000, 0)
 			.saturating_add(Weight::from_parts(0, 1493))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -67,8 +67,8 @@ impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `57`
 		//  Estimated: `0`
-		// Minimum execution time: 3_412_000 picoseconds.
-		Weight::from_parts(3_684_000, 0)
+		// Minimum execution time: 3_549_000 picoseconds.
+		Weight::from_parts(3_824_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 }
diff --git a/runtime/g1/src/weights/pallet_transaction_payment.rs b/runtime/g1/src/weights/pallet_transaction_payment.rs
index 4aba61d1..556b7f8f 100644
--- a/runtime/g1/src/weights/pallet_transaction_payment.rs
+++ b/runtime/g1/src/weights/pallet_transaction_payment.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_transaction_payment`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_transaction_payment::WeightInfo for WeightI
 		// Proof Size summary in bytes:
 		//  Measured:  `124`
 		//  Estimated: `6126`
-		// Minimum execution time: 44_890_000 picoseconds.
-		Weight::from_parts(46_626_000, 0)
+		// Minimum execution time: 45_569_000 picoseconds.
+		Weight::from_parts(47_029_000, 0)
 			.saturating_add(Weight::from_parts(0, 6126))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
diff --git a/runtime/g1/src/weights/pallet_treasury.rs b/runtime/g1/src/weights/pallet_treasury.rs
index 6c51a409..8a74b9be 100644
--- a/runtime/g1/src/weights/pallet_treasury.rs
+++ b/runtime/g1/src/weights/pallet_treasury.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_treasury`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `6`
 		//  Estimated: `1887`
-		// Minimum execution time: 3_304_000 picoseconds.
-		Weight::from_parts(3_679_000, 0)
+		// Minimum execution time: 3_556_000 picoseconds.
+		Weight::from_parts(3_805_000, 0)
 			.saturating_add(Weight::from_parts(0, 1887))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
@@ -77,11 +77,11 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `82 + p * (1 ±0)`
 		//  Estimated: `3558`
-		// Minimum execution time: 11_007_000 picoseconds.
-		Weight::from_parts(12_255_186, 0)
+		// Minimum execution time: 11_461_000 picoseconds.
+		Weight::from_parts(12_397_435, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
-			// Standard Error: 550
-			.saturating_add(Weight::from_parts(20_713, 0).saturating_mul(p.into()))
+			// Standard Error: 376
+			.saturating_add(Weight::from_parts(20_402, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -99,8 +99,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `6`
 		//  Estimated: `3526`
-		// Minimum execution time: 4_762_000 picoseconds.
-		Weight::from_parts(5_026_000, 0)
+		// Minimum execution time: 4_855_000 picoseconds.
+		Weight::from_parts(5_244_000, 0)
 			.saturating_add(Weight::from_parts(0, 3526))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
@@ -110,8 +110,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `6`
 		//  Estimated: `3526`
-		// Minimum execution time: 4_861_000 picoseconds.
-		Weight::from_parts(5_126_000, 0)
+		// Minimum execution time: 4_857_000 picoseconds.
+		Weight::from_parts(5_162_000, 0)
 			.saturating_add(Weight::from_parts(0, 3526))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
@@ -121,8 +121,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `6`
 		//  Estimated: `3526`
-		// Minimum execution time: 4_281_000 picoseconds.
-		Weight::from_parts(4_545_000, 0)
+		// Minimum execution time: 4_559_000 picoseconds.
+		Weight::from_parts(4_803_000, 0)
 			.saturating_add(Weight::from_parts(0, 3526))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
diff --git a/runtime/g1/src/weights/pallet_universal_dividend.rs b/runtime/g1/src/weights/pallet_universal_dividend.rs
index 54d242c2..d4f5c5ad 100644
--- a/runtime/g1/src/weights/pallet_universal_dividend.rs
+++ b/runtime/g1/src/weights/pallet_universal_dividend.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_universal_dividend`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -62,11 +62,11 @@ impl<T: frame_system::Config> pallet_universal_dividend::WeightInfo for WeightIn
 		// Proof Size summary in bytes:
 		//  Measured:  `676`
 		//  Estimated: `4141`
-		// Minimum execution time: 33_768_000 picoseconds.
-		Weight::from_parts(35_605_401, 0)
+		// Minimum execution time: 34_214_000 picoseconds.
+		Weight::from_parts(36_149_557, 0)
 			.saturating_add(Weight::from_parts(0, 4141))
-			// Standard Error: 436
-			.saturating_add(Weight::from_parts(45, 0).saturating_mul(i.into()))
+			// Standard Error: 651
+			.saturating_add(Weight::from_parts(1_976, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().reads(5))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -78,8 +78,8 @@ impl<T: frame_system::Config> pallet_universal_dividend::WeightInfo for WeightIn
 		// Proof Size summary in bytes:
 		//  Measured:  `156`
 		//  Estimated: `6126`
-		// Minimum execution time: 53_232_000 picoseconds.
-		Weight::from_parts(54_731_000, 0)
+		// Minimum execution time: 54_500_000 picoseconds.
+		Weight::from_parts(55_737_000, 0)
 			.saturating_add(Weight::from_parts(0, 6126))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -92,8 +92,8 @@ impl<T: frame_system::Config> pallet_universal_dividend::WeightInfo for WeightIn
 		// Proof Size summary in bytes:
 		//  Measured:  `93`
 		//  Estimated: `3558`
-		// Minimum execution time: 33_607_000 picoseconds.
-		Weight::from_parts(34_748_000, 0)
+		// Minimum execution time: 34_901_000 picoseconds.
+		Weight::from_parts(36_356_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -105,13 +105,15 @@ impl<T: frame_system::Config> pallet_universal_dividend::WeightInfo for WeightIn
 	/// Storage: `System::Account` (r:1 w:1)
 	/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`)
 	/// The range of component `i` is `[1, 160]`.
-	fn on_removed_member(_i: u32, ) -> Weight {
+	fn on_removed_member(i: u32, ) -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `181`
 		//  Estimated: `3558`
-		// Minimum execution time: 19_535_000 picoseconds.
-		Weight::from_parts(20_668_132, 0)
+		// Minimum execution time: 19_668_000 picoseconds.
+		Weight::from_parts(20_627_280, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
+			// Standard Error: 240
+			.saturating_add(Weight::from_parts(1_231, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
diff --git a/runtime/g1/src/weights/pallet_upgrade_origin.rs b/runtime/g1/src/weights/pallet_upgrade_origin.rs
index 6983ff37..ee5b396e 100644
--- a/runtime/g1/src/weights/pallet_upgrade_origin.rs
+++ b/runtime/g1/src/weights/pallet_upgrade_origin.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_upgrade_origin`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -51,8 +51,8 @@ impl<T: frame_system::Config> pallet_upgrade_origin::WeightInfo for WeightInfo<T
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 5_841_000 picoseconds.
-		Weight::from_parts(6_124_000, 0)
+		// Minimum execution time: 5_813_000 picoseconds.
+		Weight::from_parts(6_042_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 }
diff --git a/runtime/g1/src/weights/pallet_utility.rs b/runtime/g1/src/weights/pallet_utility.rs
index 65d3c258..27295fc6 100644
--- a/runtime/g1/src/weights/pallet_utility.rs
+++ b/runtime/g1/src/weights/pallet_utility.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_utility`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -52,18 +52,18 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 4_553_000 picoseconds.
-		Weight::from_parts(9_022_328, 0)
+		// Minimum execution time: 4_716_000 picoseconds.
+		Weight::from_parts(7_673_308, 0)
 			.saturating_add(Weight::from_parts(0, 0))
-			// Standard Error: 919
-			.saturating_add(Weight::from_parts(2_144_334, 0).saturating_mul(c.into()))
+			// Standard Error: 770
+			.saturating_add(Weight::from_parts(2_117_641, 0).saturating_mul(c.into()))
 	}
 	fn as_derivative() -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 3_880_000 picoseconds.
-		Weight::from_parts(4_136_000, 0)
+		// Minimum execution time: 4_001_000 picoseconds.
+		Weight::from_parts(4_245_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// The range of component `c` is `[0, 1000]`.
@@ -71,18 +71,18 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 4_353_000 picoseconds.
-		Weight::from_parts(6_881_349, 0)
+		// Minimum execution time: 4_595_000 picoseconds.
+		Weight::from_parts(10_269_354, 0)
 			.saturating_add(Weight::from_parts(0, 0))
-			// Standard Error: 1_885
-			.saturating_add(Weight::from_parts(2_298_594, 0).saturating_mul(c.into()))
+			// Standard Error: 1_442
+			.saturating_add(Weight::from_parts(2_277_997, 0).saturating_mul(c.into()))
 	}
 	fn dispatch_as() -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 6_070_000 picoseconds.
-		Weight::from_parts(6_315_000, 0)
+		// Minimum execution time: 5_835_000 picoseconds.
+		Weight::from_parts(6_174_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// The range of component `c` is `[0, 1000]`.
@@ -90,10 +90,10 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 4_601_000 picoseconds.
-		Weight::from_parts(8_498_997, 0)
+		// Minimum execution time: 4_523_000 picoseconds.
+		Weight::from_parts(9_986_300, 0)
 			.saturating_add(Weight::from_parts(0, 0))
-			// Standard Error: 1_017
-			.saturating_add(Weight::from_parts(2_137_745, 0).saturating_mul(c.into()))
+			// Standard Error: 1_088
+			.saturating_add(Weight::from_parts(2_086_124, 0).saturating_mul(c.into()))
 	}
 }
diff --git a/runtime/g1/src/weights/paritydb_weights.rs b/runtime/g1/src/weights/paritydb_weights.rs
index 2c93031c..00e7da53 100644
--- a/runtime/g1/src/weights/paritydb_weights.rs
+++ b/runtime/g1/src/weights/paritydb_weights.rs
@@ -1,6 +1,6 @@
 
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21 (Y/M/D)
+//! DATE: 2025-01-22 (Y/M/D)
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //!
 //! DATABASE: `ParityDb`, RUNTIME: `Äž1 Local Testnet`
@@ -34,31 +34,31 @@ pub mod constants {
 			/// Calculated by multiplying the *Average* of all values with `2.0` and adding `0`.
 			///
 			/// Stats nanoseconds:
-			///   Min, Max: 1_008, 1_595_677
-			///   Average:  12_057
-			///   Median:   1_764
-			///   Std-Dev:  126795.91
+			///   Min, Max: 816, 1_528_096
+			///   Average:  11_527
+			///   Median:   1_463
+			///   Std-Dev:  121434.48
 			///
 			/// Percentiles nanoseconds:
-			///   99th: 11_677
-			///   95th: 2_685
-			///   75th: 2_065
-			read: 24_114 * constants::WEIGHT_REF_TIME_PER_NANOS,
+			///   99th: 20_434
+			///   95th: 2_861
+			///   75th: 1_986
+			read: 23_054 * constants::WEIGHT_REF_TIME_PER_NANOS,
 
 			/// Time to write one storage item.
 			/// Calculated by multiplying the *Average* of all values with `2.0` and adding `0`.
 			///
 			/// Stats nanoseconds:
-			///   Min, Max: 3_458, 6_590_989
-			///   Average:  52_716
-			///   Median:   10_765
-			///   Std-Dev:  523497.89
+			///   Min, Max: 3_734, 6_625_499
+			///   Average:  51_983
+			///   Median:   9_943
+			///   Std-Dev:  526311.43
 			///
 			/// Percentiles nanoseconds:
-			///   99th: 42_276
-			///   95th: 16_976
-			///   75th: 12_825
-			write: 105_432 * constants::WEIGHT_REF_TIME_PER_NANOS,
+			///   99th: 19_667
+			///   95th: 15_786
+			///   75th: 11_745
+			write: 103_966 * constants::WEIGHT_REF_TIME_PER_NANOS,
 		};
 	}
 
diff --git a/runtime/gdev/src/weights/block_weights.rs b/runtime/gdev/src/weights/block_weights.rs
index 7570ada9..571ac5c4 100644
--- a/runtime/gdev/src/weights/block_weights.rs
+++ b/runtime/gdev/src/weights/block_weights.rs
@@ -1,6 +1,6 @@
 
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21 (Y/M/D)
+//! DATE: 2025-01-22 (Y/M/D)
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //!
 //! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Äždev Local Testnet`
@@ -26,17 +26,17 @@ parameter_types! {
 	/// Calculated by multiplying the *Average* with `1.0` and adding `0`.
 	///
 	/// Stats nanoseconds:
-	///   Min, Max: 120_100, 286_923
-	///   Average:  133_780
-	///   Median:   129_359
-	///   Std-Dev:  19253.19
+	///   Min, Max: 122_545, 345_032
+	///   Average:  138_548
+	///   Median:   133_458
+	///   Std-Dev:  23871.28
 	///
 	/// Percentiles nanoseconds:
-	///   99th: 206_988
-	///   95th: 143_647
-	///   75th: 134_013
+	///   99th: 214_321
+	///   95th: 155_132
+	///   75th: 137_306
 	pub const BlockExecutionWeight: Weight =
-		Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(133_780), 0);
+		Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(138_548), 0);
 }
 
 #[cfg(test)]
diff --git a/runtime/gdev/src/weights/extrinsic_weights.rs b/runtime/gdev/src/weights/extrinsic_weights.rs
index e5510a74..a1918cd1 100644
--- a/runtime/gdev/src/weights/extrinsic_weights.rs
+++ b/runtime/gdev/src/weights/extrinsic_weights.rs
@@ -1,6 +1,6 @@
 
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21 (Y/M/D)
+//! DATE: 2025-01-22 (Y/M/D)
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //!
 //! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Äždev Local Testnet`
@@ -26,17 +26,17 @@ parameter_types! {
 	/// Calculated by multiplying the *Average* with `1.0` and adding `0`.
 	///
 	/// Stats nanoseconds:
-	///   Min, Max: 96_818, 98_579
-	///   Average:  97_590
-	///   Median:   97_624
-	///   Std-Dev:  278.87
+	///   Min, Max: 92_602, 93_246
+	///   Average:  92_945
+	///   Median:   92_939
+	///   Std-Dev:  123.07
 	///
 	/// Percentiles nanoseconds:
-	///   99th: 98_160
-	///   95th: 97_941
-	///   75th: 97_705
+	///   99th: 93_229
+	///   95th: 93_175
+	///   75th: 93_023
 	pub const ExtrinsicBaseWeight: Weight =
-		Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(97_590), 0);
+		Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(92_945), 0);
 }
 
 #[cfg(test)]
diff --git a/runtime/gdev/src/weights/frame_benchmarking_baseline.rs b/runtime/gdev/src/weights/frame_benchmarking_baseline.rs
index c0259aa9..1d593d03 100644
--- a/runtime/gdev/src/weights/frame_benchmarking_baseline.rs
+++ b/runtime/gdev/src/weights/frame_benchmarking_baseline.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `frame_benchmarking::baseline`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -52,8 +52,8 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 87_000 picoseconds.
-		Weight::from_parts(115_569, 0)
+		// Minimum execution time: 83_000 picoseconds.
+		Weight::from_parts(120_949, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// The range of component `i` is `[0, 1000000]`.
@@ -61,8 +61,8 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 87_000 picoseconds.
-		Weight::from_parts(119_056, 0)
+		// Minimum execution time: 83_000 picoseconds.
+		Weight::from_parts(112_667, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// The range of component `i` is `[0, 1000000]`.
@@ -70,8 +70,8 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 85_000 picoseconds.
-		Weight::from_parts(116_260, 0)
+		// Minimum execution time: 84_000 picoseconds.
+		Weight::from_parts(112_957, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// The range of component `i` is `[0, 1000000]`.
@@ -79,16 +79,16 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 88_000 picoseconds.
-		Weight::from_parts(119_036, 0)
+		// Minimum execution time: 83_000 picoseconds.
+		Weight::from_parts(112_463, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	fn hashing() -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 19_468_064_000 picoseconds.
-		Weight::from_parts(19_552_616_000, 0)
+		// Minimum execution time: 19_580_244_000 picoseconds.
+		Weight::from_parts(19_630_816_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// The range of component `i` is `[0, 100]`.
@@ -96,10 +96,10 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 93_000 picoseconds.
-		Weight::from_parts(27_243_243, 0)
+		// Minimum execution time: 97_000 picoseconds.
+		Weight::from_parts(27_435_845, 0)
 			.saturating_add(Weight::from_parts(0, 0))
-			// Standard Error: 11_141
-			.saturating_add(Weight::from_parts(31_184_746, 0).saturating_mul(i.into()))
+			// Standard Error: 12_491
+			.saturating_add(Weight::from_parts(31_686_916, 0).saturating_mul(i.into()))
 	}
 }
diff --git a/runtime/gdev/src/weights/frame_system.rs b/runtime/gdev/src/weights/frame_system.rs
index 85b6b71b..6eeb7097 100644
--- a/runtime/gdev/src/weights/frame_system.rs
+++ b/runtime/gdev/src/weights/frame_system.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `frame_system`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -52,22 +52,22 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 1_834_000 picoseconds.
-		Weight::from_parts(1_904_000, 0)
+		// Minimum execution time: 1_997_000 picoseconds.
+		Weight::from_parts(2_094_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 			// Standard Error: 0
-			.saturating_add(Weight::from_parts(246, 0).saturating_mul(b.into()))
+			.saturating_add(Weight::from_parts(255, 0).saturating_mul(b.into()))
 	}
 	/// The range of component `b` is `[0, 3932160]`.
 	fn remark_with_event(b: u32, ) -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 5_011_000 picoseconds.
-		Weight::from_parts(5_080_000, 0)
+		// Minimum execution time: 4_988_000 picoseconds.
+		Weight::from_parts(5_038_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 			// Standard Error: 0
-			.saturating_add(Weight::from_parts(1_029, 0).saturating_mul(b.into()))
+			.saturating_add(Weight::from_parts(1_039, 0).saturating_mul(b.into()))
 	}
 	/// Storage: UNKNOWN KEY `0x3a686561707061676573` (r:0 w:1)
 	/// Proof: UNKNOWN KEY `0x3a686561707061676573` (r:0 w:1)
@@ -75,8 +75,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 3_258_000 picoseconds.
-		Weight::from_parts(3_560_000, 0)
+		// Minimum execution time: 3_352_000 picoseconds.
+		Weight::from_parts(3_521_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -86,8 +86,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 75_301_477_000 picoseconds.
-		Weight::from_parts(75_848_517_000, 0)
+		// Minimum execution time: 75_556_906_000 picoseconds.
+		Weight::from_parts(76_388_277_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -98,11 +98,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 1_865_000 picoseconds.
-		Weight::from_parts(1_895_000, 0)
+		// Minimum execution time: 1_910_000 picoseconds.
+		Weight::from_parts(2_007_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
-			// Standard Error: 466
-			.saturating_add(Weight::from_parts(553_299, 0).saturating_mul(i.into()))
+			// Standard Error: 579
+			.saturating_add(Weight::from_parts(586_595, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
 	}
 	/// Storage: `Skipped::Metadata` (r:0 w:0)
@@ -112,11 +112,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 1_770_000 picoseconds.
-		Weight::from_parts(1_919_000, 0)
+		// Minimum execution time: 1_817_000 picoseconds.
+		Weight::from_parts(2_003_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
-			// Standard Error: 617
-			.saturating_add(Weight::from_parts(440_627, 0).saturating_mul(i.into()))
+			// Standard Error: 759
+			.saturating_add(Weight::from_parts(464_650, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
 	}
 	/// Storage: `Skipped::Metadata` (r:0 w:0)
@@ -126,11 +126,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `78 + p * (69 ±0)`
 		//  Estimated: `75 + p * (70 ±0)`
-		// Minimum execution time: 3_380_000 picoseconds.
-		Weight::from_parts(3_581_000, 0)
+		// Minimum execution time: 3_438_000 picoseconds.
+		Weight::from_parts(3_566_000, 0)
 			.saturating_add(Weight::from_parts(0, 75))
-			// Standard Error: 742
-			.saturating_add(Weight::from_parts(1_023_189, 0).saturating_mul(p.into()))
+			// Standard Error: 755
+			.saturating_add(Weight::from_parts(1_043_550, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
 			.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
 			.saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into()))
@@ -141,8 +141,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 8_817_000 picoseconds.
-		Weight::from_parts(9_507_000, 0)
+		// Minimum execution time: 8_179_000 picoseconds.
+		Weight::from_parts(9_190_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -154,8 +154,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `22`
 		//  Estimated: `1518`
-		// Minimum execution time: 79_499_298_000 picoseconds.
-		Weight::from_parts(79_774_547_000, 0)
+		// Minimum execution time: 79_083_880_000 picoseconds.
+		Weight::from_parts(80_032_467_000, 0)
 			.saturating_add(Weight::from_parts(0, 1518))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(2))
diff --git a/runtime/gdev/src/weights/frame_system_extensions.rs b/runtime/gdev/src/weights/frame_system_extensions.rs
index 7c984176..704f925d 100644
--- a/runtime/gdev/src/weights/frame_system_extensions.rs
+++ b/runtime/gdev/src/weights/frame_system_extensions.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `frame_system_extensions`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -51,32 +51,32 @@ impl<T: frame_system::Config> frame_system::ExtensionsWeightInfo for WeightInfo<
 		// Proof Size summary in bytes:
 		//  Measured:  `30`
 		//  Estimated: `0`
-		// Minimum execution time: 2_436_000 picoseconds.
-		Weight::from_parts(2_674_000, 0)
+		// Minimum execution time: 2_433_000 picoseconds.
+		Weight::from_parts(2_695_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	fn check_mortality_mortal_transaction() -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `68`
 		//  Estimated: `0`
-		// Minimum execution time: 5_075_000 picoseconds.
-		Weight::from_parts(5_349_000, 0)
+		// Minimum execution time: 5_217_000 picoseconds.
+		Weight::from_parts(5_519_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	fn check_mortality_immortal_transaction() -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `68`
 		//  Estimated: `0`
-		// Minimum execution time: 5_062_000 picoseconds.
-		Weight::from_parts(5_342_000, 0)
+		// Minimum execution time: 5_320_000 picoseconds.
+		Weight::from_parts(5_645_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	fn check_non_zero_sender() -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 363_000 picoseconds.
-		Weight::from_parts(421_000, 0)
+		// Minimum execution time: 377_000 picoseconds.
+		Weight::from_parts(475_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// Storage: `System::Account` (r:1 w:1)
@@ -85,8 +85,8 @@ impl<T: frame_system::Config> frame_system::ExtensionsWeightInfo for WeightInfo<
 		// Proof Size summary in bytes:
 		//  Measured:  `61`
 		//  Estimated: `3558`
-		// Minimum execution time: 5_553_000 picoseconds.
-		Weight::from_parts(5_913_000, 0)
+		// Minimum execution time: 5_905_000 picoseconds.
+		Weight::from_parts(6_222_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -95,24 +95,24 @@ impl<T: frame_system::Config> frame_system::ExtensionsWeightInfo for WeightInfo<
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 293_000 picoseconds.
-		Weight::from_parts(343_000, 0)
+		// Minimum execution time: 295_000 picoseconds.
+		Weight::from_parts(353_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	fn check_tx_version() -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 300_000 picoseconds.
-		Weight::from_parts(350_000, 0)
+		// Minimum execution time: 301_000 picoseconds.
+		Weight::from_parts(351_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	fn check_weight() -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 3_308_000 picoseconds.
-		Weight::from_parts(3_540_000, 0)
+		// Minimum execution time: 3_405_000 picoseconds.
+		Weight::from_parts(3_699_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 }
diff --git a/runtime/gdev/src/weights/pallet_authority_members.rs b/runtime/gdev/src/weights/pallet_authority_members.rs
index e1492871..121c8a30 100644
--- a/runtime/gdev/src/weights/pallet_authority_members.rs
+++ b/runtime/gdev/src/weights/pallet_authority_members.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_authority_members`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -63,8 +63,8 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf
 		// Proof Size summary in bytes:
 		//  Measured:  `867`
 		//  Estimated: `4332`
-		// Minimum execution time: 22_992_000 picoseconds.
-		Weight::from_parts(23_592_000, 0)
+		// Minimum execution time: 22_932_000 picoseconds.
+		Weight::from_parts(24_576_000, 0)
 			.saturating_add(Weight::from_parts(0, 4332))
 			.saturating_add(T::DbWeight::get().reads(6))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -89,8 +89,8 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf
 		// Proof Size summary in bytes:
 		//  Measured:  `1324`
 		//  Estimated: `4789`
-		// Minimum execution time: 33_408_000 picoseconds.
-		Weight::from_parts(34_313_000, 0)
+		// Minimum execution time: 33_979_000 picoseconds.
+		Weight::from_parts(36_438_000, 0)
 			.saturating_add(Weight::from_parts(0, 4789))
 			.saturating_add(T::DbWeight::get().reads(8))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -111,8 +111,8 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf
 		// Proof Size summary in bytes:
 		//  Measured:  `1773`
 		//  Estimated: `12663`
-		// Minimum execution time: 40_971_000 picoseconds.
-		Weight::from_parts(42_349_000, 0)
+		// Minimum execution time: 42_263_000 picoseconds.
+		Weight::from_parts(43_544_000, 0)
 			.saturating_add(Weight::from_parts(0, 12663))
 			.saturating_add(T::DbWeight::get().reads(8))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -135,8 +135,8 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf
 		// Proof Size summary in bytes:
 		//  Measured:  `848`
 		//  Estimated: `4313`
-		// Minimum execution time: 36_693_000 picoseconds.
-		Weight::from_parts(37_991_000, 0)
+		// Minimum execution time: 36_170_000 picoseconds.
+		Weight::from_parts(37_876_000, 0)
 			.saturating_add(Weight::from_parts(0, 4313))
 			.saturating_add(T::DbWeight::get().reads(6))
 			.saturating_add(T::DbWeight::get().writes(10))
@@ -147,8 +147,8 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf
 		// Proof Size summary in bytes:
 		//  Measured:  `199`
 		//  Estimated: `1684`
-		// Minimum execution time: 8_743_000 picoseconds.
-		Weight::from_parts(9_113_000, 0)
+		// Minimum execution time: 8_913_000 picoseconds.
+		Weight::from_parts(9_453_000, 0)
 			.saturating_add(Weight::from_parts(0, 1684))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
diff --git a/runtime/gdev/src/weights/pallet_balances.rs b/runtime/gdev/src/weights/pallet_balances.rs
index 05082b79..305c5bb8 100644
--- a/runtime/gdev/src/weights/pallet_balances.rs
+++ b/runtime/gdev/src/weights/pallet_balances.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_balances`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `63`
 		//  Estimated: `6126`
-		// Minimum execution time: 48_882_000 picoseconds.
-		Weight::from_parts(49_804_000, 0)
+		// Minimum execution time: 48_945_000 picoseconds.
+		Weight::from_parts(50_657_000, 0)
 			.saturating_add(Weight::from_parts(0, 6126))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `3558`
-		// Minimum execution time: 30_183_000 picoseconds.
-		Weight::from_parts(30_850_000, 0)
+		// Minimum execution time: 30_270_000 picoseconds.
+		Weight::from_parts(31_069_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -77,8 +77,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `134`
 		//  Estimated: `3558`
-		// Minimum execution time: 10_997_000 picoseconds.
-		Weight::from_parts(11_406_000, 0)
+		// Minimum execution time: 11_030_000 picoseconds.
+		Weight::from_parts(11_539_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -89,8 +89,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `134`
 		//  Estimated: `3558`
-		// Minimum execution time: 16_532_000 picoseconds.
-		Weight::from_parts(17_688_000, 0)
+		// Minimum execution time: 16_693_000 picoseconds.
+		Weight::from_parts(17_705_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -101,8 +101,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `126`
 		//  Estimated: `8694`
-		// Minimum execution time: 50_088_000 picoseconds.
-		Weight::from_parts(51_308_000, 0)
+		// Minimum execution time: 51_017_000 picoseconds.
+		Weight::from_parts(52_495_000, 0)
 			.saturating_add(Weight::from_parts(0, 8694))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(3))
@@ -113,8 +113,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `3558`
-		// Minimum execution time: 36_413_000 picoseconds.
-		Weight::from_parts(37_498_000, 0)
+		// Minimum execution time: 37_080_000 picoseconds.
+		Weight::from_parts(37_873_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -125,8 +125,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `134`
 		//  Estimated: `3558`
-		// Minimum execution time: 13_556_000 picoseconds.
-		Weight::from_parts(13_940_000, 0)
+		// Minimum execution time: 13_637_000 picoseconds.
+		Weight::from_parts(14_362_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -135,8 +135,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 5_359_000 picoseconds.
-		Weight::from_parts(5_585_000, 0)
+		// Minimum execution time: 5_588_000 picoseconds.
+		Weight::from_parts(5_942_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// Storage: `System::Account` (r:1 w:1)
@@ -145,8 +145,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `63`
 		//  Estimated: `3558`
-		// Minimum execution time: 34_319_000 picoseconds.
-		Weight::from_parts(35_184_000, 0)
+		// Minimum execution time: 34_789_000 picoseconds.
+		Weight::from_parts(36_021_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -155,8 +155,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 15_604_000 picoseconds.
-		Weight::from_parts(16_171_000, 0)
+		// Minimum execution time: 15_975_000 picoseconds.
+		Weight::from_parts(16_516_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 }
diff --git a/runtime/gdev/src/weights/pallet_certification.rs b/runtime/gdev/src/weights/pallet_certification.rs
index 258d8c51..945112ab 100644
--- a/runtime/gdev/src/weights/pallet_certification.rs
+++ b/runtime/gdev/src/weights/pallet_certification.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_certification`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -63,8 +63,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `1074`
 		//  Estimated: `7014`
-		// Minimum execution time: 39_873_000 picoseconds.
-		Weight::from_parts(41_882_000, 0)
+		// Minimum execution time: 39_750_000 picoseconds.
+		Weight::from_parts(42_497_000, 0)
 			.saturating_add(Weight::from_parts(0, 7014))
 			.saturating_add(T::DbWeight::get().reads(8))
 			.saturating_add(T::DbWeight::get().writes(4))
@@ -85,8 +85,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `1097`
 		//  Estimated: `7037`
-		// Minimum execution time: 37_257_000 picoseconds.
-		Weight::from_parts(38_973_000, 0)
+		// Minimum execution time: 38_013_000 picoseconds.
+		Weight::from_parts(39_453_000, 0)
 			.saturating_add(Weight::from_parts(0, 7037))
 			.saturating_add(T::DbWeight::get().reads(7))
 			.saturating_add(T::DbWeight::get().writes(3))
@@ -101,8 +101,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `528`
 		//  Estimated: `6468`
-		// Minimum execution time: 19_205_000 picoseconds.
-		Weight::from_parts(20_199_000, 0)
+		// Minimum execution time: 19_735_000 picoseconds.
+		Weight::from_parts(20_458_000, 0)
 			.saturating_add(Weight::from_parts(0, 6468))
 			.saturating_add(T::DbWeight::get().reads(4))
 			.saturating_add(T::DbWeight::get().writes(3))
@@ -120,11 +120,11 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `690 + i * (35 ±0)`
 		//  Estimated: `4160 + i * (2511 ±0)`
-		// Minimum execution time: 30_558_000 picoseconds.
-		Weight::from_parts(24_836_928, 0)
+		// Minimum execution time: 30_467_000 picoseconds.
+		Weight::from_parts(6_334_106, 0)
 			.saturating_add(Weight::from_parts(0, 4160))
-			// Standard Error: 2_643
-			.saturating_add(Weight::from_parts(4_595_084, 0).saturating_mul(i.into()))
+			// Standard Error: 3_509
+			.saturating_add(Weight::from_parts(4_753_946, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into())))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -138,7 +138,7 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T>
 		//  Measured:  `139`
 		//  Estimated: `3604`
 		// Minimum execution time: 3_239_000 picoseconds.
-		Weight::from_parts(3_564_000, 0)
+		Weight::from_parts(3_566_000, 0)
 			.saturating_add(Weight::from_parts(0, 3604))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
@@ -148,8 +148,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `276`
 		//  Estimated: `3741`
-		// Minimum execution time: 5_008_000 picoseconds.
-		Weight::from_parts(5_373_000, 0)
+		// Minimum execution time: 5_082_000 picoseconds.
+		Weight::from_parts(5_456_000, 0)
 			.saturating_add(Weight::from_parts(0, 3741))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -166,8 +166,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `822`
 		//  Estimated: `6762`
-		// Minimum execution time: 27_592_000 picoseconds.
-		Weight::from_parts(29_086_000, 0)
+		// Minimum execution time: 28_090_000 picoseconds.
+		Weight::from_parts(29_822_000, 0)
 			.saturating_add(Weight::from_parts(0, 6762))
 			.saturating_add(T::DbWeight::get().reads(5))
 			.saturating_add(T::DbWeight::get().writes(3))
@@ -185,11 +185,11 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `654 + i * (35 ±0)`
 		//  Estimated: `4127 + i * (2511 ±0)`
-		// Minimum execution time: 27_310_000 picoseconds.
-		Weight::from_parts(22_608_001, 0)
+		// Minimum execution time: 27_313_000 picoseconds.
+		Weight::from_parts(22_400_854, 0)
 			.saturating_add(Weight::from_parts(0, 4127))
-			// Standard Error: 5_140
-			.saturating_add(Weight::from_parts(4_330_090, 0).saturating_mul(i.into()))
+			// Standard Error: 4_211
+			.saturating_add(Weight::from_parts(4_415_904, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into())))
 			.saturating_add(T::DbWeight::get().writes(1))
diff --git a/runtime/gdev/src/weights/pallet_collective.rs b/runtime/gdev/src/weights/pallet_collective.rs
index 00d4ffaf..569a635f 100644
--- a/runtime/gdev/src/weights/pallet_collective.rs
+++ b/runtime/gdev/src/weights/pallet_collective.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_collective`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -62,13 +62,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0 + m * (672 ±0) + p * (3191 ±0)`
 		//  Estimated: `10019 + m * (416 ±4) + p * (4183 ±23)`
-		// Minimum execution time: 11_684_000 picoseconds.
-		Weight::from_parts(12_087_000, 0)
+		// Minimum execution time: 11_776_000 picoseconds.
+		Weight::from_parts(12_075_000, 0)
 			.saturating_add(Weight::from_parts(0, 10019))
-			// Standard Error: 11_136
-			.saturating_add(Weight::from_parts(823_523, 0).saturating_mul(m.into()))
-			// Standard Error: 55_049
-			.saturating_add(Weight::from_parts(7_229_869, 0).saturating_mul(p.into()))
+			// Standard Error: 12_024
+			.saturating_add(Weight::from_parts(865_492, 0).saturating_mul(m.into()))
+			// Standard Error: 59_440
+			.saturating_add(Weight::from_parts(7_683_599, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -84,13 +84,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `32 + m * (32 ±0)`
 		//  Estimated: `1518 + m * (32 ±0)`
-		// Minimum execution time: 10_869_000 picoseconds.
-		Weight::from_parts(10_464_637, 0)
+		// Minimum execution time: 11_127_000 picoseconds.
+		Weight::from_parts(10_511_151, 0)
 			.saturating_add(Weight::from_parts(0, 1518))
-			// Standard Error: 30
-			.saturating_add(Weight::from_parts(1_265, 0).saturating_mul(b.into()))
-			// Standard Error: 315
-			.saturating_add(Weight::from_parts(12_885, 0).saturating_mul(m.into()))
+			// Standard Error: 31
+			.saturating_add(Weight::from_parts(1_475, 0).saturating_mul(b.into()))
+			// Standard Error: 323
+			.saturating_add(Weight::from_parts(14_197, 0).saturating_mul(m.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into()))
 	}
@@ -104,13 +104,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `32 + m * (32 ±0)`
 		//  Estimated: `3498 + m * (32 ±0)`
-		// Minimum execution time: 12_847_000 picoseconds.
-		Weight::from_parts(12_706_307, 0)
+		// Minimum execution time: 13_287_000 picoseconds.
+		Weight::from_parts(12_735_289, 0)
 			.saturating_add(Weight::from_parts(0, 3498))
-			// Standard Error: 36
-			.saturating_add(Weight::from_parts(1_363, 0).saturating_mul(b.into()))
-			// Standard Error: 375
-			.saturating_add(Weight::from_parts(20_434, 0).saturating_mul(m.into()))
+			// Standard Error: 45
+			.saturating_add(Weight::from_parts(1_457, 0).saturating_mul(b.into()))
+			// Standard Error: 465
+			.saturating_add(Weight::from_parts(21_400, 0).saturating_mul(m.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into()))
 	}
@@ -131,15 +131,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `24 + m * (32 ±0) + p * (55 ±0)`
 		//  Estimated: `3461 + m * (32 ±0) + p * (54 ±0)`
-		// Minimum execution time: 18_121_000 picoseconds.
-		Weight::from_parts(17_266_155, 0)
+		// Minimum execution time: 18_162_000 picoseconds.
+		Weight::from_parts(16_614_247, 0)
 			.saturating_add(Weight::from_parts(0, 3461))
-			// Standard Error: 63
-			.saturating_add(Weight::from_parts(2_294, 0).saturating_mul(b.into()))
-			// Standard Error: 658
-			.saturating_add(Weight::from_parts(15_458, 0).saturating_mul(m.into()))
-			// Standard Error: 3_289
-			.saturating_add(Weight::from_parts(262_108, 0).saturating_mul(p.into()))
+			// Standard Error: 62
+			.saturating_add(Weight::from_parts(2_325, 0).saturating_mul(b.into()))
+			// Standard Error: 651
+			.saturating_add(Weight::from_parts(19_921, 0).saturating_mul(m.into()))
+			// Standard Error: 3_253
+			.saturating_add(Weight::from_parts(288_035, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(4))
 			.saturating_add(T::DbWeight::get().writes(4))
 			.saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into()))
@@ -154,11 +154,11 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `573 + m * (64 ±0)`
 		//  Estimated: `4037 + m * (64 ±0)`
-		// Minimum execution time: 16_505_000 picoseconds.
-		Weight::from_parts(17_215_066, 0)
+		// Minimum execution time: 16_042_000 picoseconds.
+		Weight::from_parts(17_441_298, 0)
 			.saturating_add(Weight::from_parts(0, 4037))
-			// Standard Error: 681
-			.saturating_add(Weight::from_parts(37_598, 0).saturating_mul(m.into()))
+			// Standard Error: 728
+			.saturating_add(Weight::from_parts(38_625, 0).saturating_mul(m.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
 			.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
@@ -177,13 +177,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `117 + m * (64 ±0) + p * (55 ±0)`
 		//  Estimated: `3591 + m * (64 ±0) + p * (55 ±0)`
-		// Minimum execution time: 20_512_000 picoseconds.
-		Weight::from_parts(19_193_498, 0)
+		// Minimum execution time: 20_982_000 picoseconds.
+		Weight::from_parts(19_417_230, 0)
 			.saturating_add(Weight::from_parts(0, 3591))
-			// Standard Error: 628
-			.saturating_add(Weight::from_parts(31_989, 0).saturating_mul(m.into()))
-			// Standard Error: 3_105
-			.saturating_add(Weight::from_parts(241_185, 0).saturating_mul(p.into()))
+			// Standard Error: 679
+			.saturating_add(Weight::from_parts(32_252, 0).saturating_mul(m.into()))
+			// Standard Error: 3_355
+			.saturating_add(Weight::from_parts(248_611, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(3))
 			.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
@@ -204,15 +204,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `62 + b * (1 ±0) + m * (64 ±0) + p * (78 ±0)`
 		//  Estimated: `3619 + b * (1 ±0) + m * (63 ±0) + p * (74 ±0)`
-		// Minimum execution time: 28_186_000 picoseconds.
-		Weight::from_parts(27_640_473, 0)
+		// Minimum execution time: 28_988_000 picoseconds.
+		Weight::from_parts(27_951_530, 0)
 			.saturating_add(Weight::from_parts(0, 3619))
-			// Standard Error: 158
-			.saturating_add(Weight::from_parts(2_423, 0).saturating_mul(b.into()))
-			// Standard Error: 1_675
-			.saturating_add(Weight::from_parts(10_618, 0).saturating_mul(m.into()))
-			// Standard Error: 8_263
-			.saturating_add(Weight::from_parts(464_356, 0).saturating_mul(p.into()))
+			// Standard Error: 164
+			.saturating_add(Weight::from_parts(2_377, 0).saturating_mul(b.into()))
+			// Standard Error: 1_735
+			.saturating_add(Weight::from_parts(9_891, 0).saturating_mul(m.into()))
+			// Standard Error: 8_562
+			.saturating_add(Weight::from_parts(480_429, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(4))
 			.saturating_add(T::DbWeight::get().writes(3))
 			.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
@@ -235,13 +235,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `137 + m * (64 ±0) + p * (55 ±0)`
 		//  Estimated: `3611 + m * (64 ±0) + p * (55 ±0)`
-		// Minimum execution time: 22_534_000 picoseconds.
-		Weight::from_parts(20_909_348, 0)
+		// Minimum execution time: 22_896_000 picoseconds.
+		Weight::from_parts(21_227_619, 0)
 			.saturating_add(Weight::from_parts(0, 3611))
-			// Standard Error: 627
-			.saturating_add(Weight::from_parts(33_243, 0).saturating_mul(m.into()))
-			// Standard Error: 3_098
-			.saturating_add(Weight::from_parts(259_439, 0).saturating_mul(p.into()))
+			// Standard Error: 631
+			.saturating_add(Weight::from_parts(32_963, 0).saturating_mul(m.into()))
+			// Standard Error: 3_117
+			.saturating_add(Weight::from_parts(266_136, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(4))
 			.saturating_add(T::DbWeight::get().writes(3))
 			.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
@@ -264,15 +264,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `82 + b * (1 ±0) + m * (64 ±0) + p * (78 ±0)`
 		//  Estimated: `3639 + b * (1 ±0) + m * (63 ±0) + p * (74 ±0)`
-		// Minimum execution time: 31_087_000 picoseconds.
-		Weight::from_parts(30_928_327, 0)
+		// Minimum execution time: 31_007_000 picoseconds.
+		Weight::from_parts(30_074_134, 0)
 			.saturating_add(Weight::from_parts(0, 3639))
-			// Standard Error: 109
-			.saturating_add(Weight::from_parts(2_199, 0).saturating_mul(b.into()))
-			// Standard Error: 1_162
-			.saturating_add(Weight::from_parts(18_586, 0).saturating_mul(m.into()))
-			// Standard Error: 5_733
-			.saturating_add(Weight::from_parts(398_272, 0).saturating_mul(p.into()))
+			// Standard Error: 118
+			.saturating_add(Weight::from_parts(2_519, 0).saturating_mul(b.into()))
+			// Standard Error: 1_253
+			.saturating_add(Weight::from_parts(25_021, 0).saturating_mul(m.into()))
+			// Standard Error: 6_182
+			.saturating_add(Weight::from_parts(417_952, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(5))
 			.saturating_add(T::DbWeight::get().writes(3))
 			.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
@@ -290,11 +290,11 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `189 + p * (32 ±0)`
 		//  Estimated: `1674 + p * (32 ±0)`
-		// Minimum execution time: 10_684_000 picoseconds.
-		Weight::from_parts(11_810_154, 0)
+		// Minimum execution time: 11_060_000 picoseconds.
+		Weight::from_parts(11_988_016, 0)
 			.saturating_add(Weight::from_parts(0, 1674))
-			// Standard Error: 1_844
-			.saturating_add(Weight::from_parts(154_113, 0).saturating_mul(p.into()))
+			// Standard Error: 1_654
+			.saturating_add(Weight::from_parts(150_655, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(3))
 			.saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into()))
@@ -313,11 +313,11 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `1243 + p * (55 ±0)`
 		//  Estimated: `4710 + d * (5 ±1) + p * (55 ±0)`
-		// Minimum execution time: 15_934_000 picoseconds.
-		Weight::from_parts(17_697_992, 0)
+		// Minimum execution time: 16_269_000 picoseconds.
+		Weight::from_parts(17_903_116, 0)
 			.saturating_add(Weight::from_parts(0, 4710))
-			// Standard Error: 2_678
-			.saturating_add(Weight::from_parts(255_078, 0).saturating_mul(p.into()))
+			// Standard Error: 2_954
+			.saturating_add(Weight::from_parts(262_949, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(3))
 			.saturating_add(Weight::from_parts(0, 5).saturating_mul(d.into()))
@@ -331,8 +331,8 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `676`
 		//  Estimated: `4141`
-		// Minimum execution time: 10_481_000 picoseconds.
-		Weight::from_parts(11_038_000, 0)
+		// Minimum execution time: 10_685_000 picoseconds.
+		Weight::from_parts(11_385_000, 0)
 			.saturating_add(Weight::from_parts(0, 4141))
 			.saturating_add(T::DbWeight::get().reads(2))
 	}
diff --git a/runtime/gdev/src/weights/pallet_distance.rs b/runtime/gdev/src/weights/pallet_distance.rs
index 65d14249..ed5d61df 100644
--- a/runtime/gdev/src/weights/pallet_distance.rs
+++ b/runtime/gdev/src/weights/pallet_distance.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_distance`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -71,8 +71,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `1245`
 		//  Estimated: `4710`
-		// Minimum execution time: 65_893_000 picoseconds.
-		Weight::from_parts(67_902_000, 0)
+		// Minimum execution time: 66_372_000 picoseconds.
+		Weight::from_parts(67_880_000, 0)
 			.saturating_add(Weight::from_parts(0, 4710))
 			.saturating_add(T::DbWeight::get().reads(10))
 			.saturating_add(T::DbWeight::get().writes(4))
@@ -101,8 +101,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `1274`
 		//  Estimated: `7214`
-		// Minimum execution time: 68_406_000 picoseconds.
-		Weight::from_parts(70_507_000, 0)
+		// Minimum execution time: 70_152_000 picoseconds.
+		Weight::from_parts(71_537_000, 0)
 			.saturating_add(Weight::from_parts(0, 7214))
 			.saturating_add(T::DbWeight::get().reads(11))
 			.saturating_add(T::DbWeight::get().writes(4))
@@ -120,11 +120,11 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `304 + i * (10 ±0)`
 		//  Estimated: `1789 + i * (10 ±0)`
-		// Minimum execution time: 12_183_000 picoseconds.
-		Weight::from_parts(14_504_868, 0)
+		// Minimum execution time: 12_055_000 picoseconds.
+		Weight::from_parts(14_797_886, 0)
 			.saturating_add(Weight::from_parts(0, 1789))
-			// Standard Error: 297
-			.saturating_add(Weight::from_parts(103_050, 0).saturating_mul(i.into()))
+			// Standard Error: 441
+			.saturating_add(Weight::from_parts(114_780, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().reads(4))
 			.saturating_add(T::DbWeight::get().writes(2))
 			.saturating_add(Weight::from_parts(0, 10).saturating_mul(i.into()))
@@ -138,11 +138,11 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `162 + i * (10 ±0)`
 		//  Estimated: `1647 + i * (10 ±0)`
-		// Minimum execution time: 7_304_000 picoseconds.
-		Weight::from_parts(9_188_628, 0)
+		// Minimum execution time: 7_280_000 picoseconds.
+		Weight::from_parts(9_370_149, 0)
 			.saturating_add(Weight::from_parts(0, 1647))
-			// Standard Error: 82
-			.saturating_add(Weight::from_parts(102_101, 0).saturating_mul(i.into()))
+			// Standard Error: 111
+			.saturating_add(Weight::from_parts(113_125, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
 			.saturating_add(Weight::from_parts(0, 10).saturating_mul(i.into()))
@@ -159,8 +159,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `650`
 		//  Estimated: `6590`
-		// Minimum execution time: 31_432_000 picoseconds.
-		Weight::from_parts(32_621_000, 0)
+		// Minimum execution time: 31_735_000 picoseconds.
+		Weight::from_parts(32_730_000, 0)
 			.saturating_add(Weight::from_parts(0, 6590))
 			.saturating_add(T::DbWeight::get().reads(5))
 			.saturating_add(T::DbWeight::get().writes(3))
@@ -169,8 +169,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 81_000 picoseconds.
-		Weight::from_parts(108_000, 0)
+		// Minimum execution time: 87_000 picoseconds.
+		Weight::from_parts(110_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// Storage: `System::ParentHash` (r:1 w:0)
@@ -197,8 +197,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `1062`
 		//  Estimated: `7002`
-		// Minimum execution time: 60_575_000 picoseconds.
-		Weight::from_parts(62_122_000, 0)
+		// Minimum execution time: 61_602_000 picoseconds.
+		Weight::from_parts(63_515_000, 0)
 			.saturating_add(Weight::from_parts(0, 7002))
 			.saturating_add(T::DbWeight::get().reads(10))
 			.saturating_add(T::DbWeight::get().writes(8))
@@ -219,8 +219,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `475`
 		//  Estimated: `6126`
-		// Minimum execution time: 41_133_000 picoseconds.
-		Weight::from_parts(42_270_000, 0)
+		// Minimum execution time: 41_612_000 picoseconds.
+		Weight::from_parts(43_127_000, 0)
 			.saturating_add(Weight::from_parts(0, 6126))
 			.saturating_add(T::DbWeight::get().reads(6))
 			.saturating_add(T::DbWeight::get().writes(6))
@@ -235,8 +235,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `136`
 		//  Estimated: `1621`
-		// Minimum execution time: 4_180_000 picoseconds.
-		Weight::from_parts(4_557_000, 0)
+		// Minimum execution time: 4_339_000 picoseconds.
+		Weight::from_parts(4_590_000, 0)
 			.saturating_add(Weight::from_parts(0, 1621))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -247,8 +247,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `157`
 		//  Estimated: `1642`
-		// Minimum execution time: 4_030_000 picoseconds.
-		Weight::from_parts(4_245_000, 0)
+		// Minimum execution time: 3_914_000 picoseconds.
+		Weight::from_parts(4_212_000, 0)
 			.saturating_add(Weight::from_parts(0, 1642))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
diff --git a/runtime/gdev/src/weights/pallet_duniter_account.rs b/runtime/gdev/src/weights/pallet_duniter_account.rs
index 57b934a1..3f4d9cd5 100644
--- a/runtime/gdev/src/weights/pallet_duniter_account.rs
+++ b/runtime/gdev/src/weights/pallet_duniter_account.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_duniter_account`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_duniter_account::WeightInfo for WeightInfo<
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `3558`
-		// Minimum execution time: 4_347_000 picoseconds.
-		Weight::from_parts(4_573_000, 0)
+		// Minimum execution time: 4_307_000 picoseconds.
+		Weight::from_parts(4_532_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
diff --git a/runtime/gdev/src/weights/pallet_identity.rs b/runtime/gdev/src/weights/pallet_identity.rs
index ed47617a..bcb29a76 100644
--- a/runtime/gdev/src/weights/pallet_identity.rs
+++ b/runtime/gdev/src/weights/pallet_identity.rs
@@ -29,7 +29,7 @@
 // --genesis-builder=spec-genesis
 // --steps=50
 // --repeat=20
-// --pallet=pallet-identity
+// --pallet=*
 // --extrinsic=*
 // --wasm-execution=compiled
 // --heap-pages=4096
@@ -73,8 +73,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `1153`
 		//  Estimated: `7093`
-		// Minimum execution time: 74_393_000 picoseconds.
-		Weight::from_parts(77_378_000, 0)
+		// Minimum execution time: 74_576_000 picoseconds.
+		Weight::from_parts(76_469_000, 0)
 			.saturating_add(Weight::from_parts(0, 7093))
 			.saturating_add(T::DbWeight::get().reads(13))
 			.saturating_add(T::DbWeight::get().writes(12))
@@ -91,8 +91,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `784`
 		//  Estimated: `6724`
-		// Minimum execution time: 32_530_000 picoseconds.
-		Weight::from_parts(34_341_000, 0)
+		// Minimum execution time: 31_821_000 picoseconds.
+		Weight::from_parts(33_505_000, 0)
 			.saturating_add(Weight::from_parts(0, 6724))
 			.saturating_add(T::DbWeight::get().reads(5))
 			.saturating_add(T::DbWeight::get().writes(4))
@@ -111,8 +111,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `936`
 		//  Estimated: `6876`
-		// Minimum execution time: 85_062_000 picoseconds.
-		Weight::from_parts(86_986_000, 0)
+		// Minimum execution time: 80_805_000 picoseconds.
+		Weight::from_parts(84_585_000, 0)
 			.saturating_add(Weight::from_parts(0, 6876))
 			.saturating_add(T::DbWeight::get().reads(7))
 			.saturating_add(T::DbWeight::get().writes(5))
@@ -131,8 +131,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `673`
 		//  Estimated: `6613`
-		// Minimum execution time: 68_908_000 picoseconds.
-		Weight::from_parts(70_177_000, 0)
+		// Minimum execution time: 66_551_000 picoseconds.
+		Weight::from_parts(68_053_000, 0)
 			.saturating_add(Weight::from_parts(0, 6613))
 			.saturating_add(T::DbWeight::get().reads(5))
 			.saturating_add(T::DbWeight::get().writes(5))
@@ -144,11 +144,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 4_149_000 picoseconds.
-		Weight::from_parts(4_296_000, 0)
+		// Minimum execution time: 4_016_000 picoseconds.
+		Weight::from_parts(4_355_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
-			// Standard Error: 1_053
-			.saturating_add(Weight::from_parts(1_182_170, 0).saturating_mul(i.into()))
+			// Standard Error: 1_990
+			.saturating_add(Weight::from_parts(1_228_452, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().writes(1))
 			.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
 	}
@@ -158,8 +158,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `104`
 		//  Estimated: `3558`
-		// Minimum execution time: 7_755_000 picoseconds.
-		Weight::from_parts(8_142_000, 0)
+		// Minimum execution time: 7_463_000 picoseconds.
+		Weight::from_parts(7_953_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -174,8 +174,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `379`
 		//  Estimated: `3844`
-		// Minimum execution time: 54_737_000 picoseconds.
-		Weight::from_parts(55_664_000, 0)
+		// Minimum execution time: 51_695_000 picoseconds.
+		Weight::from_parts(53_039_000, 0)
 			.saturating_add(Weight::from_parts(0, 3844))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -184,8 +184,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 102_000 picoseconds.
-		Weight::from_parts(131_000, 0)
+		// Minimum execution time: 90_000 picoseconds.
+		Weight::from_parts(121_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// Storage: `Identity::Identities` (r:1 w:0)
@@ -194,8 +194,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `327`
 		//  Estimated: `3792`
-		// Minimum execution time: 5_059_000 picoseconds.
-		Weight::from_parts(5_347_000, 0)
+		// Minimum execution time: 4_865_000 picoseconds.
+		Weight::from_parts(5_170_000, 0)
 			.saturating_add(Weight::from_parts(0, 3792))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
@@ -233,8 +233,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `1841`
 		//  Estimated: `15206`
-		// Minimum execution time: 103_409_000 picoseconds.
-		Weight::from_parts(106_390_000, 0)
+		// Minimum execution time: 103_189_000 picoseconds.
+		Weight::from_parts(107_250_000, 0)
 			.saturating_add(Weight::from_parts(0, 15206))
 			.saturating_add(T::DbWeight::get().reads(18))
 			.saturating_add(T::DbWeight::get().writes(21))
@@ -245,8 +245,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `327`
 		//  Estimated: `3792`
-		// Minimum execution time: 5_111_000 picoseconds.
-		Weight::from_parts(5_363_000, 0)
+		// Minimum execution time: 4_637_000 picoseconds.
+		Weight::from_parts(5_088_000, 0)
 			.saturating_add(Weight::from_parts(0, 3792))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
@@ -290,8 +290,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `2400`
 		//  Estimated: `15765`
-		// Minimum execution time: 143_498_000 picoseconds.
-		Weight::from_parts(150_849_000, 0)
+		// Minimum execution time: 144_575_000 picoseconds.
+		Weight::from_parts(151_054_000, 0)
 			.saturating_add(Weight::from_parts(0, 15765))
 			.saturating_add(T::DbWeight::get().reads(24))
 			.saturating_add(T::DbWeight::get().writes(29))
@@ -336,8 +336,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `2393`
 		//  Estimated: `15758`
-		// Minimum execution time: 139_474_000 picoseconds.
-		Weight::from_parts(144_149_000, 0)
+		// Minimum execution time: 139_758_000 picoseconds.
+		Weight::from_parts(144_021_000, 0)
 			.saturating_add(Weight::from_parts(0, 15758))
 			.saturating_add(T::DbWeight::get().reads(25))
 			.saturating_add(T::DbWeight::get().writes(27))
@@ -350,8 +350,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `407`
 		//  Estimated: `6347`
-		// Minimum execution time: 15_327_000 picoseconds.
-		Weight::from_parts(16_450_000, 0)
+		// Minimum execution time: 15_592_000 picoseconds.
+		Weight::from_parts(16_929_000, 0)
 			.saturating_add(Weight::from_parts(0, 6347))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(3))
@@ -362,8 +362,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `108`
 		//  Estimated: `3573`
-		// Minimum execution time: 2_855_000 picoseconds.
-		Weight::from_parts(3_028_000, 0)
+		// Minimum execution time: 2_792_000 picoseconds.
+		Weight::from_parts(2_912_000, 0)
 			.saturating_add(Weight::from_parts(0, 3573))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
@@ -375,8 +375,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `325`
 		//  Estimated: `3790`
-		// Minimum execution time: 7_475_000 picoseconds.
-		Weight::from_parts(8_070_000, 0)
+		// Minimum execution time: 7_711_000 picoseconds.
+		Weight::from_parts(8_022_000, 0)
 			.saturating_add(Weight::from_parts(0, 3790))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -401,8 +401,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `915`
 		//  Estimated: `4380`
-		// Minimum execution time: 36_690_000 picoseconds.
-		Weight::from_parts(37_866_000, 0)
+		// Minimum execution time: 36_567_000 picoseconds.
+		Weight::from_parts(37_661_000, 0)
 			.saturating_add(Weight::from_parts(0, 4380))
 			.saturating_add(T::DbWeight::get().reads(6))
 			.saturating_add(T::DbWeight::get().writes(7))
@@ -421,8 +421,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `823`
 		//  Estimated: `6763`
-		// Minimum execution time: 129_625_000 picoseconds.
-		Weight::from_parts(132_399_000, 0)
+		// Minimum execution time: 131_539_000 picoseconds.
+		Weight::from_parts(137_406_000, 0)
 			.saturating_add(Weight::from_parts(0, 6763))
 			.saturating_add(T::DbWeight::get().reads(5))
 			.saturating_add(T::DbWeight::get().writes(5))
diff --git a/runtime/gdev/src/weights/pallet_im_online.rs b/runtime/gdev/src/weights/pallet_im_online.rs
index 4429bdc8..22b6e4e7 100644
--- a/runtime/gdev/src/weights/pallet_im_online.rs
+++ b/runtime/gdev/src/weights/pallet_im_online.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_im_online`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -64,11 +64,11 @@ impl<T: frame_system::Config> pallet_im_online::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `636 + k * (32 ±0)`
 		//  Estimated: `33487 + k * (1761 ±0)`
-		// Minimum execution time: 54_706_000 picoseconds.
-		Weight::from_parts(67_223_047, 0)
+		// Minimum execution time: 55_259_000 picoseconds.
+		Weight::from_parts(66_675_104, 0)
 			.saturating_add(Weight::from_parts(0, 33487))
-			// Standard Error: 358
-			.saturating_add(Weight::from_parts(23_753, 0).saturating_mul(k.into()))
+			// Standard Error: 535
+			.saturating_add(Weight::from_parts(43_488, 0).saturating_mul(k.into()))
 			.saturating_add(T::DbWeight::get().reads(5))
 			.saturating_add(T::DbWeight::get().writes(1))
 			.saturating_add(Weight::from_parts(0, 1761).saturating_mul(k.into()))
diff --git a/runtime/gdev/src/weights/pallet_membership.rs b/runtime/gdev/src/weights/pallet_membership.rs
index c7d49fc6..e145d220 100644
--- a/runtime/gdev/src/weights/pallet_membership.rs
+++ b/runtime/gdev/src/weights/pallet_membership.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_membership`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -51,8 +51,8 @@ impl<T: frame_system::Config> pallet_membership::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 117_000 picoseconds.
-		Weight::from_parts(140_000, 0)
+		// Minimum execution time: 89_000 picoseconds.
+		Weight::from_parts(114_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// Storage: `Membership::MembershipsExpireOn` (r:2 w:1)
@@ -88,11 +88,11 @@ impl<T: frame_system::Config> pallet_membership::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `139 + i * (948 ±0)`
 		//  Estimated: `14969 + i * (2695 ±1)`
-		// Minimum execution time: 5_122_000 picoseconds.
-		Weight::from_parts(13_117_716, 0)
+		// Minimum execution time: 5_129_000 picoseconds.
+		Weight::from_parts(13_219_960, 0)
 			.saturating_add(Weight::from_parts(0, 14969))
-			// Standard Error: 540_985
-			.saturating_add(Weight::from_parts(74_527_844, 0).saturating_mul(i.into()))
+			// Standard Error: 548_425
+			.saturating_add(Weight::from_parts(76_556_811, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().reads((11_u64).saturating_mul(i.into())))
 			.saturating_add(T::DbWeight::get().writes(3))
diff --git a/runtime/gdev/src/weights/pallet_multisig.rs b/runtime/gdev/src/weights/pallet_multisig.rs
index a682cdfe..8e5f050b 100644
--- a/runtime/gdev/src/weights/pallet_multisig.rs
+++ b/runtime/gdev/src/weights/pallet_multisig.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_multisig`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -52,11 +52,11 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 5_355_000 picoseconds.
-		Weight::from_parts(5_535_612, 0)
+		// Minimum execution time: 5_506_000 picoseconds.
+		Weight::from_parts(5_701_498, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 			// Standard Error: 1
-			.saturating_add(Weight::from_parts(326, 0).saturating_mul(z.into()))
+			.saturating_add(Weight::from_parts(329, 0).saturating_mul(z.into()))
 	}
 	/// Storage: `Multisig::Multisigs` (r:1 w:1)
 	/// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(457), added: 2932, mode: `MaxEncodedLen`)
@@ -66,13 +66,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `125 + s * (5 ±0)`
 		//  Estimated: `3922`
-		// Minimum execution time: 25_281_000 picoseconds.
-		Weight::from_parts(24_617_994, 0)
+		// Minimum execution time: 25_853_000 picoseconds.
+		Weight::from_parts(25_225_087, 0)
 			.saturating_add(Weight::from_parts(0, 3922))
-			// Standard Error: 5_761
-			.saturating_add(Weight::from_parts(180_022, 0).saturating_mul(s.into()))
-			// Standard Error: 4
-			.saturating_add(Weight::from_parts(1_201, 0).saturating_mul(z.into()))
+			// Standard Error: 5_945
+			.saturating_add(Weight::from_parts(177_177, 0).saturating_mul(s.into()))
+			// Standard Error: 5
+			.saturating_add(Weight::from_parts(1_186, 0).saturating_mul(z.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -84,13 +84,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `240`
 		//  Estimated: `3922`
-		// Minimum execution time: 14_628_000 picoseconds.
-		Weight::from_parts(14_497_627, 0)
+		// Minimum execution time: 14_911_000 picoseconds.
+		Weight::from_parts(14_454_223, 0)
 			.saturating_add(Weight::from_parts(0, 3922))
-			// Standard Error: 3_694
-			.saturating_add(Weight::from_parts(123_530, 0).saturating_mul(s.into()))
-			// Standard Error: 2
-			.saturating_add(Weight::from_parts(1_160, 0).saturating_mul(z.into()))
+			// Standard Error: 4_014
+			.saturating_add(Weight::from_parts(135_672, 0).saturating_mul(s.into()))
+			// Standard Error: 3
+			.saturating_add(Weight::from_parts(1_182, 0).saturating_mul(z.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -104,13 +104,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `259 + s * (37 ±0)`
 		//  Estimated: `3922`
-		// Minimum execution time: 27_708_000 picoseconds.
-		Weight::from_parts(26_932_573, 0)
+		// Minimum execution time: 28_341_000 picoseconds.
+		Weight::from_parts(27_994_989, 0)
 			.saturating_add(Weight::from_parts(0, 3922))
-			// Standard Error: 5_824
-			.saturating_add(Weight::from_parts(221_972, 0).saturating_mul(s.into()))
+			// Standard Error: 6_349
+			.saturating_add(Weight::from_parts(142_210, 0).saturating_mul(s.into()))
 			// Standard Error: 5
-			.saturating_add(Weight::from_parts(1_202, 0).saturating_mul(z.into()))
+			.saturating_add(Weight::from_parts(1_178, 0).saturating_mul(z.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -118,17 +118,15 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
 	/// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(457), added: 2932, mode: `MaxEncodedLen`)
 	/// The range of component `s` is `[2, 10]`.
 	/// The range of component `z` is `[0, 10000]`.
-	fn approve_as_multi_create(s: u32, z: u32, ) -> Weight {
+	fn approve_as_multi_create(s: u32, _z: u32, ) -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `125 + s * (5 ±0)`
 		//  Estimated: `3922`
-		// Minimum execution time: 23_150_000 picoseconds.
-		Weight::from_parts(24_022_946, 0)
+		// Minimum execution time: 23_483_000 picoseconds.
+		Weight::from_parts(24_952_296, 0)
 			.saturating_add(Weight::from_parts(0, 3922))
-			// Standard Error: 5_218
-			.saturating_add(Weight::from_parts(177_213, 0).saturating_mul(s.into()))
-			// Standard Error: 4
-			.saturating_add(Weight::from_parts(5, 0).saturating_mul(z.into()))
+			// Standard Error: 5_534
+			.saturating_add(Weight::from_parts(113_991, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -140,13 +138,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `240`
 		//  Estimated: `3922`
-		// Minimum execution time: 13_117_000 picoseconds.
-		Weight::from_parts(13_666_422, 0)
+		// Minimum execution time: 13_311_000 picoseconds.
+		Weight::from_parts(13_758_567, 0)
 			.saturating_add(Weight::from_parts(0, 3922))
-			// Standard Error: 2_950
-			.saturating_add(Weight::from_parts(129_975, 0).saturating_mul(s.into()))
+			// Standard Error: 3_248
+			.saturating_add(Weight::from_parts(116_307, 0).saturating_mul(s.into()))
 			// Standard Error: 2
-			.saturating_add(Weight::from_parts(12, 0).saturating_mul(z.into()))
+			.saturating_add(Weight::from_parts(13, 0).saturating_mul(z.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -158,13 +156,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `323 + s * (5 ±0)`
 		//  Estimated: `3922`
-		// Minimum execution time: 23_809_000 picoseconds.
-		Weight::from_parts(24_882_516, 0)
+		// Minimum execution time: 24_173_000 picoseconds.
+		Weight::from_parts(25_074_971, 0)
 			.saturating_add(Weight::from_parts(0, 3922))
-			// Standard Error: 4_354
-			.saturating_add(Weight::from_parts(157_892, 0).saturating_mul(s.into()))
-			// Standard Error: 3
-			.saturating_add(Weight::from_parts(1, 0).saturating_mul(z.into()))
+			// Standard Error: 4_814
+			.saturating_add(Weight::from_parts(143_700, 0).saturating_mul(s.into()))
+			// Standard Error: 4
+			.saturating_add(Weight::from_parts(4, 0).saturating_mul(z.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
diff --git a/runtime/gdev/src/weights/pallet_oneshot_account.rs b/runtime/gdev/src/weights/pallet_oneshot_account.rs
index 38558d19..f0cf897a 100644
--- a/runtime/gdev/src/weights/pallet_oneshot_account.rs
+++ b/runtime/gdev/src/weights/pallet_oneshot_account.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_oneshot_account`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_oneshot_account::WeightInfo for WeightInfo<
 		// Proof Size summary in bytes:
 		//  Measured:  `42`
 		//  Estimated: `3507`
-		// Minimum execution time: 20_316_000 picoseconds.
-		Weight::from_parts(21_247_000, 0)
+		// Minimum execution time: 21_680_000 picoseconds.
+		Weight::from_parts(22_713_000, 0)
 			.saturating_add(Weight::from_parts(0, 3507))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -69,8 +69,8 @@ impl<T: frame_system::Config> pallet_oneshot_account::WeightInfo for WeightInfo<
 		// Proof Size summary in bytes:
 		//  Measured:  `217`
 		//  Estimated: `3682`
-		// Minimum execution time: 27_097_000 picoseconds.
-		Weight::from_parts(28_036_000, 0)
+		// Minimum execution time: 27_526_000 picoseconds.
+		Weight::from_parts(28_813_000, 0)
 			.saturating_add(Weight::from_parts(0, 3682))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -85,8 +85,8 @@ impl<T: frame_system::Config> pallet_oneshot_account::WeightInfo for WeightInfo<
 		// Proof Size summary in bytes:
 		//  Measured:  `277`
 		//  Estimated: `6126`
-		// Minimum execution time: 39_884_000 picoseconds.
-		Weight::from_parts(40_845_000, 0)
+		// Minimum execution time: 40_479_000 picoseconds.
+		Weight::from_parts(42_055_000, 0)
 			.saturating_add(Weight::from_parts(0, 6126))
 			.saturating_add(T::DbWeight::get().reads(4))
 			.saturating_add(T::DbWeight::get().writes(3))
diff --git a/runtime/gdev/src/weights/pallet_preimage.rs b/runtime/gdev/src/weights/pallet_preimage.rs
index 73659011..3bf35076 100644
--- a/runtime/gdev/src/weights/pallet_preimage.rs
+++ b/runtime/gdev/src/weights/pallet_preimage.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_preimage`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -58,11 +58,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `4`
 		//  Estimated: `3548`
-		// Minimum execution time: 11_517_000 picoseconds.
-		Weight::from_parts(11_732_000, 0)
+		// Minimum execution time: 11_194_000 picoseconds.
+		Weight::from_parts(11_607_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			// Standard Error: 1
-			.saturating_add(Weight::from_parts(1_269, 0).saturating_mul(s.into()))
+			.saturating_add(Weight::from_parts(1_278, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -77,11 +77,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `68`
 		//  Estimated: `3548`
-		// Minimum execution time: 13_197_000 picoseconds.
-		Weight::from_parts(13_672_000, 0)
+		// Minimum execution time: 14_050_000 picoseconds.
+		Weight::from_parts(14_538_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			// Standard Error: 1
-			.saturating_add(Weight::from_parts(1_269, 0).saturating_mul(s.into()))
+			.saturating_add(Weight::from_parts(1_277, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -96,11 +96,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `68`
 		//  Estimated: `3548`
-		// Minimum execution time: 12_370_000 picoseconds.
-		Weight::from_parts(12_760_000, 0)
+		// Minimum execution time: 12_563_000 picoseconds.
+		Weight::from_parts(12_951_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			// Standard Error: 1
-			.saturating_add(Weight::from_parts(1_358, 0).saturating_mul(s.into()))
+			.saturating_add(Weight::from_parts(1_359, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -114,8 +114,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `134`
 		//  Estimated: `3548`
-		// Minimum execution time: 19_214_000 picoseconds.
-		Weight::from_parts(20_974_000, 0)
+		// Minimum execution time: 20_248_000 picoseconds.
+		Weight::from_parts(21_940_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -130,8 +130,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `106`
 		//  Estimated: `3548`
-		// Minimum execution time: 20_151_000 picoseconds.
-		Weight::from_parts(21_478_000, 0)
+		// Minimum execution time: 21_065_000 picoseconds.
+		Weight::from_parts(23_146_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -144,8 +144,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `134`
 		//  Estimated: `3548`
-		// Minimum execution time: 16_873_000 picoseconds.
-		Weight::from_parts(18_461_000, 0)
+		// Minimum execution time: 18_721_000 picoseconds.
+		Weight::from_parts(19_939_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -158,8 +158,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `106`
 		//  Estimated: `3548`
-		// Minimum execution time: 11_818_000 picoseconds.
-		Weight::from_parts(13_058_000, 0)
+		// Minimum execution time: 12_874_000 picoseconds.
+		Weight::from_parts(13_758_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -172,8 +172,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `4`
 		//  Estimated: `3548`
-		// Minimum execution time: 9_664_000 picoseconds.
-		Weight::from_parts(10_148_000, 0)
+		// Minimum execution time: 9_930_000 picoseconds.
+		Weight::from_parts(11_095_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -186,8 +186,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `68`
 		//  Estimated: `3548`
-		// Minimum execution time: 7_906_000 picoseconds.
-		Weight::from_parts(8_507_000, 0)
+		// Minimum execution time: 7_985_000 picoseconds.
+		Weight::from_parts(8_841_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -202,8 +202,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `106`
 		//  Estimated: `3548`
-		// Minimum execution time: 17_885_000 picoseconds.
-		Weight::from_parts(19_742_000, 0)
+		// Minimum execution time: 19_542_000 picoseconds.
+		Weight::from_parts(21_141_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -216,8 +216,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `68`
 		//  Estimated: `3548`
-		// Minimum execution time: 7_753_000 picoseconds.
-		Weight::from_parts(8_943_000, 0)
+		// Minimum execution time: 8_077_000 picoseconds.
+		Weight::from_parts(8_630_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -230,8 +230,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `68`
 		//  Estimated: `3548`
-		// Minimum execution time: 7_830_000 picoseconds.
-		Weight::from_parts(8_147_000, 0)
+		// Minimum execution time: 8_165_000 picoseconds.
+		Weight::from_parts(8_469_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -247,11 +247,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0 + n * (179 ±0)`
 		//  Estimated: `990 + n * (2568 ±0)`
-		// Minimum execution time: 17_734_000 picoseconds.
-		Weight::from_parts(18_487_000, 0)
+		// Minimum execution time: 17_598_000 picoseconds.
+		Weight::from_parts(18_031_000, 0)
 			.saturating_add(Weight::from_parts(0, 990))
-			// Standard Error: 15_885
-			.saturating_add(Weight::from_parts(14_395_178, 0).saturating_mul(n.into()))
+			// Standard Error: 16_856
+			.saturating_add(Weight::from_parts(14_805_401, 0).saturating_mul(n.into()))
 			.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(n.into())))
 			.saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(n.into())))
 			.saturating_add(Weight::from_parts(0, 2568).saturating_mul(n.into()))
diff --git a/runtime/gdev/src/weights/pallet_provide_randomness.rs b/runtime/gdev/src/weights/pallet_provide_randomness.rs
index 678579b7..a48c417e 100644
--- a/runtime/gdev/src/weights/pallet_provide_randomness.rs
+++ b/runtime/gdev/src/weights/pallet_provide_randomness.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_provide_randomness`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_provide_randomness::WeightInfo for WeightIn
 		// Proof Size summary in bytes:
 		//  Measured:  `298`
 		//  Estimated: `3763`
-		// Minimum execution time: 42_067_000 picoseconds.
-		Weight::from_parts(43_375_000, 0)
+		// Minimum execution time: 42_076_000 picoseconds.
+		Weight::from_parts(43_495_000, 0)
 			.saturating_add(Weight::from_parts(0, 3763))
 			.saturating_add(T::DbWeight::get().reads(7))
 			.saturating_add(T::DbWeight::get().writes(5))
@@ -86,11 +86,11 @@ impl<T: frame_system::Config> pallet_provide_randomness::WeightInfo for WeightIn
 		// Proof Size summary in bytes:
 		//  Measured:  `341 + i * (59 ±0)`
 		//  Estimated: `1827 + i * (2535 ±0)`
-		// Minimum execution time: 17_963_000 picoseconds.
-		Weight::from_parts(18_601_157, 0)
+		// Minimum execution time: 17_883_000 picoseconds.
+		Weight::from_parts(17_853_913, 0)
 			.saturating_add(Weight::from_parts(0, 1827))
-			// Standard Error: 6_995
-			.saturating_add(Weight::from_parts(5_345_704, 0).saturating_mul(i.into()))
+			// Standard Error: 4_614
+			.saturating_add(Weight::from_parts(5_513_242, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().reads(4))
 			.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into())))
 			.saturating_add(T::DbWeight::get().writes(3))
@@ -118,11 +118,11 @@ impl<T: frame_system::Config> pallet_provide_randomness::WeightInfo for WeightIn
 		// Proof Size summary in bytes:
 		//  Measured:  `351 + i * (59 ±0)`
 		//  Estimated: `3817 + i * (2535 ±0)`
-		// Minimum execution time: 19_559_000 picoseconds.
-		Weight::from_parts(17_664_384, 0)
+		// Minimum execution time: 20_291_000 picoseconds.
+		Weight::from_parts(18_256_563, 0)
 			.saturating_add(Weight::from_parts(0, 3817))
-			// Standard Error: 7_460
-			.saturating_add(Weight::from_parts(5_680_843, 0).saturating_mul(i.into()))
+			// Standard Error: 7_669
+			.saturating_add(Weight::from_parts(5_893_603, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().reads(7))
 			.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into())))
 			.saturating_add(T::DbWeight::get().writes(3))
diff --git a/runtime/gdev/src/weights/pallet_proxy.rs b/runtime/gdev/src/weights/pallet_proxy.rs
index 845b53f3..5ab8e184 100644
--- a/runtime/gdev/src/weights/pallet_proxy.rs
+++ b/runtime/gdev/src/weights/pallet_proxy.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_proxy`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -54,11 +54,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `157 + p * (37 ±0)`
 		//  Estimated: `4698`
-		// Minimum execution time: 11_848_000 picoseconds.
-		Weight::from_parts(12_712_585, 0)
+		// Minimum execution time: 12_484_000 picoseconds.
+		Weight::from_parts(13_232_490, 0)
 			.saturating_add(Weight::from_parts(0, 4698))
-			// Standard Error: 1_248
-			.saturating_add(Weight::from_parts(33_826, 0).saturating_mul(p.into()))
+			// Standard Error: 1_396
+			.saturating_add(Weight::from_parts(32_074, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
 	/// Storage: `Proxy::Proxies` (r:1 w:0)
@@ -73,13 +73,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `399 + a * (68 ±0) + p * (37 ±0)`
 		//  Estimated: `5690`
-		// Minimum execution time: 32_373_000 picoseconds.
-		Weight::from_parts(31_977_653, 0)
+		// Minimum execution time: 32_776_000 picoseconds.
+		Weight::from_parts(32_523_433, 0)
 			.saturating_add(Weight::from_parts(0, 5690))
-			// Standard Error: 1_870
-			.saturating_add(Weight::from_parts(137_363, 0).saturating_mul(a.into()))
-			// Standard Error: 1_932
-			.saturating_add(Weight::from_parts(47_957, 0).saturating_mul(p.into()))
+			// Standard Error: 2_021
+			.saturating_add(Weight::from_parts(149_951, 0).saturating_mul(a.into()))
+			// Standard Error: 2_088
+			.saturating_add(Weight::from_parts(39_110, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -93,13 +93,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `322 + a * (68 ±0)`
 		//  Estimated: `5690`
-		// Minimum execution time: 20_043_000 picoseconds.
-		Weight::from_parts(20_686_521, 0)
+		// Minimum execution time: 20_355_000 picoseconds.
+		Weight::from_parts(20_928_430, 0)
 			.saturating_add(Weight::from_parts(0, 5690))
-			// Standard Error: 1_451
-			.saturating_add(Weight::from_parts(143_900, 0).saturating_mul(a.into()))
-			// Standard Error: 1_499
-			.saturating_add(Weight::from_parts(8_022, 0).saturating_mul(p.into()))
+			// Standard Error: 1_500
+			.saturating_add(Weight::from_parts(151_831, 0).saturating_mul(a.into()))
+			// Standard Error: 1_550
+			.saturating_add(Weight::from_parts(7_288, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -113,13 +113,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `322 + a * (68 ±0)`
 		//  Estimated: `5690`
-		// Minimum execution time: 20_220_000 picoseconds.
-		Weight::from_parts(20_606_015, 0)
+		// Minimum execution time: 20_280_000 picoseconds.
+		Weight::from_parts(20_856_473, 0)
 			.saturating_add(Weight::from_parts(0, 5690))
-			// Standard Error: 1_569
-			.saturating_add(Weight::from_parts(147_663, 0).saturating_mul(a.into()))
-			// Standard Error: 1_621
-			.saturating_add(Weight::from_parts(10_943, 0).saturating_mul(p.into()))
+			// Standard Error: 1_529
+			.saturating_add(Weight::from_parts(152_620, 0).saturating_mul(a.into()))
+			// Standard Error: 1_580
+			.saturating_add(Weight::from_parts(8_879, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -135,13 +135,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `331 + a * (68 ±0) + p * (37 ±0)`
 		//  Estimated: `5690`
-		// Minimum execution time: 27_381_000 picoseconds.
-		Weight::from_parts(29_187_617, 0)
+		// Minimum execution time: 27_438_000 picoseconds.
+		Weight::from_parts(29_938_929, 0)
 			.saturating_add(Weight::from_parts(0, 5690))
-			// Standard Error: 2_126
-			.saturating_add(Weight::from_parts(144_468, 0).saturating_mul(a.into()))
-			// Standard Error: 2_196
-			.saturating_add(Weight::from_parts(44_865, 0).saturating_mul(p.into()))
+			// Standard Error: 2_158
+			.saturating_add(Weight::from_parts(139_207, 0).saturating_mul(a.into()))
+			// Standard Error: 2_230
+			.saturating_add(Weight::from_parts(40_223, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -152,11 +152,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `157 + p * (37 ±0)`
 		//  Estimated: `4698`
-		// Minimum execution time: 18_990_000 picoseconds.
-		Weight::from_parts(20_094_542, 0)
+		// Minimum execution time: 19_382_000 picoseconds.
+		Weight::from_parts(20_702_268, 0)
 			.saturating_add(Weight::from_parts(0, 4698))
-			// Standard Error: 1_460
-			.saturating_add(Weight::from_parts(37_866, 0).saturating_mul(p.into()))
+			// Standard Error: 2_013
+			.saturating_add(Weight::from_parts(30_874, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -167,11 +167,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `157 + p * (37 ±0)`
 		//  Estimated: `4698`
-		// Minimum execution time: 19_184_000 picoseconds.
-		Weight::from_parts(20_302_967, 0)
+		// Minimum execution time: 19_528_000 picoseconds.
+		Weight::from_parts(20_602_835, 0)
 			.saturating_add(Weight::from_parts(0, 4698))
-			// Standard Error: 1_637
-			.saturating_add(Weight::from_parts(37_913, 0).saturating_mul(p.into()))
+			// Standard Error: 1_589
+			.saturating_add(Weight::from_parts(45_702, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -182,11 +182,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `157 + p * (37 ±0)`
 		//  Estimated: `4698`
-		// Minimum execution time: 17_202_000 picoseconds.
-		Weight::from_parts(18_254_045, 0)
+		// Minimum execution time: 17_879_000 picoseconds.
+		Weight::from_parts(18_870_910, 0)
 			.saturating_add(Weight::from_parts(0, 4698))
-			// Standard Error: 1_232
-			.saturating_add(Weight::from_parts(31_490, 0).saturating_mul(p.into()))
+			// Standard Error: 1_320
+			.saturating_add(Weight::from_parts(29_602, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -197,11 +197,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `177`
 		//  Estimated: `4698`
-		// Minimum execution time: 19_955_000 picoseconds.
-		Weight::from_parts(21_412_628, 0)
+		// Minimum execution time: 20_362_000 picoseconds.
+		Weight::from_parts(21_690_825, 0)
 			.saturating_add(Weight::from_parts(0, 4698))
-			// Standard Error: 1_239
-			.saturating_add(Weight::from_parts(4_208, 0).saturating_mul(p.into()))
+			// Standard Error: 1_342
+			.saturating_add(Weight::from_parts(1_243, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -212,11 +212,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `194 + p * (37 ±0)`
 		//  Estimated: `4698`
-		// Minimum execution time: 18_163_000 picoseconds.
-		Weight::from_parts(19_209_725, 0)
+		// Minimum execution time: 18_050_000 picoseconds.
+		Weight::from_parts(19_218_794, 0)
 			.saturating_add(Weight::from_parts(0, 4698))
-			// Standard Error: 1_438
-			.saturating_add(Weight::from_parts(19_366, 0).saturating_mul(p.into()))
+			// Standard Error: 1_507
+			.saturating_add(Weight::from_parts(46_562, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
diff --git a/runtime/gdev/src/weights/pallet_quota.rs b/runtime/gdev/src/weights/pallet_quota.rs
index 2b8658a3..5259610f 100644
--- a/runtime/gdev/src/weights/pallet_quota.rs
+++ b/runtime/gdev/src/weights/pallet_quota.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_quota`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_quota::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `11288`
 		//  Estimated: `12751`
-		// Minimum execution time: 8_691_000 picoseconds.
-		Weight::from_parts(9_046_000, 0)
+		// Minimum execution time: 8_580_000 picoseconds.
+		Weight::from_parts(9_093_000, 0)
 			.saturating_add(Weight::from_parts(0, 12751))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_quota::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `172`
 		//  Estimated: `3489`
-		// Minimum execution time: 6_263_000 picoseconds.
-		Weight::from_parts(6_543_000, 0)
+		// Minimum execution time: 6_319_000 picoseconds.
+		Weight::from_parts(6_633_000, 0)
 			.saturating_add(Weight::from_parts(0, 3489))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -79,8 +79,8 @@ impl<T: frame_system::Config> pallet_quota::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `235`
 		//  Estimated: `6126`
-		// Minimum execution time: 25_488_000 picoseconds.
-		Weight::from_parts(26_882_000, 0)
+		// Minimum execution time: 25_932_000 picoseconds.
+		Weight::from_parts(26_479_000, 0)
 			.saturating_add(Weight::from_parts(0, 6126))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -93,8 +93,8 @@ impl<T: frame_system::Config> pallet_quota::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `235`
 		//  Estimated: `6126`
-		// Minimum execution time: 24_940_000 picoseconds.
-		Weight::from_parts(25_939_000, 0)
+		// Minimum execution time: 25_508_000 picoseconds.
+		Weight::from_parts(26_559_000, 0)
 			.saturating_add(Weight::from_parts(0, 6126))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -105,8 +105,8 @@ impl<T: frame_system::Config> pallet_quota::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `43`
 		//  Estimated: `12751`
-		// Minimum execution time: 2_627_000 picoseconds.
-		Weight::from_parts(2_773_000, 0)
+		// Minimum execution time: 2_538_000 picoseconds.
+		Weight::from_parts(2_731_000, 0)
 			.saturating_add(Weight::from_parts(0, 12751))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -122,11 +122,11 @@ impl<T: frame_system::Config> pallet_quota::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `260 + i * (44 ±0)`
 		//  Estimated: `12751`
-		// Minimum execution time: 27_627_000 picoseconds.
-		Weight::from_parts(40_096_839, 0)
+		// Minimum execution time: 27_660_000 picoseconds.
+		Weight::from_parts(41_942_219, 0)
 			.saturating_add(Weight::from_parts(0, 12751))
-			// Standard Error: 1_412
-			.saturating_add(Weight::from_parts(1_219_275, 0).saturating_mul(i.into()))
+			// Standard Error: 1_688
+			.saturating_add(Weight::from_parts(1_293_110, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().reads(4))
 			.saturating_add(T::DbWeight::get().writes(3))
 	}
diff --git a/runtime/gdev/src/weights/pallet_scheduler.rs b/runtime/gdev/src/weights/pallet_scheduler.rs
index e9b9fb03..cc7e7fff 100644
--- a/runtime/gdev/src/weights/pallet_scheduler.rs
+++ b/runtime/gdev/src/weights/pallet_scheduler.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_scheduler`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `31`
 		//  Estimated: `1489`
-		// Minimum execution time: 3_225_000 picoseconds.
-		Weight::from_parts(3_439_000, 0)
+		// Minimum execution time: 3_162_000 picoseconds.
+		Weight::from_parts(3_372_000, 0)
 			.saturating_add(Weight::from_parts(0, 1489))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -66,11 +66,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `78 + s * (177 ±0)`
 		//  Estimated: `13928`
-		// Minimum execution time: 3_218_000 picoseconds.
-		Weight::from_parts(6_548_103, 0)
+		// Minimum execution time: 3_260_000 picoseconds.
+		Weight::from_parts(6_745_431, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
-			// Standard Error: 1_694
-			.saturating_add(Weight::from_parts(286_760, 0).saturating_mul(s.into()))
+			// Standard Error: 1_899
+			.saturating_add(Weight::from_parts(298_644, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -78,8 +78,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 2_890_000 picoseconds.
-		Weight::from_parts(3_030_000, 0)
+		// Minimum execution time: 2_893_000 picoseconds.
+		Weight::from_parts(3_103_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// Storage: `Preimage::PreimageFor` (r:1 w:1)
@@ -93,11 +93,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `141 + s * (1 ±0)`
 		//  Estimated: `4197809`
-		// Minimum execution time: 15_485_000 picoseconds.
-		Weight::from_parts(15_708_000, 0)
+		// Minimum execution time: 16_131_000 picoseconds.
+		Weight::from_parts(16_663_000, 0)
 			.saturating_add(Weight::from_parts(0, 4197809))
 			// Standard Error: 2
-			.saturating_add(Weight::from_parts(867, 0).saturating_mul(s.into()))
+			.saturating_add(Weight::from_parts(877, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -107,8 +107,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 4_182_000 picoseconds.
-		Weight::from_parts(4_399_000, 0)
+		// Minimum execution time: 4_200_000 picoseconds.
+		Weight::from_parts(4_495_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -116,16 +116,16 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 2_843_000 picoseconds.
-		Weight::from_parts(3_060_000, 0)
+		// Minimum execution time: 2_766_000 picoseconds.
+		Weight::from_parts(2_979_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	fn execute_dispatch_signed() -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 1_910_000 picoseconds.
-		Weight::from_parts(2_059_000, 0)
+		// Minimum execution time: 1_917_000 picoseconds.
+		Weight::from_parts(2_139_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	fn execute_dispatch_unsigned() -> Weight {
@@ -133,7 +133,7 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		//  Measured:  `0`
 		//  Estimated: `0`
 		// Minimum execution time: 1_925_000 picoseconds.
-		Weight::from_parts(2_062_000, 0)
+		Weight::from_parts(2_060_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// Storage: `Scheduler::Agenda` (r:1 w:1)
@@ -143,11 +143,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `78 + s * (177 ±0)`
 		//  Estimated: `13928`
-		// Minimum execution time: 8_765_000 picoseconds.
-		Weight::from_parts(12_093_489, 0)
+		// Minimum execution time: 8_898_000 picoseconds.
+		Weight::from_parts(12_092_492, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
-			// Standard Error: 1_759
-			.saturating_add(Weight::from_parts(295_514, 0).saturating_mul(s.into()))
+			// Standard Error: 1_801
+			.saturating_add(Weight::from_parts(314_018, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -162,11 +162,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `78 + s * (177 ±0)`
 		//  Estimated: `13928`
-		// Minimum execution time: 13_398_000 picoseconds.
-		Weight::from_parts(14_272_367, 0)
+		// Minimum execution time: 13_473_000 picoseconds.
+		Weight::from_parts(14_552_201, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
-			// Standard Error: 1_366
-			.saturating_add(Weight::from_parts(477_597, 0).saturating_mul(s.into()))
+			// Standard Error: 1_615
+			.saturating_add(Weight::from_parts(501_240, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(3))
 	}
@@ -179,11 +179,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `255 + s * (185 ±0)`
 		//  Estimated: `13928`
-		// Minimum execution time: 11_507_000 picoseconds.
-		Weight::from_parts(16_114_118, 0)
+		// Minimum execution time: 11_592_000 picoseconds.
+		Weight::from_parts(16_434_186, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
-			// Standard Error: 2_895
-			.saturating_add(Weight::from_parts(334_929, 0).saturating_mul(s.into()))
+			// Standard Error: 3_124
+			.saturating_add(Weight::from_parts(344_014, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -198,11 +198,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `281 + s * (185 ±0)`
 		//  Estimated: `13928`
-		// Minimum execution time: 15_562_000 picoseconds.
-		Weight::from_parts(17_423_572, 0)
+		// Minimum execution time: 15_768_000 picoseconds.
+		Weight::from_parts(17_372_599, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
-			// Standard Error: 1_943
-			.saturating_add(Weight::from_parts(496_630, 0).saturating_mul(s.into()))
+			// Standard Error: 2_081
+			.saturating_add(Weight::from_parts(539_564, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(3))
 	}
@@ -215,11 +215,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `118`
 		//  Estimated: `13928`
-		// Minimum execution time: 8_379_000 picoseconds.
-		Weight::from_parts(8_940_411, 0)
+		// Minimum execution time: 8_448_000 picoseconds.
+		Weight::from_parts(9_289_693, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
-			// Standard Error: 582
-			.saturating_add(Weight::from_parts(26_236, 0).saturating_mul(s.into()))
+			// Standard Error: 488
+			.saturating_add(Weight::from_parts(21_370, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -231,8 +231,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `8928`
 		//  Estimated: `13928`
-		// Minimum execution time: 21_542_000 picoseconds.
-		Weight::from_parts(22_211_000, 0)
+		// Minimum execution time: 22_257_000 picoseconds.
+		Weight::from_parts(23_163_000, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -247,8 +247,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `9606`
 		//  Estimated: `13928`
-		// Minimum execution time: 27_430_000 picoseconds.
-		Weight::from_parts(28_035_000, 0)
+		// Minimum execution time: 28_395_000 picoseconds.
+		Weight::from_parts(29_448_000, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -261,8 +261,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `8940`
 		//  Estimated: `13928`
-		// Minimum execution time: 20_539_000 picoseconds.
-		Weight::from_parts(21_263_000, 0)
+		// Minimum execution time: 21_017_000 picoseconds.
+		Weight::from_parts(22_130_000, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -277,8 +277,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `9618`
 		//  Estimated: `13928`
-		// Minimum execution time: 26_017_000 picoseconds.
-		Weight::from_parts(27_152_000, 0)
+		// Minimum execution time: 26_945_000 picoseconds.
+		Weight::from_parts(28_036_000, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
diff --git a/runtime/gdev/src/weights/pallet_session.rs b/runtime/gdev/src/weights/pallet_session.rs
index 04589d84..a6b4f2dd 100644
--- a/runtime/gdev/src/weights/pallet_session.rs
+++ b/runtime/gdev/src/weights/pallet_session.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_session`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -55,8 +55,8 @@ impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `811`
 		//  Estimated: `11701`
-		// Minimum execution time: 25_843_000 picoseconds.
-		Weight::from_parts(26_794_000, 0)
+		// Minimum execution time: 25_427_000 picoseconds.
+		Weight::from_parts(26_403_000, 0)
 			.saturating_add(Weight::from_parts(0, 11701))
 			.saturating_add(T::DbWeight::get().reads(5))
 			.saturating_add(T::DbWeight::get().writes(5))
@@ -69,8 +69,8 @@ impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `478`
 		//  Estimated: `3943`
-		// Minimum execution time: 15_354_000 picoseconds.
-		Weight::from_parts(15_861_000, 0)
+		// Minimum execution time: 15_272_000 picoseconds.
+		Weight::from_parts(15_827_000, 0)
 			.saturating_add(Weight::from_parts(0, 3943))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(5))
diff --git a/runtime/gdev/src/weights/pallet_smith_members.rs b/runtime/gdev/src/weights/pallet_smith_members.rs
index dc990ac2..6d3cb563 100644
--- a/runtime/gdev/src/weights/pallet_smith_members.rs
+++ b/runtime/gdev/src/weights/pallet_smith_members.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_smith_members`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -63,8 +63,8 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `859`
 		//  Estimated: `6799`
-		// Minimum execution time: 32_691_000 picoseconds.
-		Weight::from_parts(34_676_000, 0)
+		// Minimum execution time: 33_261_000 picoseconds.
+		Weight::from_parts(35_800_000, 0)
 			.saturating_add(Weight::from_parts(0, 6799))
 			.saturating_add(T::DbWeight::get().reads(7))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -77,8 +77,8 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `566`
 		//  Estimated: `4031`
-		// Minimum execution time: 15_849_000 picoseconds.
-		Weight::from_parts(16_374_000, 0)
+		// Minimum execution time: 16_752_000 picoseconds.
+		Weight::from_parts(17_731_000, 0)
 			.saturating_add(Weight::from_parts(0, 4031))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -97,8 +97,8 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `702`
 		//  Estimated: `6642`
-		// Minimum execution time: 30_659_000 picoseconds.
-		Weight::from_parts(32_234_000, 0)
+		// Minimum execution time: 30_848_000 picoseconds.
+		Weight::from_parts(32_753_000, 0)
 			.saturating_add(Weight::from_parts(0, 6642))
 			.saturating_add(T::DbWeight::get().reads(6))
 			.saturating_add(T::DbWeight::get().writes(3))
@@ -123,8 +123,8 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `1172`
 		//  Estimated: `14537`
-		// Minimum execution time: 64_783_000 picoseconds.
-		Weight::from_parts(66_788_000, 0)
+		// Minimum execution time: 65_984_000 picoseconds.
+		Weight::from_parts(68_428_000, 0)
 			.saturating_add(Weight::from_parts(0, 14537))
 			.saturating_add(T::DbWeight::get().reads(11))
 			.saturating_add(T::DbWeight::get().writes(15))
@@ -135,8 +135,8 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `220`
 		//  Estimated: `3685`
-		// Minimum execution time: 3_767_000 picoseconds.
-		Weight::from_parts(4_023_000, 0)
+		// Minimum execution time: 3_936_000 picoseconds.
+		Weight::from_parts(4_132_000, 0)
 			.saturating_add(Weight::from_parts(0, 3685))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
diff --git a/runtime/gdev/src/weights/pallet_sudo.rs b/runtime/gdev/src/weights/pallet_sudo.rs
index d838519f..9acb4a1d 100644
--- a/runtime/gdev/src/weights/pallet_sudo.rs
+++ b/runtime/gdev/src/weights/pallet_sudo.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_sudo`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `165`
 		//  Estimated: `1517`
-		// Minimum execution time: 8_165_000 picoseconds.
-		Weight::from_parts(8_406_000, 0)
+		// Minimum execution time: 8_486_000 picoseconds.
+		Weight::from_parts(8_930_000, 0)
 			.saturating_add(Weight::from_parts(0, 1517))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `165`
 		//  Estimated: `1517`
-		// Minimum execution time: 8_759_000 picoseconds.
-		Weight::from_parts(9_124_000, 0)
+		// Minimum execution time: 9_087_000 picoseconds.
+		Weight::from_parts(9_430_000, 0)
 			.saturating_add(Weight::from_parts(0, 1517))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
@@ -76,8 +76,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `165`
 		//  Estimated: `1517`
-		// Minimum execution time: 8_790_000 picoseconds.
-		Weight::from_parts(9_227_000, 0)
+		// Minimum execution time: 8_928_000 picoseconds.
+		Weight::from_parts(9_213_000, 0)
 			.saturating_add(Weight::from_parts(0, 1517))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
@@ -87,8 +87,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `165`
 		//  Estimated: `1517`
-		// Minimum execution time: 8_063_000 picoseconds.
-		Weight::from_parts(8_591_000, 0)
+		// Minimum execution time: 7_877_000 picoseconds.
+		Weight::from_parts(8_205_000, 0)
 			.saturating_add(Weight::from_parts(0, 1517))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -99,8 +99,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `165`
 		//  Estimated: `1517`
-		// Minimum execution time: 3_087_000 picoseconds.
-		Weight::from_parts(3_352_000, 0)
+		// Minimum execution time: 3_204_000 picoseconds.
+		Weight::from_parts(3_395_000, 0)
 			.saturating_add(Weight::from_parts(0, 1517))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
diff --git a/runtime/gdev/src/weights/pallet_timestamp.rs b/runtime/gdev/src/weights/pallet_timestamp.rs
index 60711bb5..bfae6218 100644
--- a/runtime/gdev/src/weights/pallet_timestamp.rs
+++ b/runtime/gdev/src/weights/pallet_timestamp.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_timestamp`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -59,8 +59,8 @@ impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `379`
 		//  Estimated: `1864`
-		// Minimum execution time: 13_566_000 picoseconds.
-		Weight::from_parts(14_108_000, 0)
+		// Minimum execution time: 13_427_000 picoseconds.
+		Weight::from_parts(14_258_000, 0)
 			.saturating_add(Weight::from_parts(0, 1864))
 			.saturating_add(T::DbWeight::get().reads(4))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -69,8 +69,8 @@ impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `57`
 		//  Estimated: `0`
-		// Minimum execution time: 3_334_000 picoseconds.
-		Weight::from_parts(3_620_000, 0)
+		// Minimum execution time: 3_508_000 picoseconds.
+		Weight::from_parts(3_712_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 }
diff --git a/runtime/gdev/src/weights/pallet_transaction_payment.rs b/runtime/gdev/src/weights/pallet_transaction_payment.rs
index 89c90d10..23ec2049 100644
--- a/runtime/gdev/src/weights/pallet_transaction_payment.rs
+++ b/runtime/gdev/src/weights/pallet_transaction_payment.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_transaction_payment`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_transaction_payment::WeightInfo for WeightI
 		// Proof Size summary in bytes:
 		//  Measured:  `124`
 		//  Estimated: `6126`
-		// Minimum execution time: 44_459_000 picoseconds.
-		Weight::from_parts(45_603_000, 0)
+		// Minimum execution time: 47_953_000 picoseconds.
+		Weight::from_parts(48_752_000, 0)
 			.saturating_add(Weight::from_parts(0, 6126))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
diff --git a/runtime/gdev/src/weights/pallet_treasury.rs b/runtime/gdev/src/weights/pallet_treasury.rs
index b1a1f3dd..1d8b9ffb 100644
--- a/runtime/gdev/src/weights/pallet_treasury.rs
+++ b/runtime/gdev/src/weights/pallet_treasury.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_treasury`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `6`
 		//  Estimated: `1887`
-		// Minimum execution time: 3_515_000 picoseconds.
-		Weight::from_parts(3_763_000, 0)
+		// Minimum execution time: 3_605_000 picoseconds.
+		Weight::from_parts(3_896_000, 0)
 			.saturating_add(Weight::from_parts(0, 1887))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
@@ -77,11 +77,11 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `82 + p * (1 ±0)`
 		//  Estimated: `3558`
-		// Minimum execution time: 10_268_000 picoseconds.
-		Weight::from_parts(11_738_580, 0)
+		// Minimum execution time: 10_805_000 picoseconds.
+		Weight::from_parts(12_178_298, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
-			// Standard Error: 382
-			.saturating_add(Weight::from_parts(24_220, 0).saturating_mul(p.into()))
+			// Standard Error: 476
+			.saturating_add(Weight::from_parts(26_138, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -99,8 +99,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `6`
 		//  Estimated: `3526`
-		// Minimum execution time: 4_438_000 picoseconds.
-		Weight::from_parts(4_847_000, 0)
+		// Minimum execution time: 4_499_000 picoseconds.
+		Weight::from_parts(4_892_000, 0)
 			.saturating_add(Weight::from_parts(0, 3526))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
@@ -110,8 +110,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `6`
 		//  Estimated: `3526`
-		// Minimum execution time: 4_518_000 picoseconds.
-		Weight::from_parts(4_730_000, 0)
+		// Minimum execution time: 4_644_000 picoseconds.
+		Weight::from_parts(4_823_000, 0)
 			.saturating_add(Weight::from_parts(0, 3526))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
@@ -121,8 +121,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `6`
 		//  Estimated: `3526`
-		// Minimum execution time: 4_137_000 picoseconds.
-		Weight::from_parts(4_294_000, 0)
+		// Minimum execution time: 4_098_000 picoseconds.
+		Weight::from_parts(4_374_000, 0)
 			.saturating_add(Weight::from_parts(0, 3526))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
diff --git a/runtime/gdev/src/weights/pallet_universal_dividend.rs b/runtime/gdev/src/weights/pallet_universal_dividend.rs
index f9d6ed89..e6ebe439 100644
--- a/runtime/gdev/src/weights/pallet_universal_dividend.rs
+++ b/runtime/gdev/src/weights/pallet_universal_dividend.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_universal_dividend`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -58,15 +58,13 @@ impl<T: frame_system::Config> pallet_universal_dividend::WeightInfo for WeightIn
 	/// Storage: `System::Account` (r:1 w:1)
 	/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`)
 	/// The range of component `i` is `[1, 160]`.
-	fn claim_uds(i: u32, ) -> Weight {
+	fn claim_uds(_i: u32, ) -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `676`
 		//  Estimated: `4141`
-		// Minimum execution time: 32_518_000 picoseconds.
-		Weight::from_parts(34_626_808, 0)
+		// Minimum execution time: 33_238_000 picoseconds.
+		Weight::from_parts(35_217_292, 0)
 			.saturating_add(Weight::from_parts(0, 4141))
-			// Standard Error: 428
-			.saturating_add(Weight::from_parts(315, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().reads(5))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -78,8 +76,8 @@ impl<T: frame_system::Config> pallet_universal_dividend::WeightInfo for WeightIn
 		// Proof Size summary in bytes:
 		//  Measured:  `156`
 		//  Estimated: `6126`
-		// Minimum execution time: 51_646_000 picoseconds.
-		Weight::from_parts(53_208_000, 0)
+		// Minimum execution time: 52_547_000 picoseconds.
+		Weight::from_parts(53_796_000, 0)
 			.saturating_add(Weight::from_parts(0, 6126))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -92,8 +90,8 @@ impl<T: frame_system::Config> pallet_universal_dividend::WeightInfo for WeightIn
 		// Proof Size summary in bytes:
 		//  Measured:  `93`
 		//  Estimated: `3558`
-		// Minimum execution time: 32_731_000 picoseconds.
-		Weight::from_parts(33_644_000, 0)
+		// Minimum execution time: 35_267_000 picoseconds.
+		Weight::from_parts(36_250_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -109,8 +107,8 @@ impl<T: frame_system::Config> pallet_universal_dividend::WeightInfo for WeightIn
 		// Proof Size summary in bytes:
 		//  Measured:  `181`
 		//  Estimated: `3558`
-		// Minimum execution time: 19_059_000 picoseconds.
-		Weight::from_parts(20_233_375, 0)
+		// Minimum execution time: 19_520_000 picoseconds.
+		Weight::from_parts(20_568_903, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(1))
diff --git a/runtime/gdev/src/weights/pallet_upgrade_origin.rs b/runtime/gdev/src/weights/pallet_upgrade_origin.rs
index f0e23ef4..796535ee 100644
--- a/runtime/gdev/src/weights/pallet_upgrade_origin.rs
+++ b/runtime/gdev/src/weights/pallet_upgrade_origin.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_upgrade_origin`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -51,8 +51,8 @@ impl<T: frame_system::Config> pallet_upgrade_origin::WeightInfo for WeightInfo<T
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 5_722_000 picoseconds.
-		Weight::from_parts(5_903_000, 0)
+		// Minimum execution time: 5_799_000 picoseconds.
+		Weight::from_parts(6_189_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 }
diff --git a/runtime/gdev/src/weights/pallet_utility.rs b/runtime/gdev/src/weights/pallet_utility.rs
index 338dd422..6765040d 100644
--- a/runtime/gdev/src/weights/pallet_utility.rs
+++ b/runtime/gdev/src/weights/pallet_utility.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_utility`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -52,18 +52,18 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 4_575_000 picoseconds.
-		Weight::from_parts(7_685_978, 0)
+		// Minimum execution time: 4_231_000 picoseconds.
+		Weight::from_parts(7_319_644, 0)
 			.saturating_add(Weight::from_parts(0, 0))
-			// Standard Error: 794
-			.saturating_add(Weight::from_parts(2_111_822, 0).saturating_mul(c.into()))
+			// Standard Error: 891
+			.saturating_add(Weight::from_parts(2_204_220, 0).saturating_mul(c.into()))
 	}
 	fn as_derivative() -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 3_730_000 picoseconds.
-		Weight::from_parts(3_942_000, 0)
+		// Minimum execution time: 3_803_000 picoseconds.
+		Weight::from_parts(3_992_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// The range of component `c` is `[0, 1000]`.
@@ -71,18 +71,18 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 4_402_000 picoseconds.
-		Weight::from_parts(8_688_766, 0)
+		// Minimum execution time: 4_409_000 picoseconds.
+		Weight::from_parts(7_086_404, 0)
 			.saturating_add(Weight::from_parts(0, 0))
-			// Standard Error: 976
-			.saturating_add(Weight::from_parts(2_246_299, 0).saturating_mul(c.into()))
+			// Standard Error: 785
+			.saturating_add(Weight::from_parts(2_359_740, 0).saturating_mul(c.into()))
 	}
 	fn dispatch_as() -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 5_817_000 picoseconds.
-		Weight::from_parts(6_083_000, 0)
+		// Minimum execution time: 6_090_000 picoseconds.
+		Weight::from_parts(6_341_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// The range of component `c` is `[0, 1000]`.
@@ -90,10 +90,10 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 4_479_000 picoseconds.
-		Weight::from_parts(7_964_014, 0)
+		// Minimum execution time: 4_465_000 picoseconds.
+		Weight::from_parts(7_309_929, 0)
 			.saturating_add(Weight::from_parts(0, 0))
-			// Standard Error: 1_129
-			.saturating_add(Weight::from_parts(2_119_478, 0).saturating_mul(c.into()))
+			// Standard Error: 831
+			.saturating_add(Weight::from_parts(2_203_128, 0).saturating_mul(c.into()))
 	}
 }
diff --git a/runtime/gdev/src/weights/paritydb_weights.rs b/runtime/gdev/src/weights/paritydb_weights.rs
index 234882f4..5b3a01c4 100644
--- a/runtime/gdev/src/weights/paritydb_weights.rs
+++ b/runtime/gdev/src/weights/paritydb_weights.rs
@@ -1,6 +1,6 @@
 
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21 (Y/M/D)
+//! DATE: 2025-01-22 (Y/M/D)
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //!
 //! DATABASE: `ParityDb`, RUNTIME: `Äždev Local Testnet`
@@ -34,31 +34,31 @@ pub mod constants {
 			/// Calculated by multiplying the *Average* of all values with `2.0` and adding `0`.
 			///
 			/// Stats nanoseconds:
-			///   Min, Max: 761, 884_882
-			///   Average:  6_791
-			///   Median:   1_184
-			///   Std-Dev:  69859.08
+			///   Min, Max: 775, 912_008
+			///   Average:  7_157
+			///   Median:   1_243
+			///   Std-Dev:  72016.2
 			///
 			/// Percentiles nanoseconds:
-			///   99th: 6_984
-			///   95th: 1_600
-			///   75th: 1_320
-			read: 13_582 * constants::WEIGHT_REF_TIME_PER_NANOS,
+			///   99th: 27_305
+			///   95th: 1_759
+			///   75th: 1_404
+			read: 14_314 * constants::WEIGHT_REF_TIME_PER_NANOS,
 
 			/// Time to write one storage item.
 			/// Calculated by multiplying the *Average* of all values with `2.0` and adding `0`.
 			///
 			/// Stats nanoseconds:
-			///   Min, Max: 3_742, 5_846_798
-			///   Average:  46_690
-			///   Median:   10_425
-			///   Std-Dev:  461441.8
+			///   Min, Max: 3_875, 6_414_394
+			///   Average:  49_821
+			///   Median:   9_993
+			///   Std-Dev:  506345.67
 			///
 			/// Percentiles nanoseconds:
-			///   99th: 22_075
-			///   95th: 14_794
-			///   75th: 12_252
-			write: 93_380 * constants::WEIGHT_REF_TIME_PER_NANOS,
+			///   99th: 16_487
+			///   95th: 13_490
+			///   75th: 11_894
+			write: 99_642 * constants::WEIGHT_REF_TIME_PER_NANOS,
 		};
 	}
 
diff --git a/runtime/gtest/src/weights/block_weights.rs b/runtime/gtest/src/weights/block_weights.rs
index 107cb826..1c655c4b 100644
--- a/runtime/gtest/src/weights/block_weights.rs
+++ b/runtime/gtest/src/weights/block_weights.rs
@@ -1,6 +1,6 @@
 
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21 (Y/M/D)
+//! DATE: 2025-01-22 (Y/M/D)
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //!
 //! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `ÄžTest Local Testnet`
@@ -26,17 +26,17 @@ parameter_types! {
 	/// Calculated by multiplying the *Average* with `1.0` and adding `0`.
 	///
 	/// Stats nanoseconds:
-	///   Min, Max: 125_359, 281_232
-	///   Average:  131_717
-	///   Median:   127_840
-	///   Std-Dev:  16390.6
+	///   Min, Max: 119_474, 184_642
+	///   Average:  127_731
+	///   Median:   126_405
+	///   Std-Dev:  8203.13
 	///
 	/// Percentiles nanoseconds:
-	///   99th: 159_046
-	///   95th: 147_097
-	///   75th: 129_614
+	///   99th: 161_562
+	///   95th: 133_670
+	///   75th: 127_726
 	pub const BlockExecutionWeight: Weight =
-		Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(131_717), 0);
+		Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(127_731), 0);
 }
 
 #[cfg(test)]
diff --git a/runtime/gtest/src/weights/extrinsic_weights.rs b/runtime/gtest/src/weights/extrinsic_weights.rs
index 4e83c6e7..bf1a07dc 100644
--- a/runtime/gtest/src/weights/extrinsic_weights.rs
+++ b/runtime/gtest/src/weights/extrinsic_weights.rs
@@ -1,6 +1,6 @@
 
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21 (Y/M/D)
+//! DATE: 2025-01-22 (Y/M/D)
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //!
 //! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `ÄžTest Local Testnet`
@@ -26,17 +26,17 @@ parameter_types! {
 	/// Calculated by multiplying the *Average* with `1.0` and adding `0`.
 	///
 	/// Stats nanoseconds:
-	///   Min, Max: 94_680, 96_396
-	///   Average:  95_209
-	///   Median:   95_109
-	///   Std-Dev:  355.58
+	///   Min, Max: 93_611, 95_512
+	///   Average:  94_010
+	///   Median:   93_971
+	///   Std-Dev:  322.63
 	///
 	/// Percentiles nanoseconds:
-	///   99th: 96_325
-	///   95th: 96_066
-	///   75th: 95_262
+	///   99th: 95_222
+	///   95th: 94_605
+	///   75th: 94_088
 	pub const ExtrinsicBaseWeight: Weight =
-		Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(95_209), 0);
+		Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(94_010), 0);
 }
 
 #[cfg(test)]
diff --git a/runtime/gtest/src/weights/frame_benchmarking_baseline.rs b/runtime/gtest/src/weights/frame_benchmarking_baseline.rs
index 506105c0..db7a90f1 100644
--- a/runtime/gtest/src/weights/frame_benchmarking_baseline.rs
+++ b/runtime/gtest/src/weights/frame_benchmarking_baseline.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `frame_benchmarking::baseline`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -53,7 +53,7 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh
 		//  Measured:  `0`
 		//  Estimated: `0`
 		// Minimum execution time: 81_000 picoseconds.
-		Weight::from_parts(111_644, 0)
+		Weight::from_parts(108_311, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// The range of component `i` is `[0, 1000000]`.
@@ -61,8 +61,8 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 80_000 picoseconds.
-		Weight::from_parts(111_771, 0)
+		// Minimum execution time: 81_000 picoseconds.
+		Weight::from_parts(113_015, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// The range of component `i` is `[0, 1000000]`.
@@ -70,8 +70,8 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 83_000 picoseconds.
-		Weight::from_parts(116_548, 0)
+		// Minimum execution time: 81_000 picoseconds.
+		Weight::from_parts(115_324, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// The range of component `i` is `[0, 1000000]`.
@@ -80,15 +80,15 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh
 		//  Measured:  `0`
 		//  Estimated: `0`
 		// Minimum execution time: 81_000 picoseconds.
-		Weight::from_parts(113_517, 0)
+		Weight::from_parts(105_344, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	fn hashing() -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 19_182_173_000 picoseconds.
-		Weight::from_parts(19_234_091_000, 0)
+		// Minimum execution time: 19_581_925_000 picoseconds.
+		Weight::from_parts(19_626_302_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// The range of component `i` is `[0, 100]`.
@@ -96,10 +96,10 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 83_000 picoseconds.
-		Weight::from_parts(25_398_572, 0)
+		// Minimum execution time: 94_000 picoseconds.
+		Weight::from_parts(29_519_877, 0)
 			.saturating_add(Weight::from_parts(0, 0))
-			// Standard Error: 12_718
-			.saturating_add(Weight::from_parts(31_175_221, 0).saturating_mul(i.into()))
+			// Standard Error: 12_461
+			.saturating_add(Weight::from_parts(33_989_148, 0).saturating_mul(i.into()))
 	}
 }
diff --git a/runtime/gtest/src/weights/frame_system.rs b/runtime/gtest/src/weights/frame_system.rs
index 58622994..e35effe6 100644
--- a/runtime/gtest/src/weights/frame_system.rs
+++ b/runtime/gtest/src/weights/frame_system.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `frame_system`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -52,8 +52,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 2_015_000 picoseconds.
-		Weight::from_parts(344_049, 0)
+		// Minimum execution time: 1_920_000 picoseconds.
+		Weight::from_parts(427_866, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 			// Standard Error: 0
 			.saturating_add(Weight::from_parts(255, 0).saturating_mul(b.into()))
@@ -63,11 +63,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 5_043_000 picoseconds.
-		Weight::from_parts(5_115_000, 0)
+		// Minimum execution time: 4_987_000 picoseconds.
+		Weight::from_parts(5_159_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 			// Standard Error: 0
-			.saturating_add(Weight::from_parts(1_036, 0).saturating_mul(b.into()))
+			.saturating_add(Weight::from_parts(1_038, 0).saturating_mul(b.into()))
 	}
 	/// Storage: UNKNOWN KEY `0x3a686561707061676573` (r:0 w:1)
 	/// Proof: UNKNOWN KEY `0x3a686561707061676573` (r:0 w:1)
@@ -75,8 +75,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 3_102_000 picoseconds.
-		Weight::from_parts(3_455_000, 0)
+		// Minimum execution time: 3_234_000 picoseconds.
+		Weight::from_parts(3_614_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -86,8 +86,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 75_102_922_000 picoseconds.
-		Weight::from_parts(75_964_108_000, 0)
+		// Minimum execution time: 75_492_960_000 picoseconds.
+		Weight::from_parts(76_325_406_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -98,11 +98,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 2_040_000 picoseconds.
-		Weight::from_parts(2_113_000, 0)
+		// Minimum execution time: 1_917_000 picoseconds.
+		Weight::from_parts(2_080_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
-			// Standard Error: 477
-			.saturating_add(Weight::from_parts(558_434, 0).saturating_mul(i.into()))
+			// Standard Error: 493
+			.saturating_add(Weight::from_parts(558_660, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
 	}
 	/// Storage: `Skipped::Metadata` (r:0 w:0)
@@ -112,11 +112,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 1_894_000 picoseconds.
-		Weight::from_parts(2_018_000, 0)
+		// Minimum execution time: 1_889_000 picoseconds.
+		Weight::from_parts(1_984_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
-			// Standard Error: 659
-			.saturating_add(Weight::from_parts(448_763, 0).saturating_mul(i.into()))
+			// Standard Error: 624
+			.saturating_add(Weight::from_parts(445_291, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
 	}
 	/// Storage: `Skipped::Metadata` (r:0 w:0)
@@ -126,11 +126,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `77 + p * (69 ±0)`
 		//  Estimated: `75 + p * (70 ±0)`
-		// Minimum execution time: 3_532_000 picoseconds.
-		Weight::from_parts(3_697_000, 0)
+		// Minimum execution time: 3_552_000 picoseconds.
+		Weight::from_parts(3_670_000, 0)
 			.saturating_add(Weight::from_parts(0, 75))
-			// Standard Error: 849
-			.saturating_add(Weight::from_parts(1_022_888, 0).saturating_mul(p.into()))
+			// Standard Error: 686
+			.saturating_add(Weight::from_parts(1_013_103, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
 			.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
 			.saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into()))
@@ -141,8 +141,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 8_021_000 picoseconds.
-		Weight::from_parts(8_668_000, 0)
+		// Minimum execution time: 8_152_000 picoseconds.
+		Weight::from_parts(8_900_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -154,8 +154,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `22`
 		//  Estimated: `1518`
-		// Minimum execution time: 78_749_325_000 picoseconds.
-		Weight::from_parts(79_652_414_000, 0)
+		// Minimum execution time: 79_836_271_000 picoseconds.
+		Weight::from_parts(80_190_659_000, 0)
 			.saturating_add(Weight::from_parts(0, 1518))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(2))
diff --git a/runtime/gtest/src/weights/frame_system_extensions.rs b/runtime/gtest/src/weights/frame_system_extensions.rs
index a2fba445..52451b4e 100644
--- a/runtime/gtest/src/weights/frame_system_extensions.rs
+++ b/runtime/gtest/src/weights/frame_system_extensions.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `frame_system_extensions`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -51,32 +51,32 @@ impl<T: frame_system::Config> frame_system::ExtensionsWeightInfo for WeightInfo<
 		// Proof Size summary in bytes:
 		//  Measured:  `30`
 		//  Estimated: `0`
-		// Minimum execution time: 2_599_000 picoseconds.
-		Weight::from_parts(2_756_000, 0)
+		// Minimum execution time: 2_663_000 picoseconds.
+		Weight::from_parts(2_864_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	fn check_mortality_mortal_transaction() -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `68`
 		//  Estimated: `0`
-		// Minimum execution time: 5_017_000 picoseconds.
-		Weight::from_parts(5_426_000, 0)
+		// Minimum execution time: 5_051_000 picoseconds.
+		Weight::from_parts(5_486_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	fn check_mortality_immortal_transaction() -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `68`
 		//  Estimated: `0`
-		// Minimum execution time: 5_096_000 picoseconds.
-		Weight::from_parts(5_415_000, 0)
+		// Minimum execution time: 5_128_000 picoseconds.
+		Weight::from_parts(5_367_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	fn check_non_zero_sender() -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 415_000 picoseconds.
-		Weight::from_parts(462_000, 0)
+		// Minimum execution time: 400_000 picoseconds.
+		Weight::from_parts(459_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// Storage: `System::Account` (r:1 w:1)
@@ -85,8 +85,8 @@ impl<T: frame_system::Config> frame_system::ExtensionsWeightInfo for WeightInfo<
 		// Proof Size summary in bytes:
 		//  Measured:  `61`
 		//  Estimated: `3558`
-		// Minimum execution time: 5_702_000 picoseconds.
-		Weight::from_parts(5_987_000, 0)
+		// Minimum execution time: 5_759_000 picoseconds.
+		Weight::from_parts(6_175_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -95,24 +95,24 @@ impl<T: frame_system::Config> frame_system::ExtensionsWeightInfo for WeightInfo<
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 309_000 picoseconds.
-		Weight::from_parts(361_000, 0)
+		// Minimum execution time: 326_000 picoseconds.
+		Weight::from_parts(370_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	fn check_tx_version() -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 267_000 picoseconds.
-		Weight::from_parts(334_000, 0)
+		// Minimum execution time: 327_000 picoseconds.
+		Weight::from_parts(356_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	fn check_weight() -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 3_323_000 picoseconds.
-		Weight::from_parts(3_538_000, 0)
+		// Minimum execution time: 3_193_000 picoseconds.
+		Weight::from_parts(3_427_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 }
diff --git a/runtime/gtest/src/weights/pallet_authority_members.rs b/runtime/gtest/src/weights/pallet_authority_members.rs
index b64117bf..c5e0fa55 100644
--- a/runtime/gtest/src/weights/pallet_authority_members.rs
+++ b/runtime/gtest/src/weights/pallet_authority_members.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_authority_members`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -63,8 +63,8 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf
 		// Proof Size summary in bytes:
 		//  Measured:  `867`
 		//  Estimated: `4332`
-		// Minimum execution time: 22_471_000 picoseconds.
-		Weight::from_parts(24_133_000, 0)
+		// Minimum execution time: 22_888_000 picoseconds.
+		Weight::from_parts(23_672_000, 0)
 			.saturating_add(Weight::from_parts(0, 4332))
 			.saturating_add(T::DbWeight::get().reads(6))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -89,8 +89,8 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf
 		// Proof Size summary in bytes:
 		//  Measured:  `1323`
 		//  Estimated: `4788`
-		// Minimum execution time: 33_077_000 picoseconds.
-		Weight::from_parts(34_106_000, 0)
+		// Minimum execution time: 33_561_000 picoseconds.
+		Weight::from_parts(34_785_000, 0)
 			.saturating_add(Weight::from_parts(0, 4788))
 			.saturating_add(T::DbWeight::get().reads(8))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -111,8 +111,8 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf
 		// Proof Size summary in bytes:
 		//  Measured:  `1772`
 		//  Estimated: `12662`
-		// Minimum execution time: 42_009_000 picoseconds.
-		Weight::from_parts(43_155_000, 0)
+		// Minimum execution time: 41_274_000 picoseconds.
+		Weight::from_parts(43_100_000, 0)
 			.saturating_add(Weight::from_parts(0, 12662))
 			.saturating_add(T::DbWeight::get().reads(8))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -135,8 +135,8 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf
 		// Proof Size summary in bytes:
 		//  Measured:  `847`
 		//  Estimated: `4312`
-		// Minimum execution time: 35_599_000 picoseconds.
-		Weight::from_parts(37_772_000, 0)
+		// Minimum execution time: 36_076_000 picoseconds.
+		Weight::from_parts(37_850_000, 0)
 			.saturating_add(Weight::from_parts(0, 4312))
 			.saturating_add(T::DbWeight::get().reads(6))
 			.saturating_add(T::DbWeight::get().writes(10))
@@ -147,8 +147,8 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf
 		// Proof Size summary in bytes:
 		//  Measured:  `199`
 		//  Estimated: `1684`
-		// Minimum execution time: 9_055_000 picoseconds.
-		Weight::from_parts(9_422_000, 0)
+		// Minimum execution time: 9_265_000 picoseconds.
+		Weight::from_parts(9_709_000, 0)
 			.saturating_add(Weight::from_parts(0, 1684))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
diff --git a/runtime/gtest/src/weights/pallet_balances.rs b/runtime/gtest/src/weights/pallet_balances.rs
index 67076807..f25c05ce 100644
--- a/runtime/gtest/src/weights/pallet_balances.rs
+++ b/runtime/gtest/src/weights/pallet_balances.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_balances`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `63`
 		//  Estimated: `6126`
-		// Minimum execution time: 49_241_000 picoseconds.
-		Weight::from_parts(50_829_000, 0)
+		// Minimum execution time: 49_468_000 picoseconds.
+		Weight::from_parts(50_819_000, 0)
 			.saturating_add(Weight::from_parts(0, 6126))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `3558`
-		// Minimum execution time: 30_626_000 picoseconds.
-		Weight::from_parts(31_926_000, 0)
+		// Minimum execution time: 30_497_000 picoseconds.
+		Weight::from_parts(31_209_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -77,8 +77,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `134`
 		//  Estimated: `3558`
-		// Minimum execution time: 11_176_000 picoseconds.
-		Weight::from_parts(11_623_000, 0)
+		// Minimum execution time: 11_245_000 picoseconds.
+		Weight::from_parts(11_554_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -89,8 +89,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `134`
 		//  Estimated: `3558`
-		// Minimum execution time: 16_758_000 picoseconds.
-		Weight::from_parts(17_659_000, 0)
+		// Minimum execution time: 17_197_000 picoseconds.
+		Weight::from_parts(18_105_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -101,8 +101,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `126`
 		//  Estimated: `8694`
-		// Minimum execution time: 50_806_000 picoseconds.
-		Weight::from_parts(51_800_000, 0)
+		// Minimum execution time: 50_992_000 picoseconds.
+		Weight::from_parts(52_033_000, 0)
 			.saturating_add(Weight::from_parts(0, 8694))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(3))
@@ -113,8 +113,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `3558`
-		// Minimum execution time: 37_292_000 picoseconds.
-		Weight::from_parts(38_647_000, 0)
+		// Minimum execution time: 36_879_000 picoseconds.
+		Weight::from_parts(38_622_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -125,8 +125,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `134`
 		//  Estimated: `3558`
-		// Minimum execution time: 13_725_000 picoseconds.
-		Weight::from_parts(14_469_000, 0)
+		// Minimum execution time: 14_387_000 picoseconds.
+		Weight::from_parts(14_913_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -135,8 +135,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 5_343_000 picoseconds.
-		Weight::from_parts(5_722_000, 0)
+		// Minimum execution time: 5_324_000 picoseconds.
+		Weight::from_parts(5_646_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// Storage: `System::Account` (r:1 w:1)
@@ -145,8 +145,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `63`
 		//  Estimated: `3558`
-		// Minimum execution time: 34_726_000 picoseconds.
-		Weight::from_parts(36_028_000, 0)
+		// Minimum execution time: 35_274_000 picoseconds.
+		Weight::from_parts(36_186_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -155,8 +155,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 16_113_000 picoseconds.
-		Weight::from_parts(16_615_000, 0)
+		// Minimum execution time: 16_029_000 picoseconds.
+		Weight::from_parts(16_620_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 }
diff --git a/runtime/gtest/src/weights/pallet_certification.rs b/runtime/gtest/src/weights/pallet_certification.rs
index fd29536b..28c09713 100644
--- a/runtime/gtest/src/weights/pallet_certification.rs
+++ b/runtime/gtest/src/weights/pallet_certification.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_certification`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `996`
 		//  Estimated: `6936`
-		// Minimum execution time: 39_582_000 picoseconds.
-		Weight::from_parts(42_183_000, 0)
+		// Minimum execution time: 39_823_000 picoseconds.
+		Weight::from_parts(41_151_000, 0)
 			.saturating_add(Weight::from_parts(0, 6936))
 			.saturating_add(T::DbWeight::get().reads(7))
 			.saturating_add(T::DbWeight::get().writes(4))
@@ -81,8 +81,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `1019`
 		//  Estimated: `6959`
-		// Minimum execution time: 35_225_000 picoseconds.
-		Weight::from_parts(36_444_000, 0)
+		// Minimum execution time: 35_882_000 picoseconds.
+		Weight::from_parts(37_430_000, 0)
 			.saturating_add(Weight::from_parts(0, 6959))
 			.saturating_add(T::DbWeight::get().reads(6))
 			.saturating_add(T::DbWeight::get().writes(3))
@@ -121,8 +121,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `2169`
 		//  Estimated: `15534`
-		// Minimum execution time: 118_130_000 picoseconds.
-		Weight::from_parts(123_879_000, 0)
+		// Minimum execution time: 117_223_000 picoseconds.
+		Weight::from_parts(121_172_000, 0)
 			.saturating_add(Weight::from_parts(0, 15534))
 			.saturating_add(T::DbWeight::get().reads(20))
 			.saturating_add(T::DbWeight::get().writes(22))
@@ -138,11 +138,11 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `579 + i * (35 ±0)`
 		//  Estimated: `4049 + i * (2511 ±0)`
-		// Minimum execution time: 26_682_000 picoseconds.
-		Weight::from_parts(7_838_266, 0)
+		// Minimum execution time: 28_240_000 picoseconds.
+		Weight::from_parts(22_150_515, 0)
 			.saturating_add(Weight::from_parts(0, 4049))
-			// Standard Error: 3_486
-			.saturating_add(Weight::from_parts(4_280_324, 0).saturating_mul(i.into()))
+			// Standard Error: 3_438
+			.saturating_add(Weight::from_parts(4_233_010, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into())))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -155,8 +155,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `138`
 		//  Estimated: `3603`
-		// Minimum execution time: 3_386_000 picoseconds.
-		Weight::from_parts(3_507_000, 0)
+		// Minimum execution time: 3_352_000 picoseconds.
+		Weight::from_parts(3_607_000, 0)
 			.saturating_add(Weight::from_parts(0, 3603))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
@@ -167,7 +167,7 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T>
 		//  Measured:  `275`
 		//  Estimated: `3740`
 		// Minimum execution time: 5_201_000 picoseconds.
-		Weight::from_parts(5_562_000, 0)
+		Weight::from_parts(5_439_000, 0)
 			.saturating_add(Weight::from_parts(0, 3740))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -182,8 +182,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `711`
 		//  Estimated: `6651`
-		// Minimum execution time: 23_121_000 picoseconds.
-		Weight::from_parts(25_296_000, 0)
+		// Minimum execution time: 23_016_000 picoseconds.
+		Weight::from_parts(24_017_000, 0)
 			.saturating_add(Weight::from_parts(0, 6651))
 			.saturating_add(T::DbWeight::get().reads(4))
 			.saturating_add(T::DbWeight::get().writes(3))
@@ -199,11 +199,11 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `543 + i * (35 ±0)`
 		//  Estimated: `4016 + i * (2511 ±0)`
-		// Minimum execution time: 23_931_000 picoseconds.
-		Weight::from_parts(21_014_950, 0)
+		// Minimum execution time: 24_193_000 picoseconds.
+		Weight::from_parts(21_404_968, 0)
 			.saturating_add(Weight::from_parts(0, 4016))
-			// Standard Error: 4_907
-			.saturating_add(Weight::from_parts(3_946_553, 0).saturating_mul(i.into()))
+			// Standard Error: 4_541
+			.saturating_add(Weight::from_parts(3_957_096, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into())))
 			.saturating_add(T::DbWeight::get().writes(1))
diff --git a/runtime/gtest/src/weights/pallet_collective.rs b/runtime/gtest/src/weights/pallet_collective.rs
index 122fe149..548d3ac5 100644
--- a/runtime/gtest/src/weights/pallet_collective.rs
+++ b/runtime/gtest/src/weights/pallet_collective.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_collective`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -61,14 +61,14 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 	fn set_members(m: u32, _n: u32, p: u32, ) -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `0 + m * (672 ±0) + p * (3191 ±0)`
-		//  Estimated: `10019 + m * (416 ±5) + p * (4183 ±27)`
-		// Minimum execution time: 11_660_000 picoseconds.
-		Weight::from_parts(12_207_000, 0)
+		//  Estimated: `10019 + m * (416 ±4) + p * (4183 ±23)`
+		// Minimum execution time: 11_891_000 picoseconds.
+		Weight::from_parts(12_212_000, 0)
 			.saturating_add(Weight::from_parts(0, 10019))
-			// Standard Error: 12_756
-			.saturating_add(Weight::from_parts(969_052, 0).saturating_mul(m.into()))
-			// Standard Error: 63_058
-			.saturating_add(Weight::from_parts(7_876_867, 0).saturating_mul(p.into()))
+			// Standard Error: 12_659
+			.saturating_add(Weight::from_parts(946_151, 0).saturating_mul(m.into()))
+			// Standard Error: 62_578
+			.saturating_add(Weight::from_parts(7_875_983, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -84,13 +84,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `32 + m * (32 ±0)`
 		//  Estimated: `1518 + m * (32 ±0)`
-		// Minimum execution time: 11_212_000 picoseconds.
-		Weight::from_parts(10_504_376, 0)
+		// Minimum execution time: 11_195_000 picoseconds.
+		Weight::from_parts(10_344_707, 0)
 			.saturating_add(Weight::from_parts(0, 1518))
-			// Standard Error: 28
-			.saturating_add(Weight::from_parts(1_597, 0).saturating_mul(b.into()))
-			// Standard Error: 296
-			.saturating_add(Weight::from_parts(14_414, 0).saturating_mul(m.into()))
+			// Standard Error: 35
+			.saturating_add(Weight::from_parts(1_618, 0).saturating_mul(b.into()))
+			// Standard Error: 361
+			.saturating_add(Weight::from_parts(14_708, 0).saturating_mul(m.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into()))
 	}
@@ -104,13 +104,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `32 + m * (32 ±0)`
 		//  Estimated: `3498 + m * (32 ±0)`
-		// Minimum execution time: 13_328_000 picoseconds.
-		Weight::from_parts(13_109_416, 0)
+		// Minimum execution time: 13_308_000 picoseconds.
+		Weight::from_parts(12_851_450, 0)
 			.saturating_add(Weight::from_parts(0, 3498))
-			// Standard Error: 38
-			.saturating_add(Weight::from_parts(1_317, 0).saturating_mul(b.into()))
-			// Standard Error: 393
-			.saturating_add(Weight::from_parts(19_739, 0).saturating_mul(m.into()))
+			// Standard Error: 43
+			.saturating_add(Weight::from_parts(1_543, 0).saturating_mul(b.into()))
+			// Standard Error: 445
+			.saturating_add(Weight::from_parts(20_698, 0).saturating_mul(m.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into()))
 	}
@@ -131,15 +131,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `24 + m * (32 ±0) + p * (55 ±0)`
 		//  Estimated: `3461 + m * (32 ±0) + p * (54 ±0)`
-		// Minimum execution time: 18_420_000 picoseconds.
-		Weight::from_parts(17_491_293, 0)
+		// Minimum execution time: 18_036_000 picoseconds.
+		Weight::from_parts(17_078_345, 0)
 			.saturating_add(Weight::from_parts(0, 3461))
-			// Standard Error: 66
-			.saturating_add(Weight::from_parts(2_272, 0).saturating_mul(b.into()))
-			// Standard Error: 696
-			.saturating_add(Weight::from_parts(17_461, 0).saturating_mul(m.into()))
-			// Standard Error: 3_477
-			.saturating_add(Weight::from_parts(271_263, 0).saturating_mul(p.into()))
+			// Standard Error: 64
+			.saturating_add(Weight::from_parts(2_307, 0).saturating_mul(b.into()))
+			// Standard Error: 669
+			.saturating_add(Weight::from_parts(19_414, 0).saturating_mul(m.into()))
+			// Standard Error: 3_343
+			.saturating_add(Weight::from_parts(271_842, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(4))
 			.saturating_add(T::DbWeight::get().writes(4))
 			.saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into()))
@@ -154,11 +154,11 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `573 + m * (64 ±0)`
 		//  Estimated: `4037 + m * (64 ±0)`
-		// Minimum execution time: 16_739_000 picoseconds.
-		Weight::from_parts(17_548_533, 0)
+		// Minimum execution time: 16_851_000 picoseconds.
+		Weight::from_parts(17_633_841, 0)
 			.saturating_add(Weight::from_parts(0, 4037))
-			// Standard Error: 677
-			.saturating_add(Weight::from_parts(38_011, 0).saturating_mul(m.into()))
+			// Standard Error: 714
+			.saturating_add(Weight::from_parts(36_440, 0).saturating_mul(m.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
 			.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
@@ -177,13 +177,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `117 + m * (64 ±0) + p * (55 ±0)`
 		//  Estimated: `3591 + m * (64 ±0) + p * (55 ±0)`
-		// Minimum execution time: 20_966_000 picoseconds.
-		Weight::from_parts(19_791_137, 0)
+		// Minimum execution time: 21_065_000 picoseconds.
+		Weight::from_parts(19_516_922, 0)
 			.saturating_add(Weight::from_parts(0, 3591))
-			// Standard Error: 635
-			.saturating_add(Weight::from_parts(31_124, 0).saturating_mul(m.into()))
-			// Standard Error: 3_136
-			.saturating_add(Weight::from_parts(241_171, 0).saturating_mul(p.into()))
+			// Standard Error: 643
+			.saturating_add(Weight::from_parts(31_818, 0).saturating_mul(m.into()))
+			// Standard Error: 3_175
+			.saturating_add(Weight::from_parts(263_070, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(3))
 			.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
@@ -204,15 +204,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `62 + b * (1 ±0) + m * (64 ±0) + p * (78 ±0)`
 		//  Estimated: `3619 + b * (1 ±0) + m * (63 ±0) + p * (74 ±0)`
-		// Minimum execution time: 29_251_000 picoseconds.
-		Weight::from_parts(28_097_809, 0)
+		// Minimum execution time: 29_533_000 picoseconds.
+		Weight::from_parts(27_963_006, 0)
 			.saturating_add(Weight::from_parts(0, 3619))
-			// Standard Error: 164
-			.saturating_add(Weight::from_parts(2_340, 0).saturating_mul(b.into()))
-			// Standard Error: 1_734
-			.saturating_add(Weight::from_parts(9_245, 0).saturating_mul(m.into()))
-			// Standard Error: 8_555
-			.saturating_add(Weight::from_parts(468_257, 0).saturating_mul(p.into()))
+			// Standard Error: 159
+			.saturating_add(Weight::from_parts(2_509, 0).saturating_mul(b.into()))
+			// Standard Error: 1_681
+			.saturating_add(Weight::from_parts(11_763, 0).saturating_mul(m.into()))
+			// Standard Error: 8_295
+			.saturating_add(Weight::from_parts(479_099, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(4))
 			.saturating_add(T::DbWeight::get().writes(3))
 			.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
@@ -235,13 +235,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `137 + m * (64 ±0) + p * (55 ±0)`
 		//  Estimated: `3611 + m * (64 ±0) + p * (55 ±0)`
-		// Minimum execution time: 22_540_000 picoseconds.
-		Weight::from_parts(21_592_901, 0)
+		// Minimum execution time: 23_249_000 picoseconds.
+		Weight::from_parts(21_517_463, 0)
 			.saturating_add(Weight::from_parts(0, 3611))
-			// Standard Error: 623
-			.saturating_add(Weight::from_parts(30_844, 0).saturating_mul(m.into()))
-			// Standard Error: 3_077
-			.saturating_add(Weight::from_parts(257_844, 0).saturating_mul(p.into()))
+			// Standard Error: 605
+			.saturating_add(Weight::from_parts(32_353, 0).saturating_mul(m.into()))
+			// Standard Error: 2_988
+			.saturating_add(Weight::from_parts(271_500, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(4))
 			.saturating_add(T::DbWeight::get().writes(3))
 			.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
@@ -264,15 +264,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `82 + b * (1 ±0) + m * (64 ±0) + p * (78 ±0)`
 		//  Estimated: `3639 + b * (1 ±0) + m * (63 ±0) + p * (74 ±0)`
-		// Minimum execution time: 31_097_000 picoseconds.
-		Weight::from_parts(31_515_651, 0)
+		// Minimum execution time: 31_217_000 picoseconds.
+		Weight::from_parts(31_357_799, 0)
 			.saturating_add(Weight::from_parts(0, 3639))
-			// Standard Error: 121
-			.saturating_add(Weight::from_parts(2_251, 0).saturating_mul(b.into()))
-			// Standard Error: 1_285
-			.saturating_add(Weight::from_parts(18_450, 0).saturating_mul(m.into()))
-			// Standard Error: 6_342
-			.saturating_add(Weight::from_parts(387_104, 0).saturating_mul(p.into()))
+			// Standard Error: 111
+			.saturating_add(Weight::from_parts(2_367, 0).saturating_mul(b.into()))
+			// Standard Error: 1_179
+			.saturating_add(Weight::from_parts(17_343, 0).saturating_mul(m.into()))
+			// Standard Error: 5_817
+			.saturating_add(Weight::from_parts(421_956, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(5))
 			.saturating_add(T::DbWeight::get().writes(3))
 			.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
@@ -290,11 +290,11 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `189 + p * (32 ±0)`
 		//  Estimated: `1674 + p * (32 ±0)`
-		// Minimum execution time: 11_066_000 picoseconds.
-		Weight::from_parts(12_140_662, 0)
+		// Minimum execution time: 10_974_000 picoseconds.
+		Weight::from_parts(12_128_634, 0)
 			.saturating_add(Weight::from_parts(0, 1674))
-			// Standard Error: 1_726
-			.saturating_add(Weight::from_parts(153_351, 0).saturating_mul(p.into()))
+			// Standard Error: 2_474
+			.saturating_add(Weight::from_parts(146_734, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(3))
 			.saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into()))
@@ -313,11 +313,11 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `1243 + p * (55 ±0)`
 		//  Estimated: `4710 + d * (5 ±1) + p * (55 ±0)`
-		// Minimum execution time: 15_862_000 picoseconds.
-		Weight::from_parts(17_911_099, 0)
+		// Minimum execution time: 16_348_000 picoseconds.
+		Weight::from_parts(17_897_162, 0)
 			.saturating_add(Weight::from_parts(0, 4710))
-			// Standard Error: 2_973
-			.saturating_add(Weight::from_parts(264_651, 0).saturating_mul(p.into()))
+			// Standard Error: 2_632
+			.saturating_add(Weight::from_parts(259_366, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(3))
 			.saturating_add(Weight::from_parts(0, 5).saturating_mul(d.into()))
@@ -331,8 +331,8 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `676`
 		//  Estimated: `4141`
-		// Minimum execution time: 10_663_000 picoseconds.
-		Weight::from_parts(10_948_000, 0)
+		// Minimum execution time: 10_662_000 picoseconds.
+		Weight::from_parts(11_158_000, 0)
 			.saturating_add(Weight::from_parts(0, 4141))
 			.saturating_add(T::DbWeight::get().reads(2))
 	}
diff --git a/runtime/gtest/src/weights/pallet_distance.rs b/runtime/gtest/src/weights/pallet_distance.rs
index c84f1876..6a833476 100644
--- a/runtime/gtest/src/weights/pallet_distance.rs
+++ b/runtime/gtest/src/weights/pallet_distance.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_distance`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -69,8 +69,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `1134`
 		//  Estimated: `4599`
-		// Minimum execution time: 61_424_000 picoseconds.
-		Weight::from_parts(63_644_000, 0)
+		// Minimum execution time: 62_278_000 picoseconds.
+		Weight::from_parts(63_831_000, 0)
 			.saturating_add(Weight::from_parts(0, 4599))
 			.saturating_add(T::DbWeight::get().reads(9))
 			.saturating_add(T::DbWeight::get().writes(4))
@@ -97,8 +97,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `1163`
 		//  Estimated: `7103`
-		// Minimum execution time: 64_890_000 picoseconds.
-		Weight::from_parts(68_360_000, 0)
+		// Minimum execution time: 64_754_000 picoseconds.
+		Weight::from_parts(67_520_000, 0)
 			.saturating_add(Weight::from_parts(0, 7103))
 			.saturating_add(T::DbWeight::get().reads(10))
 			.saturating_add(T::DbWeight::get().writes(4))
@@ -116,11 +116,11 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `303 + i * (10 ±0)`
 		//  Estimated: `1788 + i * (10 ±0)`
-		// Minimum execution time: 12_204_000 picoseconds.
-		Weight::from_parts(14_768_532, 0)
+		// Minimum execution time: 12_163_000 picoseconds.
+		Weight::from_parts(14_600_703, 0)
 			.saturating_add(Weight::from_parts(0, 1788))
-			// Standard Error: 121
-			.saturating_add(Weight::from_parts(102_068, 0).saturating_mul(i.into()))
+			// Standard Error: 98
+			.saturating_add(Weight::from_parts(101_914, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().reads(4))
 			.saturating_add(T::DbWeight::get().writes(2))
 			.saturating_add(Weight::from_parts(0, 10).saturating_mul(i.into()))
@@ -134,11 +134,11 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `162 + i * (10 ±0)`
 		//  Estimated: `1647 + i * (10 ±0)`
-		// Minimum execution time: 7_183_000 picoseconds.
-		Weight::from_parts(9_057_434, 0)
+		// Minimum execution time: 7_354_000 picoseconds.
+		Weight::from_parts(9_938_924, 0)
 			.saturating_add(Weight::from_parts(0, 1647))
-			// Standard Error: 233
-			.saturating_add(Weight::from_parts(103_555, 0).saturating_mul(i.into()))
+			// Standard Error: 94
+			.saturating_add(Weight::from_parts(101_291, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
 			.saturating_add(Weight::from_parts(0, 10).saturating_mul(i.into()))
@@ -153,8 +153,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `539`
 		//  Estimated: `6479`
-		// Minimum execution time: 25_721_000 picoseconds.
-		Weight::from_parts(27_141_000, 0)
+		// Minimum execution time: 26_164_000 picoseconds.
+		Weight::from_parts(27_897_000, 0)
 			.saturating_add(Weight::from_parts(0, 6479))
 			.saturating_add(T::DbWeight::get().reads(4))
 			.saturating_add(T::DbWeight::get().writes(3))
@@ -163,8 +163,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 87_000 picoseconds.
-		Weight::from_parts(117_000, 0)
+		// Minimum execution time: 97_000 picoseconds.
+		Weight::from_parts(119_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// Storage: `System::ParentHash` (r:1 w:0)
@@ -189,8 +189,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `951`
 		//  Estimated: `6891`
-		// Minimum execution time: 58_712_000 picoseconds.
-		Weight::from_parts(60_538_000, 0)
+		// Minimum execution time: 58_667_000 picoseconds.
+		Weight::from_parts(60_042_000, 0)
 			.saturating_add(Weight::from_parts(0, 6891))
 			.saturating_add(T::DbWeight::get().reads(9))
 			.saturating_add(T::DbWeight::get().writes(8))
@@ -211,8 +211,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `475`
 		//  Estimated: `6126`
-		// Minimum execution time: 42_437_000 picoseconds.
-		Weight::from_parts(45_054_000, 0)
+		// Minimum execution time: 42_034_000 picoseconds.
+		Weight::from_parts(43_262_000, 0)
 			.saturating_add(Weight::from_parts(0, 6126))
 			.saturating_add(T::DbWeight::get().reads(6))
 			.saturating_add(T::DbWeight::get().writes(6))
@@ -227,8 +227,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `136`
 		//  Estimated: `1621`
-		// Minimum execution time: 4_224_000 picoseconds.
-		Weight::from_parts(4_583_000, 0)
+		// Minimum execution time: 4_261_000 picoseconds.
+		Weight::from_parts(4_580_000, 0)
 			.saturating_add(Weight::from_parts(0, 1621))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -239,8 +239,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `157`
 		//  Estimated: `1642`
-		// Minimum execution time: 3_982_000 picoseconds.
-		Weight::from_parts(4_280_000, 0)
+		// Minimum execution time: 4_060_000 picoseconds.
+		Weight::from_parts(4_312_000, 0)
 			.saturating_add(Weight::from_parts(0, 1642))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
diff --git a/runtime/gtest/src/weights/pallet_duniter_account.rs b/runtime/gtest/src/weights/pallet_duniter_account.rs
index f83b812e..9731c3b3 100644
--- a/runtime/gtest/src/weights/pallet_duniter_account.rs
+++ b/runtime/gtest/src/weights/pallet_duniter_account.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_duniter_account`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_duniter_account::WeightInfo for WeightInfo<
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `3558`
-		// Minimum execution time: 4_354_000 picoseconds.
-		Weight::from_parts(4_635_000, 0)
+		// Minimum execution time: 4_257_000 picoseconds.
+		Weight::from_parts(4_495_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
diff --git a/runtime/gtest/src/weights/pallet_identity.rs b/runtime/gtest/src/weights/pallet_identity.rs
index ed47617a..bc74383d 100644
--- a/runtime/gtest/src/weights/pallet_identity.rs
+++ b/runtime/gtest/src/weights/pallet_identity.rs
@@ -29,12 +29,12 @@
 // --genesis-builder=spec-genesis
 // --steps=50
 // --repeat=20
-// --pallet=pallet-identity
+// --pallet=*
 // --extrinsic=*
 // --wasm-execution=compiled
 // --heap-pages=4096
 // --header=./file_header.txt
-// --output=./runtime/gdev/src/weights/
+// --output=./runtime/gtest/src/weights/
 
 #![cfg_attr(rustfmt, rustfmt_skip)]
 #![allow(unused_parens)]
@@ -53,8 +53,6 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 	/// Proof: `Identity::Identities` (`max_values`: None, `max_size`: None, mode: `Measured`)
 	/// Storage: `Certification::StorageIdtyCertMeta` (r:2 w:2)
 	/// Proof: `Certification::StorageIdtyCertMeta` (`max_values`: None, `max_size`: None, mode: `Measured`)
-	/// Storage: `Parameters::ParametersStorage` (r:1 w:0)
-	/// Proof: `Parameters::ParametersStorage` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
 	/// Storage: `System::Account` (r:1 w:1)
 	/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`)
 	/// Storage: `Identity::NextIdtyIndex` (r:1 w:1)
@@ -71,12 +69,12 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 	/// Proof: `Quota::IdtyQuota` (`max_values`: None, `max_size`: Some(24), added: 2499, mode: `MaxEncodedLen`)
 	fn create_identity() -> Weight {
 		// Proof Size summary in bytes:
-		//  Measured:  `1153`
-		//  Estimated: `7093`
-		// Minimum execution time: 74_393_000 picoseconds.
-		Weight::from_parts(77_378_000, 0)
-			.saturating_add(Weight::from_parts(0, 7093))
-			.saturating_add(T::DbWeight::get().reads(13))
+		//  Measured:  `1042`
+		//  Estimated: `6982`
+		// Minimum execution time: 66_537_000 picoseconds.
+		Weight::from_parts(68_909_000, 0)
+			.saturating_add(Weight::from_parts(0, 6982))
+			.saturating_add(T::DbWeight::get().reads(12))
 			.saturating_add(T::DbWeight::get().writes(12))
 	}
 	/// Storage: `Identity::IdentityIndexOf` (r:1 w:0)
@@ -91,8 +89,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `784`
 		//  Estimated: `6724`
-		// Minimum execution time: 32_530_000 picoseconds.
-		Weight::from_parts(34_341_000, 0)
+		// Minimum execution time: 31_674_000 picoseconds.
+		Weight::from_parts(33_740_000, 0)
 			.saturating_add(Weight::from_parts(0, 6724))
 			.saturating_add(T::DbWeight::get().reads(5))
 			.saturating_add(T::DbWeight::get().writes(4))
@@ -109,11 +107,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 	/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`)
 	fn change_owner_key() -> Weight {
 		// Proof Size summary in bytes:
-		//  Measured:  `936`
-		//  Estimated: `6876`
-		// Minimum execution time: 85_062_000 picoseconds.
-		Weight::from_parts(86_986_000, 0)
-			.saturating_add(Weight::from_parts(0, 6876))
+		//  Measured:  `960`
+		//  Estimated: `6900`
+		// Minimum execution time: 81_164_000 picoseconds.
+		Weight::from_parts(83_820_000, 0)
+			.saturating_add(Weight::from_parts(0, 6900))
 			.saturating_add(T::DbWeight::get().reads(7))
 			.saturating_add(T::DbWeight::get().writes(5))
 	}
@@ -131,8 +129,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `673`
 		//  Estimated: `6613`
-		// Minimum execution time: 68_908_000 picoseconds.
-		Weight::from_parts(70_177_000, 0)
+		// Minimum execution time: 67_207_000 picoseconds.
+		Weight::from_parts(68_700_000, 0)
 			.saturating_add(Weight::from_parts(0, 6613))
 			.saturating_add(T::DbWeight::get().reads(5))
 			.saturating_add(T::DbWeight::get().writes(5))
@@ -144,11 +142,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 4_149_000 picoseconds.
-		Weight::from_parts(4_296_000, 0)
+		// Minimum execution time: 4_206_000 picoseconds.
+		Weight::from_parts(4_292_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
-			// Standard Error: 1_053
-			.saturating_add(Weight::from_parts(1_182_170, 0).saturating_mul(i.into()))
+			// Standard Error: 1_418
+			.saturating_add(Weight::from_parts(1_184_565, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().writes(1))
 			.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
 	}
@@ -158,8 +156,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `104`
 		//  Estimated: `3558`
-		// Minimum execution time: 7_755_000 picoseconds.
-		Weight::from_parts(8_142_000, 0)
+		// Minimum execution time: 7_283_000 picoseconds.
+		Weight::from_parts(7_864_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -174,8 +172,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `379`
 		//  Estimated: `3844`
-		// Minimum execution time: 54_737_000 picoseconds.
-		Weight::from_parts(55_664_000, 0)
+		// Minimum execution time: 51_963_000 picoseconds.
+		Weight::from_parts(53_708_000, 0)
 			.saturating_add(Weight::from_parts(0, 3844))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -184,8 +182,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 102_000 picoseconds.
-		Weight::from_parts(131_000, 0)
+		// Minimum execution time: 89_000 picoseconds.
+		Weight::from_parts(111_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// Storage: `Identity::Identities` (r:1 w:0)
@@ -194,8 +192,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `327`
 		//  Estimated: `3792`
-		// Minimum execution time: 5_059_000 picoseconds.
-		Weight::from_parts(5_347_000, 0)
+		// Minimum execution time: 4_839_000 picoseconds.
+		Weight::from_parts(5_163_000, 0)
 			.saturating_add(Weight::from_parts(0, 3792))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
@@ -231,11 +229,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 	/// Proof: `Session::KeyOwner` (`max_values`: None, `max_size`: None, mode: `Measured`)
 	fn do_revoke_identity() -> Weight {
 		// Proof Size summary in bytes:
-		//  Measured:  `1841`
-		//  Estimated: `15206`
-		// Minimum execution time: 103_409_000 picoseconds.
-		Weight::from_parts(106_390_000, 0)
-			.saturating_add(Weight::from_parts(0, 15206))
+		//  Measured:  `1840`
+		//  Estimated: `15205`
+		// Minimum execution time: 103_148_000 picoseconds.
+		Weight::from_parts(107_169_000, 0)
+			.saturating_add(Weight::from_parts(0, 15205))
 			.saturating_add(T::DbWeight::get().reads(18))
 			.saturating_add(T::DbWeight::get().writes(21))
 	}
@@ -245,8 +243,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `327`
 		//  Estimated: `3792`
-		// Minimum execution time: 5_111_000 picoseconds.
-		Weight::from_parts(5_363_000, 0)
+		// Minimum execution time: 4_856_000 picoseconds.
+		Weight::from_parts(5_168_000, 0)
 			.saturating_add(Weight::from_parts(0, 3792))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
@@ -278,8 +276,6 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 	/// Proof: `Certification::CertsByReceiver` (`max_values`: None, `max_size`: None, mode: `Measured`)
 	/// Storage: `Certification::StorageIdtyCertMeta` (r:5 w:5)
 	/// Proof: `Certification::StorageIdtyCertMeta` (`max_values`: None, `max_size`: None, mode: `Measured`)
-	/// Storage: `Parameters::ParametersStorage` (r:1 w:0)
-	/// Proof: `Parameters::ParametersStorage` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
 	/// Storage: `Identity::IdentityIndexOf` (r:0 w:1)
 	/// Proof: `Identity::IdentityIndexOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
 	/// Storage: `Quota::IdtyQuota` (r:0 w:1)
@@ -288,12 +284,12 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 	/// Proof: `Session::KeyOwner` (`max_values`: None, `max_size`: None, mode: `Measured`)
 	fn do_remove_identity() -> Weight {
 		// Proof Size summary in bytes:
-		//  Measured:  `2400`
-		//  Estimated: `15765`
-		// Minimum execution time: 143_498_000 picoseconds.
-		Weight::from_parts(150_849_000, 0)
-			.saturating_add(Weight::from_parts(0, 15765))
-			.saturating_add(T::DbWeight::get().reads(24))
+		//  Measured:  `2289`
+		//  Estimated: `15654`
+		// Minimum execution time: 144_145_000 picoseconds.
+		Weight::from_parts(152_631_000, 0)
+			.saturating_add(Weight::from_parts(0, 15654))
+			.saturating_add(T::DbWeight::get().reads(23))
 			.saturating_add(T::DbWeight::get().writes(29))
 	}
 	/// Storage: `Membership::Membership` (r:1 w:1)
@@ -326,20 +322,18 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 	/// Proof: `Certification::CertsByReceiver` (`max_values`: None, `max_size`: None, mode: `Measured`)
 	/// Storage: `Certification::StorageIdtyCertMeta` (r:5 w:5)
 	/// Proof: `Certification::StorageIdtyCertMeta` (`max_values`: None, `max_size`: None, mode: `Measured`)
-	/// Storage: `Parameters::ParametersStorage` (r:1 w:0)
-	/// Proof: `Parameters::ParametersStorage` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
 	/// Storage: `Quota::IdtyQuota` (r:0 w:1)
 	/// Proof: `Quota::IdtyQuota` (`max_values`: None, `max_size`: Some(24), added: 2499, mode: `MaxEncodedLen`)
 	/// Storage: `Session::KeyOwner` (r:0 w:4)
 	/// Proof: `Session::KeyOwner` (`max_values`: None, `max_size`: None, mode: `Measured`)
 	fn do_remove_identity_handler() -> Weight {
 		// Proof Size summary in bytes:
-		//  Measured:  `2393`
-		//  Estimated: `15758`
-		// Minimum execution time: 139_474_000 picoseconds.
-		Weight::from_parts(144_149_000, 0)
-			.saturating_add(Weight::from_parts(0, 15758))
-			.saturating_add(T::DbWeight::get().reads(25))
+		//  Measured:  `2282`
+		//  Estimated: `15647`
+		// Minimum execution time: 132_636_000 picoseconds.
+		Weight::from_parts(138_006_000, 0)
+			.saturating_add(Weight::from_parts(0, 15647))
+			.saturating_add(T::DbWeight::get().reads(24))
 			.saturating_add(T::DbWeight::get().writes(27))
 	}
 	/// Storage: `Identity::Identities` (r:1 w:1)
@@ -350,8 +344,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `407`
 		//  Estimated: `6347`
-		// Minimum execution time: 15_327_000 picoseconds.
-		Weight::from_parts(16_450_000, 0)
+		// Minimum execution time: 15_981_000 picoseconds.
+		Weight::from_parts(16_564_000, 0)
 			.saturating_add(Weight::from_parts(0, 6347))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(3))
@@ -362,8 +356,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `108`
 		//  Estimated: `3573`
-		// Minimum execution time: 2_855_000 picoseconds.
-		Weight::from_parts(3_028_000, 0)
+		// Minimum execution time: 2_741_000 picoseconds.
+		Weight::from_parts(2_990_000, 0)
 			.saturating_add(Weight::from_parts(0, 3573))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
@@ -375,8 +369,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `325`
 		//  Estimated: `3790`
-		// Minimum execution time: 7_475_000 picoseconds.
-		Weight::from_parts(8_070_000, 0)
+		// Minimum execution time: 7_492_000 picoseconds.
+		Weight::from_parts(8_063_000, 0)
 			.saturating_add(Weight::from_parts(0, 3790))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -399,11 +393,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 	/// Proof: `Quota::IdtyQuota` (`max_values`: None, `max_size`: Some(24), added: 2499, mode: `MaxEncodedLen`)
 	fn prune_identities_err() -> Weight {
 		// Proof Size summary in bytes:
-		//  Measured:  `915`
-		//  Estimated: `4380`
-		// Minimum execution time: 36_690_000 picoseconds.
-		Weight::from_parts(37_866_000, 0)
-			.saturating_add(Weight::from_parts(0, 4380))
+		//  Measured:  `914`
+		//  Estimated: `4379`
+		// Minimum execution time: 36_776_000 picoseconds.
+		Weight::from_parts(37_873_000, 0)
+			.saturating_add(Weight::from_parts(0, 4379))
 			.saturating_add(T::DbWeight::get().reads(6))
 			.saturating_add(T::DbWeight::get().writes(7))
 	}
@@ -421,8 +415,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `823`
 		//  Estimated: `6763`
-		// Minimum execution time: 129_625_000 picoseconds.
-		Weight::from_parts(132_399_000, 0)
+		// Minimum execution time: 129_759_000 picoseconds.
+		Weight::from_parts(132_851_000, 0)
 			.saturating_add(Weight::from_parts(0, 6763))
 			.saturating_add(T::DbWeight::get().reads(5))
 			.saturating_add(T::DbWeight::get().writes(5))
diff --git a/runtime/gtest/src/weights/pallet_im_online.rs b/runtime/gtest/src/weights/pallet_im_online.rs
index 90c7377d..bea96f15 100644
--- a/runtime/gtest/src/weights/pallet_im_online.rs
+++ b/runtime/gtest/src/weights/pallet_im_online.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_im_online`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -62,11 +62,11 @@ impl<T: frame_system::Config> pallet_im_online::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `525 + k * (32 ±0)`
 		//  Estimated: `33487 + k * (1761 ±0)`
-		// Minimum execution time: 52_316_000 picoseconds.
-		Weight::from_parts(66_010_784, 0)
+		// Minimum execution time: 53_395_000 picoseconds.
+		Weight::from_parts(63_370_698, 0)
 			.saturating_add(Weight::from_parts(0, 33487))
-			// Standard Error: 471
-			.saturating_add(Weight::from_parts(21_537, 0).saturating_mul(k.into()))
+			// Standard Error: 534
+			.saturating_add(Weight::from_parts(47_692, 0).saturating_mul(k.into()))
 			.saturating_add(T::DbWeight::get().reads(4))
 			.saturating_add(T::DbWeight::get().writes(1))
 			.saturating_add(Weight::from_parts(0, 1761).saturating_mul(k.into()))
diff --git a/runtime/gtest/src/weights/pallet_membership.rs b/runtime/gtest/src/weights/pallet_membership.rs
index b0bc2dc2..bc72ee42 100644
--- a/runtime/gtest/src/weights/pallet_membership.rs
+++ b/runtime/gtest/src/weights/pallet_membership.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_membership`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -51,8 +51,8 @@ impl<T: frame_system::Config> pallet_membership::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 84_000 picoseconds.
-		Weight::from_parts(105_000, 0)
+		// Minimum execution time: 92_000 picoseconds.
+		Weight::from_parts(112_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// Storage: `Membership::MembershipsExpireOn` (r:2 w:1)
@@ -88,11 +88,11 @@ impl<T: frame_system::Config> pallet_membership::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `139 + i * (944 ±0)`
 		//  Estimated: `14961 + i * (2695 ±1)`
-		// Minimum execution time: 5_279_000 picoseconds.
-		Weight::from_parts(13_994_707, 0)
+		// Minimum execution time: 5_196_000 picoseconds.
+		Weight::from_parts(13_837_036, 0)
 			.saturating_add(Weight::from_parts(0, 14961))
-			// Standard Error: 588_129
-			.saturating_add(Weight::from_parts(73_825_165, 0).saturating_mul(i.into()))
+			// Standard Error: 589_032
+			.saturating_add(Weight::from_parts(73_758_233, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().reads((11_u64).saturating_mul(i.into())))
 			.saturating_add(T::DbWeight::get().writes(3))
diff --git a/runtime/gtest/src/weights/pallet_multisig.rs b/runtime/gtest/src/weights/pallet_multisig.rs
index dd3af273..4461c1a0 100644
--- a/runtime/gtest/src/weights/pallet_multisig.rs
+++ b/runtime/gtest/src/weights/pallet_multisig.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_multisig`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -52,11 +52,11 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 5_657_000 picoseconds.
-		Weight::from_parts(5_861_018, 0)
+		// Minimum execution time: 5_364_000 picoseconds.
+		Weight::from_parts(5_785_043, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 			// Standard Error: 2
-			.saturating_add(Weight::from_parts(317, 0).saturating_mul(z.into()))
+			.saturating_add(Weight::from_parts(322, 0).saturating_mul(z.into()))
 	}
 	/// Storage: `Multisig::Multisigs` (r:1 w:1)
 	/// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(457), added: 2932, mode: `MaxEncodedLen`)
@@ -66,13 +66,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `125 + s * (5 ±0)`
 		//  Estimated: `3922`
-		// Minimum execution time: 26_053_000 picoseconds.
-		Weight::from_parts(25_448_957, 0)
+		// Minimum execution time: 26_417_000 picoseconds.
+		Weight::from_parts(25_303_288, 0)
 			.saturating_add(Weight::from_parts(0, 3922))
-			// Standard Error: 4_988
-			.saturating_add(Weight::from_parts(183_375, 0).saturating_mul(s.into()))
+			// Standard Error: 5_707
+			.saturating_add(Weight::from_parts(178_274, 0).saturating_mul(s.into()))
 			// Standard Error: 4
-			.saturating_add(Weight::from_parts(1_166, 0).saturating_mul(z.into()))
+			.saturating_add(Weight::from_parts(1_182, 0).saturating_mul(z.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -84,13 +84,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `240`
 		//  Estimated: `3922`
-		// Minimum execution time: 15_142_000 picoseconds.
-		Weight::from_parts(15_334_400, 0)
+		// Minimum execution time: 15_145_000 picoseconds.
+		Weight::from_parts(14_782_120, 0)
 			.saturating_add(Weight::from_parts(0, 3922))
-			// Standard Error: 4_071
-			.saturating_add(Weight::from_parts(97_758, 0).saturating_mul(s.into()))
+			// Standard Error: 4_703
+			.saturating_add(Weight::from_parts(125_383, 0).saturating_mul(s.into()))
 			// Standard Error: 3
-			.saturating_add(Weight::from_parts(1_153, 0).saturating_mul(z.into()))
+			.saturating_add(Weight::from_parts(1_172, 0).saturating_mul(z.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -104,13 +104,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `259 + s * (37 ±0)`
 		//  Estimated: `3922`
-		// Minimum execution time: 28_501_000 picoseconds.
-		Weight::from_parts(27_787_710, 0)
+		// Minimum execution time: 28_907_000 picoseconds.
+		Weight::from_parts(27_961_807, 0)
 			.saturating_add(Weight::from_parts(0, 3922))
-			// Standard Error: 5_098
-			.saturating_add(Weight::from_parts(206_615, 0).saturating_mul(s.into()))
-			// Standard Error: 4
-			.saturating_add(Weight::from_parts(1_171, 0).saturating_mul(z.into()))
+			// Standard Error: 6_354
+			.saturating_add(Weight::from_parts(176_201, 0).saturating_mul(s.into()))
+			// Standard Error: 5
+			.saturating_add(Weight::from_parts(1_166, 0).saturating_mul(z.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -122,13 +122,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `125 + s * (5 ±0)`
 		//  Estimated: `3922`
-		// Minimum execution time: 23_707_000 picoseconds.
-		Weight::from_parts(24_248_527, 0)
+		// Minimum execution time: 23_743_000 picoseconds.
+		Weight::from_parts(24_364_063, 0)
 			.saturating_add(Weight::from_parts(0, 3922))
-			// Standard Error: 4_991
-			.saturating_add(Weight::from_parts(193_073, 0).saturating_mul(s.into()))
+			// Standard Error: 5_325
+			.saturating_add(Weight::from_parts(186_053, 0).saturating_mul(s.into()))
 			// Standard Error: 4
-			.saturating_add(Weight::from_parts(23, 0).saturating_mul(z.into()))
+			.saturating_add(Weight::from_parts(27, 0).saturating_mul(z.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -140,13 +140,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `240`
 		//  Estimated: `3922`
-		// Minimum execution time: 13_354_000 picoseconds.
-		Weight::from_parts(14_012_353, 0)
+		// Minimum execution time: 13_679_000 picoseconds.
+		Weight::from_parts(13_991_998, 0)
 			.saturating_add(Weight::from_parts(0, 3922))
-			// Standard Error: 3_072
-			.saturating_add(Weight::from_parts(122_262, 0).saturating_mul(s.into()))
-			// Standard Error: 2
-			.saturating_add(Weight::from_parts(11, 0).saturating_mul(z.into()))
+			// Standard Error: 3_512
+			.saturating_add(Weight::from_parts(114_530, 0).saturating_mul(s.into()))
+			// Standard Error: 3
+			.saturating_add(Weight::from_parts(20, 0).saturating_mul(z.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -158,13 +158,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `323 + s * (5 ±0)`
 		//  Estimated: `3922`
-		// Minimum execution time: 24_558_000 picoseconds.
-		Weight::from_parts(25_014_310, 0)
+		// Minimum execution time: 24_305_000 picoseconds.
+		Weight::from_parts(24_929_839, 0)
 			.saturating_add(Weight::from_parts(0, 3922))
-			// Standard Error: 4_241
-			.saturating_add(Weight::from_parts(181_137, 0).saturating_mul(s.into()))
+			// Standard Error: 4_352
+			.saturating_add(Weight::from_parts(160_571, 0).saturating_mul(s.into()))
 			// Standard Error: 3
-			.saturating_add(Weight::from_parts(33, 0).saturating_mul(z.into()))
+			.saturating_add(Weight::from_parts(21, 0).saturating_mul(z.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
diff --git a/runtime/gtest/src/weights/pallet_oneshot_account.rs b/runtime/gtest/src/weights/pallet_oneshot_account.rs
index ae5c828b..b085e4d1 100644
--- a/runtime/gtest/src/weights/pallet_oneshot_account.rs
+++ b/runtime/gtest/src/weights/pallet_oneshot_account.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_oneshot_account`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_oneshot_account::WeightInfo for WeightInfo<
 		// Proof Size summary in bytes:
 		//  Measured:  `42`
 		//  Estimated: `3507`
-		// Minimum execution time: 20_762_000 picoseconds.
-		Weight::from_parts(21_565_000, 0)
+		// Minimum execution time: 21_304_000 picoseconds.
+		Weight::from_parts(22_409_000, 0)
 			.saturating_add(Weight::from_parts(0, 3507))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -69,8 +69,8 @@ impl<T: frame_system::Config> pallet_oneshot_account::WeightInfo for WeightInfo<
 		// Proof Size summary in bytes:
 		//  Measured:  `217`
 		//  Estimated: `3682`
-		// Minimum execution time: 28_047_000 picoseconds.
-		Weight::from_parts(28_980_000, 0)
+		// Minimum execution time: 28_122_000 picoseconds.
+		Weight::from_parts(28_814_000, 0)
 			.saturating_add(Weight::from_parts(0, 3682))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -85,8 +85,8 @@ impl<T: frame_system::Config> pallet_oneshot_account::WeightInfo for WeightInfo<
 		// Proof Size summary in bytes:
 		//  Measured:  `277`
 		//  Estimated: `6126`
-		// Minimum execution time: 43_077_000 picoseconds.
-		Weight::from_parts(44_844_000, 0)
+		// Minimum execution time: 41_170_000 picoseconds.
+		Weight::from_parts(42_802_000, 0)
 			.saturating_add(Weight::from_parts(0, 6126))
 			.saturating_add(T::DbWeight::get().reads(4))
 			.saturating_add(T::DbWeight::get().writes(3))
diff --git a/runtime/gtest/src/weights/pallet_preimage.rs b/runtime/gtest/src/weights/pallet_preimage.rs
index 81e342ce..6bc43bfd 100644
--- a/runtime/gtest/src/weights/pallet_preimage.rs
+++ b/runtime/gtest/src/weights/pallet_preimage.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_preimage`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -58,11 +58,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `4`
 		//  Estimated: `3548`
-		// Minimum execution time: 11_292_000 picoseconds.
-		Weight::from_parts(11_635_000, 0)
+		// Minimum execution time: 11_400_000 picoseconds.
+		Weight::from_parts(11_727_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			// Standard Error: 1
-			.saturating_add(Weight::from_parts(1_273, 0).saturating_mul(s.into()))
+			.saturating_add(Weight::from_parts(1_277, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -77,11 +77,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `68`
 		//  Estimated: `3548`
-		// Minimum execution time: 13_682_000 picoseconds.
-		Weight::from_parts(13_851_000, 0)
+		// Minimum execution time: 13_370_000 picoseconds.
+		Weight::from_parts(13_819_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			// Standard Error: 1
-			.saturating_add(Weight::from_parts(1_274, 0).saturating_mul(s.into()))
+			.saturating_add(Weight::from_parts(1_276, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -96,11 +96,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `68`
 		//  Estimated: `3548`
-		// Minimum execution time: 12_668_000 picoseconds.
-		Weight::from_parts(13_180_000, 0)
+		// Minimum execution time: 12_797_000 picoseconds.
+		Weight::from_parts(13_127_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			// Standard Error: 1
-			.saturating_add(Weight::from_parts(1_355, 0).saturating_mul(s.into()))
+			.saturating_add(Weight::from_parts(1_359, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -114,8 +114,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `134`
 		//  Estimated: `3548`
-		// Minimum execution time: 18_888_000 picoseconds.
-		Weight::from_parts(21_034_000, 0)
+		// Minimum execution time: 19_865_000 picoseconds.
+		Weight::from_parts(21_735_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -130,8 +130,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `106`
 		//  Estimated: `3548`
-		// Minimum execution time: 20_473_000 picoseconds.
-		Weight::from_parts(21_720_000, 0)
+		// Minimum execution time: 20_597_000 picoseconds.
+		Weight::from_parts(22_866_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -144,8 +144,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `134`
 		//  Estimated: `3548`
-		// Minimum execution time: 17_254_000 picoseconds.
-		Weight::from_parts(18_696_000, 0)
+		// Minimum execution time: 17_511_000 picoseconds.
+		Weight::from_parts(18_345_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -158,8 +158,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `106`
 		//  Estimated: `3548`
-		// Minimum execution time: 11_347_000 picoseconds.
-		Weight::from_parts(12_769_000, 0)
+		// Minimum execution time: 12_009_000 picoseconds.
+		Weight::from_parts(12_814_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -172,8 +172,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `4`
 		//  Estimated: `3548`
-		// Minimum execution time: 9_752_000 picoseconds.
-		Weight::from_parts(10_359_000, 0)
+		// Minimum execution time: 9_896_000 picoseconds.
+		Weight::from_parts(11_114_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -186,8 +186,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `68`
 		//  Estimated: `3548`
-		// Minimum execution time: 8_107_000 picoseconds.
-		Weight::from_parts(8_711_000, 0)
+		// Minimum execution time: 7_939_000 picoseconds.
+		Weight::from_parts(8_424_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -202,8 +202,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `106`
 		//  Estimated: `3548`
-		// Minimum execution time: 17_963_000 picoseconds.
-		Weight::from_parts(19_173_000, 0)
+		// Minimum execution time: 18_338_000 picoseconds.
+		Weight::from_parts(19_844_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -216,8 +216,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `68`
 		//  Estimated: `3548`
-		// Minimum execution time: 7_903_000 picoseconds.
-		Weight::from_parts(8_330_000, 0)
+		// Minimum execution time: 8_162_000 picoseconds.
+		Weight::from_parts(9_031_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -230,8 +230,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `68`
 		//  Estimated: `3548`
-		// Minimum execution time: 7_956_000 picoseconds.
-		Weight::from_parts(8_753_000, 0)
+		// Minimum execution time: 7_889_000 picoseconds.
+		Weight::from_parts(8_941_000, 0)
 			.saturating_add(Weight::from_parts(0, 3548))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -247,11 +247,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0 + n * (179 ±0)`
 		//  Estimated: `990 + n * (2568 ±0)`
-		// Minimum execution time: 17_617_000 picoseconds.
-		Weight::from_parts(18_089_000, 0)
+		// Minimum execution time: 18_723_000 picoseconds.
+		Weight::from_parts(18_962_000, 0)
 			.saturating_add(Weight::from_parts(0, 990))
-			// Standard Error: 15_193
-			.saturating_add(Weight::from_parts(14_435_016, 0).saturating_mul(n.into()))
+			// Standard Error: 15_841
+			.saturating_add(Weight::from_parts(14_499_057, 0).saturating_mul(n.into()))
 			.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(n.into())))
 			.saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(n.into())))
 			.saturating_add(Weight::from_parts(0, 2568).saturating_mul(n.into()))
diff --git a/runtime/gtest/src/weights/pallet_provide_randomness.rs b/runtime/gtest/src/weights/pallet_provide_randomness.rs
index a70cef24..08c2b4f9 100644
--- a/runtime/gtest/src/weights/pallet_provide_randomness.rs
+++ b/runtime/gtest/src/weights/pallet_provide_randomness.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_provide_randomness`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_provide_randomness::WeightInfo for WeightIn
 		// Proof Size summary in bytes:
 		//  Measured:  `298`
 		//  Estimated: `3763`
-		// Minimum execution time: 41_846_000 picoseconds.
-		Weight::from_parts(44_244_000, 0)
+		// Minimum execution time: 42_091_000 picoseconds.
+		Weight::from_parts(43_488_000, 0)
 			.saturating_add(Weight::from_parts(0, 3763))
 			.saturating_add(T::DbWeight::get().reads(7))
 			.saturating_add(T::DbWeight::get().writes(5))
@@ -86,11 +86,11 @@ impl<T: frame_system::Config> pallet_provide_randomness::WeightInfo for WeightIn
 		// Proof Size summary in bytes:
 		//  Measured:  `341 + i * (59 ±0)`
 		//  Estimated: `1827 + i * (2535 ±0)`
-		// Minimum execution time: 18_743_000 picoseconds.
-		Weight::from_parts(17_911_970, 0)
+		// Minimum execution time: 18_327_000 picoseconds.
+		Weight::from_parts(19_227_339, 0)
 			.saturating_add(Weight::from_parts(0, 1827))
-			// Standard Error: 6_352
-			.saturating_add(Weight::from_parts(5_389_701, 0).saturating_mul(i.into()))
+			// Standard Error: 9_787
+			.saturating_add(Weight::from_parts(5_408_556, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().reads(4))
 			.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into())))
 			.saturating_add(T::DbWeight::get().writes(3))
@@ -118,11 +118,11 @@ impl<T: frame_system::Config> pallet_provide_randomness::WeightInfo for WeightIn
 		// Proof Size summary in bytes:
 		//  Measured:  `351 + i * (59 ±0)`
 		//  Estimated: `3817 + i * (2535 ±0)`
-		// Minimum execution time: 19_742_000 picoseconds.
-		Weight::from_parts(18_891_398, 0)
+		// Minimum execution time: 19_658_000 picoseconds.
+		Weight::from_parts(18_373_418, 0)
 			.saturating_add(Weight::from_parts(0, 3817))
-			// Standard Error: 6_043
-			.saturating_add(Weight::from_parts(5_684_933, 0).saturating_mul(i.into()))
+			// Standard Error: 6_234
+			.saturating_add(Weight::from_parts(5_823_862, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().reads(7))
 			.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into())))
 			.saturating_add(T::DbWeight::get().writes(3))
diff --git a/runtime/gtest/src/weights/pallet_proxy.rs b/runtime/gtest/src/weights/pallet_proxy.rs
index 15176cca..d2a8a94a 100644
--- a/runtime/gtest/src/weights/pallet_proxy.rs
+++ b/runtime/gtest/src/weights/pallet_proxy.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_proxy`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -54,11 +54,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `157 + p * (37 ±0)`
 		//  Estimated: `4698`
-		// Minimum execution time: 12_358_000 picoseconds.
-		Weight::from_parts(13_156_354, 0)
+		// Minimum execution time: 12_080_000 picoseconds.
+		Weight::from_parts(12_953_694, 0)
 			.saturating_add(Weight::from_parts(0, 4698))
-			// Standard Error: 1_229
-			.saturating_add(Weight::from_parts(32_102, 0).saturating_mul(p.into()))
+			// Standard Error: 1_411
+			.saturating_add(Weight::from_parts(31_386, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
 	/// Storage: `Proxy::Proxies` (r:1 w:0)
@@ -73,13 +73,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `399 + a * (68 ±0) + p * (37 ±0)`
 		//  Estimated: `5690`
-		// Minimum execution time: 32_930_000 picoseconds.
-		Weight::from_parts(33_045_985, 0)
+		// Minimum execution time: 31_980_000 picoseconds.
+		Weight::from_parts(33_042_619, 0)
 			.saturating_add(Weight::from_parts(0, 5690))
-			// Standard Error: 2_203
-			.saturating_add(Weight::from_parts(141_328, 0).saturating_mul(a.into()))
-			// Standard Error: 2_276
-			.saturating_add(Weight::from_parts(41_577, 0).saturating_mul(p.into()))
+			// Standard Error: 2_556
+			.saturating_add(Weight::from_parts(126_904, 0).saturating_mul(a.into()))
+			// Standard Error: 2_641
+			.saturating_add(Weight::from_parts(36_564, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -93,13 +93,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `322 + a * (68 ±0)`
 		//  Estimated: `5690`
-		// Minimum execution time: 20_366_000 picoseconds.
-		Weight::from_parts(20_932_408, 0)
+		// Minimum execution time: 20_496_000 picoseconds.
+		Weight::from_parts(21_369_049, 0)
 			.saturating_add(Weight::from_parts(0, 5690))
-			// Standard Error: 1_501
-			.saturating_add(Weight::from_parts(148_412, 0).saturating_mul(a.into()))
-			// Standard Error: 1_550
-			.saturating_add(Weight::from_parts(10_405, 0).saturating_mul(p.into()))
+			// Standard Error: 1_497
+			.saturating_add(Weight::from_parts(134_327, 0).saturating_mul(a.into()))
+			// Standard Error: 1_547
+			.saturating_add(Weight::from_parts(2_837, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -113,13 +113,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `322 + a * (68 ±0)`
 		//  Estimated: `5690`
-		// Minimum execution time: 20_581_000 picoseconds.
-		Weight::from_parts(21_233_025, 0)
+		// Minimum execution time: 20_074_000 picoseconds.
+		Weight::from_parts(20_788_282, 0)
 			.saturating_add(Weight::from_parts(0, 5690))
-			// Standard Error: 1_436
-			.saturating_add(Weight::from_parts(137_850, 0).saturating_mul(a.into()))
-			// Standard Error: 1_483
-			.saturating_add(Weight::from_parts(7_495, 0).saturating_mul(p.into()))
+			// Standard Error: 1_804
+			.saturating_add(Weight::from_parts(147_279, 0).saturating_mul(a.into()))
+			// Standard Error: 1_864
+			.saturating_add(Weight::from_parts(13_614, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -135,13 +135,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `331 + a * (68 ±0) + p * (37 ±0)`
 		//  Estimated: `5690`
-		// Minimum execution time: 27_910_000 picoseconds.
-		Weight::from_parts(29_754_423, 0)
+		// Minimum execution time: 27_325_000 picoseconds.
+		Weight::from_parts(29_532_669, 0)
 			.saturating_add(Weight::from_parts(0, 5690))
-			// Standard Error: 1_982
-			.saturating_add(Weight::from_parts(151_462, 0).saturating_mul(a.into()))
-			// Standard Error: 2_047
-			.saturating_add(Weight::from_parts(47_012, 0).saturating_mul(p.into()))
+			// Standard Error: 1_989
+			.saturating_add(Weight::from_parts(143_167, 0).saturating_mul(a.into()))
+			// Standard Error: 2_055
+			.saturating_add(Weight::from_parts(44_734, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -152,11 +152,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `157 + p * (37 ±0)`
 		//  Estimated: `4698`
-		// Minimum execution time: 19_223_000 picoseconds.
-		Weight::from_parts(20_508_876, 0)
+		// Minimum execution time: 19_246_000 picoseconds.
+		Weight::from_parts(20_200_151, 0)
 			.saturating_add(Weight::from_parts(0, 4698))
-			// Standard Error: 1_404
-			.saturating_add(Weight::from_parts(47_838, 0).saturating_mul(p.into()))
+			// Standard Error: 1_581
+			.saturating_add(Weight::from_parts(47_338, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -167,11 +167,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `157 + p * (37 ±0)`
 		//  Estimated: `4698`
-		// Minimum execution time: 19_857_000 picoseconds.
-		Weight::from_parts(20_803_615, 0)
+		// Minimum execution time: 19_136_000 picoseconds.
+		Weight::from_parts(20_453_597, 0)
 			.saturating_add(Weight::from_parts(0, 4698))
-			// Standard Error: 1_456
-			.saturating_add(Weight::from_parts(47_073, 0).saturating_mul(p.into()))
+			// Standard Error: 1_810
+			.saturating_add(Weight::from_parts(44_406, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -182,11 +182,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `157 + p * (37 ±0)`
 		//  Estimated: `4698`
-		// Minimum execution time: 18_117_000 picoseconds.
-		Weight::from_parts(18_967_496, 0)
+		// Minimum execution time: 17_393_000 picoseconds.
+		Weight::from_parts(18_608_520, 0)
 			.saturating_add(Weight::from_parts(0, 4698))
-			// Standard Error: 1_272
-			.saturating_add(Weight::from_parts(29_892, 0).saturating_mul(p.into()))
+			// Standard Error: 1_837
+			.saturating_add(Weight::from_parts(27_026, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -197,11 +197,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `177`
 		//  Estimated: `4698`
-		// Minimum execution time: 20_811_000 picoseconds.
-		Weight::from_parts(22_174_797, 0)
+		// Minimum execution time: 20_391_000 picoseconds.
+		Weight::from_parts(21_824_221, 0)
 			.saturating_add(Weight::from_parts(0, 4698))
-			// Standard Error: 1_272
-			.saturating_add(Weight::from_parts(4_510, 0).saturating_mul(p.into()))
+			// Standard Error: 1_581
+			.saturating_add(Weight::from_parts(2_212, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -212,11 +212,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `194 + p * (37 ±0)`
 		//  Estimated: `4698`
-		// Minimum execution time: 18_560_000 picoseconds.
-		Weight::from_parts(19_573_019, 0)
+		// Minimum execution time: 17_990_000 picoseconds.
+		Weight::from_parts(19_139_776, 0)
 			.saturating_add(Weight::from_parts(0, 4698))
-			// Standard Error: 1_306
-			.saturating_add(Weight::from_parts(27_224, 0).saturating_mul(p.into()))
+			// Standard Error: 5_685
+			.saturating_add(Weight::from_parts(31_285, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
diff --git a/runtime/gtest/src/weights/pallet_scheduler.rs b/runtime/gtest/src/weights/pallet_scheduler.rs
index 9014180c..fa06c800 100644
--- a/runtime/gtest/src/weights/pallet_scheduler.rs
+++ b/runtime/gtest/src/weights/pallet_scheduler.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_scheduler`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `31`
 		//  Estimated: `1489`
-		// Minimum execution time: 3_191_000 picoseconds.
-		Weight::from_parts(3_417_000, 0)
+		// Minimum execution time: 3_093_000 picoseconds.
+		Weight::from_parts(3_273_000, 0)
 			.saturating_add(Weight::from_parts(0, 1489))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -66,11 +66,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `78 + s * (177 ±0)`
 		//  Estimated: `13928`
-		// Minimum execution time: 3_314_000 picoseconds.
-		Weight::from_parts(6_675_211, 0)
+		// Minimum execution time: 3_251_000 picoseconds.
+		Weight::from_parts(6_678_343, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
-			// Standard Error: 1_708
-			.saturating_add(Weight::from_parts(308_342, 0).saturating_mul(s.into()))
+			// Standard Error: 1_681
+			.saturating_add(Weight::from_parts(249_048, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -78,8 +78,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 2_897_000 picoseconds.
-		Weight::from_parts(3_102_000, 0)
+		// Minimum execution time: 2_918_000 picoseconds.
+		Weight::from_parts(3_249_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// Storage: `Preimage::PreimageFor` (r:1 w:1)
@@ -93,11 +93,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `141 + s * (1 ±0)`
 		//  Estimated: `4197809`
-		// Minimum execution time: 15_526_000 picoseconds.
-		Weight::from_parts(15_803_000, 0)
+		// Minimum execution time: 15_525_000 picoseconds.
+		Weight::from_parts(15_681_000, 0)
 			.saturating_add(Weight::from_parts(0, 4197809))
 			// Standard Error: 2
-			.saturating_add(Weight::from_parts(875, 0).saturating_mul(s.into()))
+			.saturating_add(Weight::from_parts(877, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -107,8 +107,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 4_301_000 picoseconds.
-		Weight::from_parts(4_500_000, 0)
+		// Minimum execution time: 4_209_000 picoseconds.
+		Weight::from_parts(4_560_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -116,24 +116,24 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 2_842_000 picoseconds.
-		Weight::from_parts(3_066_000, 0)
+		// Minimum execution time: 2_765_000 picoseconds.
+		Weight::from_parts(3_002_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	fn execute_dispatch_signed() -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 1_998_000 picoseconds.
-		Weight::from_parts(2_233_000, 0)
+		// Minimum execution time: 1_957_000 picoseconds.
+		Weight::from_parts(2_170_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	fn execute_dispatch_unsigned() -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 2_112_000 picoseconds.
-		Weight::from_parts(2_246_000, 0)
+		// Minimum execution time: 2_028_000 picoseconds.
+		Weight::from_parts(2_184_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// Storage: `Scheduler::Agenda` (r:1 w:1)
@@ -143,11 +143,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `78 + s * (177 ±0)`
 		//  Estimated: `13928`
-		// Minimum execution time: 9_002_000 picoseconds.
-		Weight::from_parts(12_370_813, 0)
+		// Minimum execution time: 8_554_000 picoseconds.
+		Weight::from_parts(12_083_564, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
-			// Standard Error: 1_729
-			.saturating_add(Weight::from_parts(311_351, 0).saturating_mul(s.into()))
+			// Standard Error: 1_745
+			.saturating_add(Weight::from_parts(266_177, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
@@ -162,11 +162,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `78 + s * (177 ±0)`
 		//  Estimated: `13928`
-		// Minimum execution time: 13_636_000 picoseconds.
-		Weight::from_parts(14_758_153, 0)
+		// Minimum execution time: 13_516_000 picoseconds.
+		Weight::from_parts(14_830_688, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
-			// Standard Error: 1_313
-			.saturating_add(Weight::from_parts(492_685, 0).saturating_mul(s.into()))
+			// Standard Error: 1_317
+			.saturating_add(Weight::from_parts(389_932, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(3))
 	}
@@ -179,11 +179,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `255 + s * (185 ±0)`
 		//  Estimated: `13928`
-		// Minimum execution time: 11_816_000 picoseconds.
-		Weight::from_parts(16_591_872, 0)
+		// Minimum execution time: 11_545_000 picoseconds.
+		Weight::from_parts(16_355_221, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
-			// Standard Error: 3_020
-			.saturating_add(Weight::from_parts(347_304, 0).saturating_mul(s.into()))
+			// Standard Error: 2_856
+			.saturating_add(Weight::from_parts(300_083, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -198,11 +198,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `281 + s * (185 ±0)`
 		//  Estimated: `13928`
-		// Minimum execution time: 15_875_000 picoseconds.
-		Weight::from_parts(17_852_548, 0)
+		// Minimum execution time: 15_996_000 picoseconds.
+		Weight::from_parts(17_919_238, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
-			// Standard Error: 2_038
-			.saturating_add(Weight::from_parts(523_856, 0).saturating_mul(s.into()))
+			// Standard Error: 2_252
+			.saturating_add(Weight::from_parts(424_280, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(3))
 	}
@@ -215,11 +215,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `118`
 		//  Estimated: `13928`
-		// Minimum execution time: 8_562_000 picoseconds.
-		Weight::from_parts(9_133_733, 0)
+		// Minimum execution time: 8_383_000 picoseconds.
+		Weight::from_parts(9_121_245, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
-			// Standard Error: 520
-			.saturating_add(Weight::from_parts(26_997, 0).saturating_mul(s.into()))
+			// Standard Error: 590
+			.saturating_add(Weight::from_parts(27_124, 0).saturating_mul(s.into()))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -231,8 +231,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `8928`
 		//  Estimated: `13928`
-		// Minimum execution time: 22_103_000 picoseconds.
-		Weight::from_parts(22_912_000, 0)
+		// Minimum execution time: 19_798_000 picoseconds.
+		Weight::from_parts(20_980_000, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -247,8 +247,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `9606`
 		//  Estimated: `13928`
-		// Minimum execution time: 27_895_000 picoseconds.
-		Weight::from_parts(28_757_000, 0)
+		// Minimum execution time: 25_627_000 picoseconds.
+		Weight::from_parts(26_536_000, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -261,8 +261,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `8940`
 		//  Estimated: `13928`
-		// Minimum execution time: 21_101_000 picoseconds.
-		Weight::from_parts(22_019_000, 0)
+		// Minimum execution time: 19_394_000 picoseconds.
+		Weight::from_parts(19_828_000, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -277,8 +277,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `9618`
 		//  Estimated: `13928`
-		// Minimum execution time: 27_236_000 picoseconds.
-		Weight::from_parts(27_947_000, 0)
+		// Minimum execution time: 24_693_000 picoseconds.
+		Weight::from_parts(25_438_000, 0)
 			.saturating_add(Weight::from_parts(0, 13928))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
diff --git a/runtime/gtest/src/weights/pallet_session.rs b/runtime/gtest/src/weights/pallet_session.rs
index f8630050..3eafd76d 100644
--- a/runtime/gtest/src/weights/pallet_session.rs
+++ b/runtime/gtest/src/weights/pallet_session.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_session`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -55,8 +55,8 @@ impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `810`
 		//  Estimated: `11700`
-		// Minimum execution time: 25_520_000 picoseconds.
-		Weight::from_parts(26_891_000, 0)
+		// Minimum execution time: 25_575_000 picoseconds.
+		Weight::from_parts(26_268_000, 0)
 			.saturating_add(Weight::from_parts(0, 11700))
 			.saturating_add(T::DbWeight::get().reads(5))
 			.saturating_add(T::DbWeight::get().writes(5))
@@ -69,8 +69,8 @@ impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `477`
 		//  Estimated: `3942`
-		// Minimum execution time: 15_423_000 picoseconds.
-		Weight::from_parts(16_094_000, 0)
+		// Minimum execution time: 14_924_000 picoseconds.
+		Weight::from_parts(15_862_000, 0)
 			.saturating_add(Weight::from_parts(0, 3942))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(5))
diff --git a/runtime/gtest/src/weights/pallet_smith_members.rs b/runtime/gtest/src/weights/pallet_smith_members.rs
index dd5ba5e4..5f281ead 100644
--- a/runtime/gtest/src/weights/pallet_smith_members.rs
+++ b/runtime/gtest/src/weights/pallet_smith_members.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_smith_members`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `748`
 		//  Estimated: `6688`
-		// Minimum execution time: 29_878_000 picoseconds.
-		Weight::from_parts(31_322_000, 0)
+		// Minimum execution time: 30_335_000 picoseconds.
+		Weight::from_parts(31_935_000, 0)
 			.saturating_add(Weight::from_parts(0, 6688))
 			.saturating_add(T::DbWeight::get().reads(6))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -75,8 +75,8 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `566`
 		//  Estimated: `4031`
-		// Minimum execution time: 16_386_000 picoseconds.
-		Weight::from_parts(16_979_000, 0)
+		// Minimum execution time: 16_152_000 picoseconds.
+		Weight::from_parts(16_868_000, 0)
 			.saturating_add(Weight::from_parts(0, 4031))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -93,8 +93,8 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `591`
 		//  Estimated: `6531`
-		// Minimum execution time: 24_836_000 picoseconds.
-		Weight::from_parts(26_193_000, 0)
+		// Minimum execution time: 24_939_000 picoseconds.
+		Weight::from_parts(25_892_000, 0)
 			.saturating_add(Weight::from_parts(0, 6531))
 			.saturating_add(T::DbWeight::get().reads(5))
 			.saturating_add(T::DbWeight::get().writes(3))
@@ -119,8 +119,8 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `1171`
 		//  Estimated: `14536`
-		// Minimum execution time: 65_241_000 picoseconds.
-		Weight::from_parts(68_092_000, 0)
+		// Minimum execution time: 66_210_000 picoseconds.
+		Weight::from_parts(71_483_000, 0)
 			.saturating_add(Weight::from_parts(0, 14536))
 			.saturating_add(T::DbWeight::get().reads(11))
 			.saturating_add(T::DbWeight::get().writes(15))
@@ -131,8 +131,8 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T>
 		// Proof Size summary in bytes:
 		//  Measured:  `220`
 		//  Estimated: `3685`
-		// Minimum execution time: 3_798_000 picoseconds.
-		Weight::from_parts(3_986_000, 0)
+		// Minimum execution time: 3_794_000 picoseconds.
+		Weight::from_parts(4_236_000, 0)
 			.saturating_add(Weight::from_parts(0, 3685))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
diff --git a/runtime/gtest/src/weights/pallet_sudo.rs b/runtime/gtest/src/weights/pallet_sudo.rs
index 7ab0e6b2..7b6ee13d 100644
--- a/runtime/gtest/src/weights/pallet_sudo.rs
+++ b/runtime/gtest/src/weights/pallet_sudo.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_sudo`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `165`
 		//  Estimated: `1517`
-		// Minimum execution time: 8_240_000 picoseconds.
-		Weight::from_parts(8_778_000, 0)
+		// Minimum execution time: 8_717_000 picoseconds.
+		Weight::from_parts(9_230_000, 0)
 			.saturating_add(Weight::from_parts(0, 1517))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `165`
 		//  Estimated: `1517`
-		// Minimum execution time: 8_894_000 picoseconds.
-		Weight::from_parts(9_362_000, 0)
+		// Minimum execution time: 8_907_000 picoseconds.
+		Weight::from_parts(9_413_000, 0)
 			.saturating_add(Weight::from_parts(0, 1517))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
@@ -76,8 +76,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `165`
 		//  Estimated: `1517`
-		// Minimum execution time: 9_093_000 picoseconds.
-		Weight::from_parts(9_567_000, 0)
+		// Minimum execution time: 8_901_000 picoseconds.
+		Weight::from_parts(9_515_000, 0)
 			.saturating_add(Weight::from_parts(0, 1517))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
@@ -87,8 +87,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `165`
 		//  Estimated: `1517`
-		// Minimum execution time: 7_830_000 picoseconds.
-		Weight::from_parts(8_202_000, 0)
+		// Minimum execution time: 7_784_000 picoseconds.
+		Weight::from_parts(8_235_000, 0)
 			.saturating_add(Weight::from_parts(0, 1517))
 			.saturating_add(T::DbWeight::get().reads(1))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -99,8 +99,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `165`
 		//  Estimated: `1517`
-		// Minimum execution time: 3_347_000 picoseconds.
-		Weight::from_parts(3_629_000, 0)
+		// Minimum execution time: 3_264_000 picoseconds.
+		Weight::from_parts(3_533_000, 0)
 			.saturating_add(Weight::from_parts(0, 1517))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
diff --git a/runtime/gtest/src/weights/pallet_timestamp.rs b/runtime/gtest/src/weights/pallet_timestamp.rs
index 2dacfc16..c9c5cc67 100644
--- a/runtime/gtest/src/weights/pallet_timestamp.rs
+++ b/runtime/gtest/src/weights/pallet_timestamp.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_timestamp`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -57,8 +57,8 @@ impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `268`
 		//  Estimated: `1493`
-		// Minimum execution time: 10_410_000 picoseconds.
-		Weight::from_parts(11_395_000, 0)
+		// Minimum execution time: 10_595_000 picoseconds.
+		Weight::from_parts(11_028_000, 0)
 			.saturating_add(Weight::from_parts(0, 1493))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -67,8 +67,8 @@ impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `57`
 		//  Estimated: `0`
-		// Minimum execution time: 3_486_000 picoseconds.
-		Weight::from_parts(3_652_000, 0)
+		// Minimum execution time: 3_309_000 picoseconds.
+		Weight::from_parts(3_526_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 }
diff --git a/runtime/gtest/src/weights/pallet_transaction_payment.rs b/runtime/gtest/src/weights/pallet_transaction_payment.rs
index 7c5a4ad8..43119f8c 100644
--- a/runtime/gtest/src/weights/pallet_transaction_payment.rs
+++ b/runtime/gtest/src/weights/pallet_transaction_payment.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_transaction_payment`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_transaction_payment::WeightInfo for WeightI
 		// Proof Size summary in bytes:
 		//  Measured:  `124`
 		//  Estimated: `6126`
-		// Minimum execution time: 44_768_000 picoseconds.
-		Weight::from_parts(46_028_000, 0)
+		// Minimum execution time: 45_134_000 picoseconds.
+		Weight::from_parts(46_618_000, 0)
 			.saturating_add(Weight::from_parts(0, 6126))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(2))
diff --git a/runtime/gtest/src/weights/pallet_treasury.rs b/runtime/gtest/src/weights/pallet_treasury.rs
index 5d72169e..414a962b 100644
--- a/runtime/gtest/src/weights/pallet_treasury.rs
+++ b/runtime/gtest/src/weights/pallet_treasury.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_treasury`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `6`
 		//  Estimated: `1887`
-		// Minimum execution time: 3_479_000 picoseconds.
-		Weight::from_parts(3_667_000, 0)
+		// Minimum execution time: 3_447_000 picoseconds.
+		Weight::from_parts(3_621_000, 0)
 			.saturating_add(Weight::from_parts(0, 1887))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
@@ -77,11 +77,11 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `82 + p * (1 ±0)`
 		//  Estimated: `3558`
-		// Minimum execution time: 10_783_000 picoseconds.
-		Weight::from_parts(12_193_324, 0)
+		// Minimum execution time: 10_682_000 picoseconds.
+		Weight::from_parts(12_020_888, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
-			// Standard Error: 384
-			.saturating_add(Weight::from_parts(23_092, 0).saturating_mul(p.into()))
+			// Standard Error: 417
+			.saturating_add(Weight::from_parts(22_993, 0).saturating_mul(p.into()))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(2))
 	}
@@ -99,8 +99,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `6`
 		//  Estimated: `3526`
-		// Minimum execution time: 4_689_000 picoseconds.
-		Weight::from_parts(4_947_000, 0)
+		// Minimum execution time: 4_535_000 picoseconds.
+		Weight::from_parts(4_862_000, 0)
 			.saturating_add(Weight::from_parts(0, 3526))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
@@ -110,8 +110,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `6`
 		//  Estimated: `3526`
-		// Minimum execution time: 4_690_000 picoseconds.
-		Weight::from_parts(5_004_000, 0)
+		// Minimum execution time: 4_604_000 picoseconds.
+		Weight::from_parts(4_766_000, 0)
 			.saturating_add(Weight::from_parts(0, 3526))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
@@ -121,8 +121,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `6`
 		//  Estimated: `3526`
-		// Minimum execution time: 4_265_000 picoseconds.
-		Weight::from_parts(4_489_000, 0)
+		// Minimum execution time: 4_143_000 picoseconds.
+		Weight::from_parts(4_415_000, 0)
 			.saturating_add(Weight::from_parts(0, 3526))
 			.saturating_add(T::DbWeight::get().reads(1))
 	}
diff --git a/runtime/gtest/src/weights/pallet_universal_dividend.rs b/runtime/gtest/src/weights/pallet_universal_dividend.rs
index ad05a536..efbe885a 100644
--- a/runtime/gtest/src/weights/pallet_universal_dividend.rs
+++ b/runtime/gtest/src/weights/pallet_universal_dividend.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_universal_dividend`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -62,8 +62,8 @@ impl<T: frame_system::Config> pallet_universal_dividend::WeightInfo for WeightIn
 		// Proof Size summary in bytes:
 		//  Measured:  `676`
 		//  Estimated: `4141`
-		// Minimum execution time: 33_308_000 picoseconds.
-		Weight::from_parts(35_384_965, 0)
+		// Minimum execution time: 33_238_000 picoseconds.
+		Weight::from_parts(35_304_866, 0)
 			.saturating_add(Weight::from_parts(0, 4141))
 			.saturating_add(T::DbWeight::get().reads(5))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -76,8 +76,8 @@ impl<T: frame_system::Config> pallet_universal_dividend::WeightInfo for WeightIn
 		// Proof Size summary in bytes:
 		//  Measured:  `156`
 		//  Estimated: `6126`
-		// Minimum execution time: 52_414_000 picoseconds.
-		Weight::from_parts(54_174_000, 0)
+		// Minimum execution time: 52_878_000 picoseconds.
+		Weight::from_parts(54_068_000, 0)
 			.saturating_add(Weight::from_parts(0, 6126))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(2))
@@ -90,8 +90,8 @@ impl<T: frame_system::Config> pallet_universal_dividend::WeightInfo for WeightIn
 		// Proof Size summary in bytes:
 		//  Measured:  `93`
 		//  Estimated: `3558`
-		// Minimum execution time: 33_926_000 picoseconds.
-		Weight::from_parts(34_772_000, 0)
+		// Minimum execution time: 33_633_000 picoseconds.
+		Weight::from_parts(35_597_000, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
 			.saturating_add(T::DbWeight::get().reads(2))
 			.saturating_add(T::DbWeight::get().writes(1))
@@ -103,15 +103,13 @@ impl<T: frame_system::Config> pallet_universal_dividend::WeightInfo for WeightIn
 	/// Storage: `System::Account` (r:1 w:1)
 	/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`)
 	/// The range of component `i` is `[1, 160]`.
-	fn on_removed_member(i: u32, ) -> Weight {
+	fn on_removed_member(_i: u32, ) -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `181`
 		//  Estimated: `3558`
-		// Minimum execution time: 19_357_000 picoseconds.
-		Weight::from_parts(20_489_722, 0)
+		// Minimum execution time: 19_251_000 picoseconds.
+		Weight::from_parts(20_602_146, 0)
 			.saturating_add(Weight::from_parts(0, 3558))
-			// Standard Error: 243
-			.saturating_add(Weight::from_parts(446, 0).saturating_mul(i.into()))
 			.saturating_add(T::DbWeight::get().reads(3))
 			.saturating_add(T::DbWeight::get().writes(1))
 	}
diff --git a/runtime/gtest/src/weights/pallet_upgrade_origin.rs b/runtime/gtest/src/weights/pallet_upgrade_origin.rs
index 47ff86c9..56ead9c7 100644
--- a/runtime/gtest/src/weights/pallet_upgrade_origin.rs
+++ b/runtime/gtest/src/weights/pallet_upgrade_origin.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_upgrade_origin`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -51,8 +51,8 @@ impl<T: frame_system::Config> pallet_upgrade_origin::WeightInfo for WeightInfo<T
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 5_591_000 picoseconds.
-		Weight::from_parts(6_048_000, 0)
+		// Minimum execution time: 5_613_000 picoseconds.
+		Weight::from_parts(6_013_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 }
diff --git a/runtime/gtest/src/weights/pallet_utility.rs b/runtime/gtest/src/weights/pallet_utility.rs
index 86c69c09..fbcd847f 100644
--- a/runtime/gtest/src/weights/pallet_utility.rs
+++ b/runtime/gtest/src/weights/pallet_utility.rs
@@ -17,7 +17,7 @@
 //! Autogenerated weights for `pallet_utility`
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -52,18 +52,18 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 4_429_000 picoseconds.
-		Weight::from_parts(8_864_114, 0)
+		// Minimum execution time: 4_240_000 picoseconds.
+		Weight::from_parts(9_851_743, 0)
 			.saturating_add(Weight::from_parts(0, 0))
-			// Standard Error: 1_071
-			.saturating_add(Weight::from_parts(2_117_486, 0).saturating_mul(c.into()))
+			// Standard Error: 2_521
+			.saturating_add(Weight::from_parts(2_070_739, 0).saturating_mul(c.into()))
 	}
 	fn as_derivative() -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 3_926_000 picoseconds.
-		Weight::from_parts(4_129_000, 0)
+		// Minimum execution time: 3_773_000 picoseconds.
+		Weight::from_parts(3_989_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// The range of component `c` is `[0, 1000]`.
@@ -71,18 +71,18 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 4_436_000 picoseconds.
-		Weight::from_parts(8_887_713, 0)
+		// Minimum execution time: 4_570_000 picoseconds.
+		Weight::from_parts(9_837_420, 0)
 			.saturating_add(Weight::from_parts(0, 0))
-			// Standard Error: 914
-			.saturating_add(Weight::from_parts(2_264_456, 0).saturating_mul(c.into()))
+			// Standard Error: 1_071
+			.saturating_add(Weight::from_parts(2_203_440, 0).saturating_mul(c.into()))
 	}
 	fn dispatch_as() -> Weight {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 6_072_000 picoseconds.
-		Weight::from_parts(6_294_000, 0)
+		// Minimum execution time: 5_860_000 picoseconds.
+		Weight::from_parts(6_215_000, 0)
 			.saturating_add(Weight::from_parts(0, 0))
 	}
 	/// The range of component `c` is `[0, 1000]`.
@@ -90,10 +90,10 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 4_285_000 picoseconds.
-		Weight::from_parts(9_361_173, 0)
+		// Minimum execution time: 4_458_000 picoseconds.
+		Weight::from_parts(8_931_937, 0)
 			.saturating_add(Weight::from_parts(0, 0))
-			// Standard Error: 774
-			.saturating_add(Weight::from_parts(2_106_780, 0).saturating_mul(c.into()))
+			// Standard Error: 881
+			.saturating_add(Weight::from_parts(2_060_212, 0).saturating_mul(c.into()))
 	}
 }
diff --git a/runtime/gtest/src/weights/paritydb_weights.rs b/runtime/gtest/src/weights/paritydb_weights.rs
index 409f0a54..14021085 100644
--- a/runtime/gtest/src/weights/paritydb_weights.rs
+++ b/runtime/gtest/src/weights/paritydb_weights.rs
@@ -1,6 +1,6 @@
 
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
-//! DATE: 2025-01-21 (Y/M/D)
+//! DATE: 2025-01-22 (Y/M/D)
 //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F`
 //!
 //! DATABASE: `ParityDb`, RUNTIME: `ÄžTest Local Testnet`
@@ -34,31 +34,31 @@ pub mod constants {
 			/// Calculated by multiplying the *Average* of all values with `2.0` and adding `0`.
 			///
 			/// Stats nanoseconds:
-			///   Min, Max: 957, 1_443_825
-			///   Average:  11_027
-			///   Median:   1_667
-			///   Std-Dev:  114719.54
+			///   Min, Max: 796, 826_063
+			///   Average:  6_938
+			///   Median:   1_573
+			///   Std-Dev:  65586.31
 			///
 			/// Percentiles nanoseconds:
-			///   99th: 10_874
-			///   95th: 3_231
-			///   75th: 2_037
-			read: 22_054 * constants::WEIGHT_REF_TIME_PER_NANOS,
+			///   99th: 8_551
+			///   95th: 2_544
+			///   75th: 1_928
+			read: 13_876 * constants::WEIGHT_REF_TIME_PER_NANOS,
 
 			/// Time to write one storage item.
 			/// Calculated by multiplying the *Average* of all values with `2.0` and adding `0`.
 			///
 			/// Stats nanoseconds:
-			///   Min, Max: 3_756, 6_580_754
-			///   Average:  51_633
-			///   Median:   9_698
-			///   Std-Dev:  522757.01
+			///   Min, Max: 3_943, 6_570_586
+			///   Average:  54_200
+			///   Median:   10_802
+			///   Std-Dev:  522042.38
 			///
 			/// Percentiles nanoseconds:
-			///   99th: 22_977
-			///   95th: 14_736
-			///   75th: 11_885
-			write: 103_266 * constants::WEIGHT_REF_TIME_PER_NANOS,
+			///   99th: 234_197
+			///   95th: 17_149
+			///   75th: 13_563
+			write: 108_400 * constants::WEIGHT_REF_TIME_PER_NANOS,
 		};
 	}
 
-- 
GitLab