make block builder and construct_runtime! generic over inherent-data (#1191)

* make block builder generic over inherent-data

* construct_runtime has you specify inherent data type

* get all tests to compile
This commit is contained in:
Robert Habermeier
2018-12-03 11:49:30 +01:00
committed by GitHub
parent 69a288e586
commit 63980e3770
17 changed files with 96 additions and 109 deletions
+2
View File
@@ -38,6 +38,8 @@ use runtime_primitives::generic;
use primitives::bytes;
use runtime_primitives::traits::{BlakeTwo256, self};
pub use runtime_primitives::BasicInherentData as InherentData;
/// An index to a block.
pub type BlockNumber = u64;