fully refactor runtime-std to use conditional compilation

This commit is contained in:
Robert Habermeier
2018-01-30 23:47:29 +01:00
parent 2c39e247d6
commit 4b2bd5ec72
22 changed files with 946 additions and 124 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ extern crate alloc;
use alloc::vec::Vec;
#[macro_use]
extern crate runtime_std;
extern crate polkadot_runtime_std as runtime_std;
use runtime_std::{set_storage, storage, print, blake2_256, twox_128, twox_256, ed25519_verify};
fn test_blake2_256(input: &[u8]) -> Vec<u8> {