Add new fork choice struct to beacon chain

This commit is contained in:
Paul Hauner
2019-06-15 14:03:29 -04:00
parent c43bbfe183
commit 2ee71aa808
7 changed files with 127 additions and 129 deletions

View File

@@ -1,6 +1,7 @@
mod beacon_chain;
mod checkpoint;
mod errors;
mod fork_choice;
pub mod iter;
mod metrics;
mod persisted_beacon_chain;
@@ -8,7 +9,6 @@ mod persisted_beacon_chain;
pub use self::beacon_chain::{BeaconChain, BeaconChainTypes, BlockProcessingOutcome};
pub use self::checkpoint::CheckPoint;
pub use self::errors::{BeaconChainError, BlockProductionError};
pub use fork_choice;
pub use parking_lot;
pub use slot_clock;
pub use state_processing::per_block_processing::errors::{