Verify signature and session index during apply phase of im-online. (#3418)

* Verify signature and session index during apply phase of im-online.

* Bump impl_version.

* Add docs to SignedExtension
This commit is contained in:
Tomasz Drwięga
2019-08-16 12:59:02 +02:00
committed by Gavin Wood
parent c94e0f28b4
commit 42fb0c7cad
3 changed files with 48 additions and 7 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 144,
impl_version: 144,
impl_version: 145,
apis: RUNTIME_API_VERSIONS,
};