Adds test-runtime to start working on tests

This commit is contained in:
Bastian Köcher
2019-03-06 13:51:23 +01:00
parent 1f665b5b55
commit d629154da5
15 changed files with 3267 additions and 1011 deletions
+5
View File
@@ -20,6 +20,11 @@ use rstd::{vec::Vec, collections::btree_map::BTreeMap};
use codec::{Encode, Decode};
use runtime_primitives::traits::Block as BlockT;
#[cfg(not(feature = "std"))]
#[doc(hidden)]
pub use rstd::slice;
#[macro_use]
pub mod validate_block;
type WitnessData = BTreeMap<Vec<u8>, Vec<u8>>;