Add events for im_online (#3991)

* Add AllGood event for im_online

* Another event just in case.

* Bump runtime
This commit is contained in:
Gavin Wood
2019-11-01 11:07:46 +00:00
committed by GitHub
parent 9de6dea4c3
commit 26f4084f95
6 changed files with 47 additions and 58 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to equal spec_version. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 190,
spec_version: 191,
impl_version: 191,
apis: RUNTIME_API_VERSIONS,
};