srml: consensus: kill storage (#2098)

* srml: consensus: kill storage items

* srml: consensus: add test for set and kill storage

* runtime: bump spec_version update wasm blobs
This commit is contained in:
André Silva
2019-03-25 23:39:23 +00:00
committed by GitHub
parent e2f5e40876
commit cee2166e4f
5 changed files with 35 additions and 2 deletions
+2 -2
View File
@@ -58,8 +58,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("node"),
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 10,
spec_version: 43,
impl_version: 43,
spec_version: 44,
impl_version: 44,
apis: RUNTIME_API_VERSIONS,
};