Introduce static hex and valid signature for block test.

This commit is contained in:
Gav
2018-01-18 17:35:18 +01:00
parent 7f8949bed1
commit abb8304389
8 changed files with 144 additions and 17 deletions
+4 -1
View File
@@ -4,13 +4,16 @@
#[macro_use]
extern crate runtime_support;
#[cfg(test)]
extern crate rustc_hex;
mod codec;
mod support;
mod runtime;
pub use codec::{endiansensitive, streamreader, joiner, slicable, keyedvec};
pub use support::{primitives, function, environment, storage};
#[cfg(test)]
pub use support::testing;
pub use support::{testing, statichex};
#[allow(unused_imports)] // TODO: remove in due course