mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-26 01:03:40 +00:00
ef_tests: runners for epoch processing tests
This commit is contained in:
@@ -7,6 +7,8 @@ mod bls_g2_compressed;
|
||||
mod bls_g2_uncompressed;
|
||||
mod bls_priv_to_pub;
|
||||
mod bls_sign_msg;
|
||||
mod epoch_processing_crosslinks;
|
||||
mod epoch_processing_registry_updates;
|
||||
mod operations_attester_slashing;
|
||||
mod operations_deposit;
|
||||
mod operations_exit;
|
||||
@@ -22,6 +24,8 @@ pub use bls_g2_compressed::*;
|
||||
pub use bls_g2_uncompressed::*;
|
||||
pub use bls_priv_to_pub::*;
|
||||
pub use bls_sign_msg::*;
|
||||
pub use epoch_processing_crosslinks::*;
|
||||
pub use epoch_processing_registry_updates::*;
|
||||
pub use operations_attester_slashing::*;
|
||||
pub use operations_deposit::*;
|
||||
pub use operations_exit::*;
|
||||
|
||||
Reference in New Issue
Block a user