Bump Substrate and runtime version (#900)

* Insert storage for finality tracker

* Bump lock

* Bump version
This commit is contained in:
Gavin Wood
2020-03-14 17:13:10 +01:00
committed by GitHub
parent 844ca939ab
commit 2c85b84cb6
20 changed files with 204 additions and 204 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "kusama-runtime"
version = "0.7.23"
version = "0.7.24"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
build = "build.rs"
+2 -2
View File
@@ -78,7 +78,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kusama"),
impl_name: create_runtime_str!("parity-kusama"),
authoring_version: 2,
spec_version: 1051,
spec_version: 1052,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
};
@@ -646,7 +646,7 @@ construct_runtime! {
Staking: staking::{Module, Call, Storage, Config<T>, Event<T>},
Offences: offences::{Module, Call, Storage, Event},
Session: session::{Module, Call, Storage, Event, Config<T>},
FinalityTracker: finality_tracker::{Module, Call, Inherent},
FinalityTracker: finality_tracker::{Module, Call, Storage, Inherent},
Grandpa: grandpa::{Module, Call, Storage, Config, Event},
ImOnline: im_online::{Module, Call, Storage, Event<T>, ValidateUnsigned, Config<T>},
AuthorityDiscovery: authority_discovery::{Module, Call, Config},