Fix session phase in early-exit (#453)

* Fix up session phase.

* Version bump

* Fix session rotation properly and add test

* Update runtimes

* Docs
This commit is contained in:
Gav Wood
2018-07-31 16:29:34 +01:00
committed by GitHub
parent 1725fcef18
commit 307dcbde1a
11 changed files with 67 additions and 14 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: ver_str!("polkadot"),
impl_name: ver_str!("parity-polkadot"),
authoring_version: 1,
spec_version: 2,
spec_version: 100,
impl_version: 0,
};