Add new beacon chain test harness

This commit is contained in:
Paul Hauner
2019-06-16 02:24:33 -04:00
parent 1128de535d
commit 8fb6ffffe2
4 changed files with 154 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ mod fork_choice;
pub mod iter;
mod metrics;
mod persisted_beacon_chain;
mod test_utils;
pub use self::beacon_chain::{BeaconChain, BeaconChainTypes, BlockProcessingOutcome};
pub use self::checkpoint::CheckPoint;