downgrade state version

Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
Uncle Stretch 2026-03-04 17:11:17 +03:00
parent e7b8cd46e1
commit 4c4374c812
Signed by: str3tch
GPG Key ID: 84F3190747EE79AA
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -1186,7 +1186,7 @@ dependencies = [
[[package]]
name = "casper-runtime"
version = "3.5.40"
version = "3.5.41"
dependencies = [
"casper-runtime-constants",
"frame-benchmarking",

View File

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

View File

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