diff --git a/pallets/rc-migrator/src/weights.rs b/pallets/rc-migrator/src/weights.rs index d3e08c5e5c..11557b71de 100644 --- a/pallets/rc-migrator/src/weights.rs +++ b/pallets/rc-migrator/src/weights.rs @@ -57,7 +57,6 @@ pub trait WeightInfo { fn schedule_migration() -> Weight; fn start_data_migration() -> Weight; fn send_chunked_xcm_and_track() -> Weight; - fn update_ah_msg_processed_count() -> Weight; fn receive_query_response() -> Weight; fn resend_xcm() -> Weight; fn set_unprocessed_msg_buffer() -> Weight; @@ -142,17 +141,6 @@ impl WeightInfo for SubstrateWeight { .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } - /// Storage: `RcMigrator::DmpDataMessageCounts` (r:1 w:1) - /// Proof: `RcMigrator::DmpDataMessageCounts` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`) - fn update_ah_msg_processed_count() -> Weight { - // Proof Size summary in bytes: - // Measured: `4` - // Estimated: `1493` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(9_000_000, 1493) - .saturating_add(T::DbWeight::get().reads(1_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) - } fn receive_query_response() -> Weight { Weight::from_parts(10_000_000, 1000) } @@ -248,17 +236,6 @@ impl WeightInfo for () { .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } - /// Storage: `RcMigrator::DmpDataMessageCounts` (r:1 w:1) - /// Proof: `RcMigrator::DmpDataMessageCounts` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`) - fn update_ah_msg_processed_count() -> Weight { - // Proof Size summary in bytes: - // Measured: `4` - // Estimated: `1493` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(9_000_000, 1493) - .saturating_add(RocksDbWeight::get().reads(1_u64)) - .saturating_add(RocksDbWeight::get().writes(1_u64)) - } fn receive_query_response() -> Weight { Weight::from_parts(10_000_000, 1000) diff --git a/relay/kusama/src/weights/pallet_rc_migrator.rs b/relay/kusama/src/weights/pallet_rc_migrator.rs index 861044fb56..e3f24f6f11 100644 --- a/relay/kusama/src/weights/pallet_rc_migrator.rs +++ b/relay/kusama/src/weights/pallet_rc_migrator.rs @@ -126,18 +126,6 @@ impl pallet_rc_migrator::WeightInfo for WeightInfo { .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } - /// Storage: `RcMigrator::DmpDataMessageCounts` (r:1 w:1) - /// Proof: `RcMigrator::DmpDataMessageCounts` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`) - fn update_ah_msg_processed_count() -> Weight { - // Proof Size summary in bytes: - // Measured: `4` - // Estimated: `1493` - // Minimum execution time: 10_980_000 picoseconds. - Weight::from_parts(11_590_000, 0) - .saturating_add(Weight::from_parts(0, 1493)) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) - } fn receive_query_response() -> Weight { Weight::from_parts(10_000_000, 1000) } diff --git a/relay/polkadot/src/weights/pallet_rc_migrator.rs b/relay/polkadot/src/weights/pallet_rc_migrator.rs index 861044fb56..e3f24f6f11 100644 --- a/relay/polkadot/src/weights/pallet_rc_migrator.rs +++ b/relay/polkadot/src/weights/pallet_rc_migrator.rs @@ -126,18 +126,6 @@ impl pallet_rc_migrator::WeightInfo for WeightInfo { .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } - /// Storage: `RcMigrator::DmpDataMessageCounts` (r:1 w:1) - /// Proof: `RcMigrator::DmpDataMessageCounts` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`) - fn update_ah_msg_processed_count() -> Weight { - // Proof Size summary in bytes: - // Measured: `4` - // Estimated: `1493` - // Minimum execution time: 10_980_000 picoseconds. - Weight::from_parts(11_590_000, 0) - .saturating_add(Weight::from_parts(0, 1493)) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) - } fn receive_query_response() -> Weight { Weight::from_parts(10_000_000, 1000) }