diff --git a/runtime/casper/Cargo.toml b/runtime/casper/Cargo.toml index c9bf62a..36e02e6 100644 --- a/runtime/casper/Cargo.toml +++ b/runtime/casper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "casper-runtime" -version = "4.0.10" +version = "4.0.11" build = "build.rs" description = "Runtime of the Casper Network" edition.workspace = true diff --git a/runtime/casper/src/lib.rs b/runtime/casper/src/lib.rs index b76c783..368707c 100644 --- a/runtime/casper/src/lib.rs +++ b/runtime/casper/src/lib.rs @@ -123,8 +123,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("casper"), impl_name: create_runtime_str!("casper-svengali"), authoring_version: 0, - spec_version: 6, - impl_version: 4, + spec_version: 7, + impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, state_version: 1, diff --git a/runtime/casper/src/weights/ghost_weaver.rs b/runtime/casper/src/weights/ghost_weaver.rs index b50a494..2f57d35 100644 --- a/runtime/casper/src/weights/ghost_weaver.rs +++ b/runtime/casper/src/weights/ghost_weaver.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `ghost_weaver` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2026-09-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2026-09-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ghostown`, CPU: `Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("casper-dev")`, DB CACHE: 1024 @@ -61,11 +61,11 @@ impl ghost_weaver::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `223 + a * (32 ±0)` // Estimated: `3687 + a * (32 ±0)` - // Minimum execution time: 210_105_000 picoseconds. - Weight::from_parts(214_589_101, 0) + // Minimum execution time: 211_189_000 picoseconds. + Weight::from_parts(215_074_977, 0) .saturating_add(Weight::from_parts(0, 3687)) - // Standard Error: 1_420 - .saturating_add(Weight::from_parts(50_124, 0).saturating_mul(a.into())) + // Standard Error: 1_505 + .saturating_add(Weight::from_parts(46_499, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(a.into())) @@ -87,11 +87,11 @@ impl ghost_weaver::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `518 + a * (32 ±0)` // Estimated: `3982 + a * (32 ±0)` - // Minimum execution time: 241_676_000 picoseconds. - Weight::from_parts(246_243_389, 0) + // Minimum execution time: 241_010_000 picoseconds. + Weight::from_parts(245_378_305, 0) .saturating_add(Weight::from_parts(0, 3982)) - // Standard Error: 1_686 - .saturating_add(Weight::from_parts(32_125, 0).saturating_mul(a.into())) + // Standard Error: 1_583 + .saturating_add(Weight::from_parts(32_330, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(a.into())) @@ -113,11 +113,11 @@ impl ghost_weaver::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `346` // Estimated: `3811` - // Minimum execution time: 170_554_000 picoseconds. - Weight::from_parts(170_660_694, 0) + // Minimum execution time: 170_701_000 picoseconds. + Weight::from_parts(170_150_850, 0) .saturating_add(Weight::from_parts(0, 3811)) - // Standard Error: 4_207 - .saturating_add(Weight::from_parts(3_450_120, 0).saturating_mul(a.into())) + // Standard Error: 4_368 + .saturating_add(Weight::from_parts(3_363_930, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -137,8 +137,8 @@ impl ghost_weaver::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `346` // Estimated: `3811` - // Minimum execution time: 136_258_000 picoseconds. - Weight::from_parts(137_856_000, 0) + // Minimum execution time: 138_215_000 picoseconds. + Weight::from_parts(140_004_000, 0) .saturating_add(Weight::from_parts(0, 3811)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3))