Update trie to v0.11 (#1704)

* Update trie to v0.11

* Update wasm runtimes
This commit is contained in:
Wei Tang
2019-02-06 14:50:52 +01:00
committed by GitHub
parent a2d2ed69ab
commit 1d0049ee00
21 changed files with 1143 additions and 998 deletions
+2 -2
View File
@@ -66,8 +66,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("node"),
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 10,
spec_version: 21,
impl_version: 21,
spec_version: 22,
impl_version: 22,
apis: RUNTIME_API_VERSIONS,
};