Bump Substrate master (#522)

* Bump substrate

* Bump runtime version

* Fix Configuration stuff

* fix extract_proof return type

* add ImOnline module as Authorship event handler
This commit is contained in:
Gavin Wood
2019-10-31 16:08:16 +00:00
committed by GitHub
parent 676f1562b9
commit 80662344f1
4 changed files with 96 additions and 91 deletions
+2 -2
View File
@@ -99,7 +99,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kusama"),
impl_name: create_runtime_str!("parity-kusama"),
authoring_version: 1,
spec_version: 1008,
spec_version: 1010,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
};
@@ -247,7 +247,7 @@ impl authorship::Trait for Runtime {
type FindAuthor = session::FindAccountFromAuthorIndex<Self, Babe>;
type UncleGenerations = UncleGenerations;
type FilterUncle = ();
type EventHandler = Staking;
type EventHandler = (Staking, ImOnline);
}
parameter_types! {