Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Companion for Substrate #8120 #2528

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions runtime/kusama/src/weights/frame_system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,7 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
.saturating_add((843_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(p as Weight)))
}
fn remark_with_event(_b: u32, ) -> Weight {
(1_317_000 as Weight)
}
}
3 changes: 3 additions & 0 deletions runtime/polkadot/src/weights/frame_system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,7 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
.saturating_add((847_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(p as Weight)))
}
fn remark_with_event(_b: u32, ) -> Weight {
(1_317_000 as Weight)
}
}
3 changes: 3 additions & 0 deletions runtime/westend/src/weights/frame_system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,7 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
.saturating_add((836_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(p as Weight)))
}
fn remark_with_event(_b: u32, ) -> Weight {
(1_317_000 as Weight)
}
}