ef_tests: sanity slot tests + block headers

This commit is contained in:
Michael Sproul
2019-06-04 16:35:33 +10:00
parent cf62ea090b
commit c05cf6c256
6 changed files with 124 additions and 1 deletions

View File

@@ -11,10 +11,12 @@ mod epoch_processing_crosslinks;
mod epoch_processing_registry_updates;
mod operations_attestation;
mod operations_attester_slashing;
mod operations_block_header;
mod operations_deposit;
mod operations_exit;
mod operations_proposer_slashing;
mod operations_transfer;
mod sanity_slots;
mod shuffling;
mod ssz_generic;
mod ssz_static;
@@ -29,10 +31,12 @@ pub use epoch_processing_crosslinks::*;
pub use epoch_processing_registry_updates::*;
pub use operations_attestation::*;
pub use operations_attester_slashing::*;
pub use operations_block_header::*;
pub use operations_deposit::*;
pub use operations_exit::*;
pub use operations_proposer_slashing::*;
pub use operations_transfer::*;
pub use sanity_slots::*;
pub use shuffling::*;
pub use ssz_generic::*;
pub use ssz_static::*;