Epoch processing tests

This commit is contained in:
Michael Sproul
2019-08-30 13:29:26 +10:00
parent 81cafdc804
commit 6cf9b3c1a4
13 changed files with 225 additions and 291 deletions

View File

@@ -2,6 +2,9 @@ use types::EthSpec;
pub use case_result::CaseResult;
pub use cases::Case;
pub use cases::{
Crosslinks, FinalUpdates, JustificationAndFinalization, RegistryUpdates, Slashings,
};
pub use error::Error;
pub use handler::*;
pub use yaml_decode::YamlDecode;