new version of casper runtime

Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
Uncle Stretch 2025-12-09 17:46:48 +03:00
parent ddd3a42564
commit 3c7e51c0f8
Signed by: str3tch
GPG Key ID: 84F3190747EE79AA
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

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

View File

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

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