Compare commits

..

No commits in common. "af14543cc10bc0cf234fa1e50022f468c42d2821" and "d6ecdcd4681e497a381cbb0fe966964e1b58cd61" have entirely different histories.

4 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "ghost-slow-clap"
version = "0.3.46"
version = "0.3.45"
description = "Applause protocol for the EVM bridge"
license.workspace = true
authors.workspace = true

View File

@ -170,7 +170,7 @@ type OffchainResult<T, A> = Result<A, OffchainErr<NetworkIdOf<T>>>;
pub mod pallet {
use super::*;
const STORAGE_VERSION: StorageVersion = StorageVersion::new(2);
const STORAGE_VERSION: StorageVersion = StorageVersion::new(1);
#[pallet::pallet]
#[pallet::storage_version(STORAGE_VERSION)]

View File

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

View File

@ -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: 3,
impl_version: 1,
spec_version: 2,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
state_version: 1,
state_version: 0,
};
/// The BABE epoch configuration at genesis.