From 3c7e51c0f8db8117fd8b02dee8acae80b4eb6cbf Mon Sep 17 00:00:00 2001 From: Uncle Stretch Date: Tue, 9 Dec 2025 17:46:48 +0300 Subject: [PATCH] new version of casper runtime Signed-off-by: Uncle Stretch --- Cargo.lock | 4 ++-- runtime/casper/Cargo.toml | 2 +- runtime/casper/src/lib.rs | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index efb6db3..1131414 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1186,7 +1186,7 @@ dependencies = [ [[package]] name = "casper-runtime" -version = "3.5.36" +version = "3.5.37" dependencies = [ "casper-runtime-constants", "frame-benchmarking", @@ -3837,7 +3837,7 @@ dependencies = [ [[package]] name = "ghost-slow-clap" -version = "0.4.9" +version = "0.4.10" dependencies = [ "frame-benchmarking", "frame-support", diff --git a/runtime/casper/Cargo.toml b/runtime/casper/Cargo.toml index cb11aca..1887fbc 100644 --- a/runtime/casper/Cargo.toml +++ b/runtime/casper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "casper-runtime" -version = "3.5.36" +version = "3.5.37" 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 b7de5db..c9ee036 100644 --- a/runtime/casper/src/lib.rs +++ b/runtime/casper/src/lib.rs @@ -117,8 +117,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("casper"), impl_name: create_runtime_str!("casper-svengali"), authoring_version: 0, - spec_version: 3, - impl_version: 2, + spec_version: 4, + impl_version: 3, apis: RUNTIME_API_VERSIONS, transaction_version: 1, state_version: 1,