diff --git a/runtime/src/version.rs b/runtime/src/version.rs index 760542aa1..cb466e935 100644 --- a/runtime/src/version.rs +++ b/runtime/src/version.rs @@ -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 diff --git a/runtime/src/weights/frame_system.rs b/runtime/src/weights/frame_system.rs index cae772db3..d642d45ae 100644 --- a/runtime/src/weights/frame_system.rs +++ b/runtime/src/weights/frame_system.rs @@ -56,7 +56,7 @@ impl frame_system::WeightInfo for WeightInfo { // 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())) @@ -67,7 +67,7 @@ impl frame_system::WeightInfo for WeightInfo { // 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()))