Avoid sending heartbeat if we are already considered online. (#3981)

* Don't send a heartbeat if already online.

* Remove env_logger.

* Update lock.

* Bump runtime.

* Merge master
This commit is contained in:
Tomasz Drwięga
2019-11-03 11:51:33 +01:00
committed by Gavin Wood
parent c9e4d203e7
commit 45e79d617b
3 changed files with 70 additions and 8 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: 191,
spec_version: 192,
impl_version: 191,
apis: RUNTIME_API_VERSIONS,
};