From 4c4374c812548cc1b2dd896419cbda296a5a3e81 Mon Sep 17 00:00:00 2001 From: Uncle Stretch Date: Wed, 4 Mar 2026 17:11:17 +0300 Subject: [PATCH] downgrade state version Signed-off-by: Uncle Stretch --- Cargo.lock | 2 +- runtime/casper/Cargo.toml | 2 +- runtime/casper/src/lib.rs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e126dff..e08351b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1186,7 +1186,7 @@ dependencies = [ [[package]] name = "casper-runtime" -version = "3.5.40" +version = "3.5.41" dependencies = [ "casper-runtime-constants", "frame-benchmarking", diff --git a/runtime/casper/Cargo.toml b/runtime/casper/Cargo.toml index 55e0c96..5baa041 100644 --- a/runtime/casper/Cargo.toml +++ b/runtime/casper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "casper-runtime" -version = "3.5.40" +version = "3.5.41" 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 384edfc..b7a5bbe 100644 --- a/runtime/casper/src/lib.rs +++ b/runtime/casper/src/lib.rs @@ -119,11 +119,11 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("casper"), impl_name: create_runtime_str!("casper-svengali"), authoring_version: 0, - spec_version: 5, + spec_version: 6, impl_version: 4, apis: RUNTIME_API_VERSIONS, transaction_version: 1, - state_version: 2, + state_version: 1, }; /// The BABE epoch configuration at genesis.