upgrade runtime with latest weaver implementation

Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
Uncle Stretch 2026-09-16 17:37:12 +03:00
parent 20e03d21ec
commit 6ce12ca8d1
Signed by: str3tch
GPG Key ID: 84F3190747EE79AA
3 changed files with 18 additions and 18 deletions

View File

@ -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

View File

@ -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,

View File

@ -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<T: frame_system::Config> ghost_weaver::WeightInfo for WeightInfo<T> {
// 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<T: frame_system::Config> ghost_weaver::WeightInfo for WeightInfo<T> {
// 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<T: frame_system::Config> ghost_weaver::WeightInfo for WeightInfo<T> {
// 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<T: frame_system::Config> ghost_weaver::WeightInfo for WeightInfo<T> {
// 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))