Skip to content

Commit

Permalink
Bump remark weight
Browse files Browse the repository at this point in the history
  • Loading branch information
markopoloparadox committed Jan 12, 2024
1 parent ebfdac9 commit 944b995
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion runtime/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
/// Per convention: if the runtime behavior changes, increment spec_version
/// and set impl_version to 0. This paramenter is typically incremented when
/// there's an update to the transaction_version.
spec_version: 16,
spec_version: 17,
/// The version of the implementation of the specification. Nodes can ignore this. It is only
/// used to indicate that the code is different. As long as the authoring_version and the
/// spec_version are the same, the code itself might have changed, but the native and Wasm
Expand Down
4 changes: 2 additions & 2 deletions runtime/src/weights/frame_system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 4_804_000 picoseconds.
Weight::from_parts(4_990_000, 0)
Weight::from_parts(60_500_4_990_000, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 0
.saturating_add(Weight::from_parts(532, 0).saturating_mul(b.into()))
Expand All @@ -67,7 +67,7 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 16_078_000 picoseconds.
Weight::from_parts(16_625_000, 0)
Weight::from_parts(60_500_4_990_000, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 4
.saturating_add(Weight::from_parts(1_734, 0).saturating_mul(b.into()))
Expand Down

0 comments on commit 944b995

Please sign in to comment.