Add another attestation processing test

This commit is contained in:
Paul Hauner
2019-08-07 16:02:30 +10:00
parent 436c87abcd
commit fe2402b361
4 changed files with 70 additions and 8 deletions

View File

@@ -7,7 +7,9 @@ mod metrics;
mod persisted_beacon_chain;
pub mod test_utils;
pub use self::beacon_chain::{BeaconChain, BeaconChainTypes, BlockProcessingOutcome};
pub use self::beacon_chain::{
AttestationProcessingOutcome, BeaconChain, BeaconChainTypes, BlockProcessingOutcome,
};
pub use self::checkpoint::CheckPoint;
pub use self::errors::{BeaconChainError, BlockProductionError};
pub use lmd_ghost;