fix indexing event breakage (#2030)

* fix instance event indexing breakage

* fix infinite loop

* update runtime impl version, and builds

* Revert "Remove unnecessary restrictions in executive module (#2024)"

This reverts commit e9f17771b0.
This commit is contained in:
thiolliere
2019-03-18 14:18:24 +01:00
committed by Bastian Köcher
parent e9f17771b0
commit 96d1f841cb
7 changed files with 22 additions and 16 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 10,
spec_version: 35,
impl_version: 38,
impl_version: 39,
apis: RUNTIME_API_VERSIONS,
};