Updates for CC's recent upgrade (#1381)

* Updates for CC's recent upgrade

- Version bump to 0.9.2
- Runtime version bump to v14
- Avoid misuse of error return type for system_health RPC

* Fix tests
This commit is contained in:
Gav Wood
2019-01-10 11:34:25 +01:00
committed by GitHub
parent ecbb51f729
commit 37fa74b891
7 changed files with 21 additions and 25 deletions
+2 -2
View File
@@ -96,8 +96,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("node"),
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 10,
spec_version: 12,
impl_version: 12,
spec_version: 14,
impl_version: 14,
apis: RUNTIME_API_VERSIONS,
};