Introduce basic block decoding/execution framework.

This commit is contained in:
Gav
2018-01-16 16:32:22 +01:00
parent 108b86a56d
commit c382125de5
3 changed files with 177 additions and 16 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ pub use std::vec::Vec;
pub use std::rc::Rc;
pub use std::cell::RefCell;
pub use std::boxed::Box;
pub use std::mem::{size_of, transmute};
pub use std::mem::{size_of, transmute, swap};
pub use polkadot_state_machine::Externalities;
use std::fmt;