From af14543cc10bc0cf234fa1e50022f468c42d2821 Mon Sep 17 00:00:00 2001 From: Uncle Stinky Date: Thu, 6 Nov 2025 14:33:25 +0300 Subject: [PATCH] change casper runtime versioning Signed-off-by: Uncle Stinky --- runtime/casper/Cargo.toml | 2 +- runtime/casper/src/lib.rs | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/runtime/casper/Cargo.toml b/runtime/casper/Cargo.toml index 0c74906..bf56843 100644 --- a/runtime/casper/Cargo.toml +++ b/runtime/casper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "casper-runtime" -version = "3.5.31" +version = "3.5.32" 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 42e2504..d5f9cb8 100644 --- a/runtime/casper/src/lib.rs +++ b/runtime/casper/src/lib.rs @@ -117,11 +117,11 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("casper"), impl_name: create_runtime_str!("casper-svengali"), authoring_version: 0, - spec_version: 2, - impl_version: 0, + spec_version: 3, + impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1, - state_version: 0, + state_version: 1, }; /// The BABE epoch configuration at genesis.