update casper runtime version

Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
Uncle Stretch
2025-11-10 21:23:08 +03:00
parent 8123295f91
commit 2cf4637d0c
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "casper-runtime"
version = "3.5.34"
version = "3.5.35"
build = "build.rs"
description = "Runtime of the Casper Network"
edition.workspace = true

View File

@@ -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: 4,
impl_version: 2,
spec_version: 5,
impl_version: 3,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
state_version: 1,