Create new "transition" mod, add untested fn

Untested fn is process_ffg_deposits. Will add tests now.
This commit is contained in:
Paul Hauner
2018-07-12 16:41:44 +10:00
parent 0448fd5ace
commit b1679af191
8 changed files with 163 additions and 111 deletions

View File

@@ -4,6 +4,7 @@ use super::crystallized_state::CrystallizedState;
use super::boolean_bitfield::BooleanBitfield;
pub use super::blake2::Blake2s;
pub use super::ethereum_types::U256;
// TODO: presently the compiler accepts these two types
// as interchangable. This is somewhat loose typing,