mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 04:48:21 +00:00
Add proposer_slashing EF tests
This commit is contained in:
@@ -9,6 +9,7 @@ mod bls_priv_to_pub;
|
||||
mod bls_sign_msg;
|
||||
mod operations_deposit;
|
||||
mod operations_exit;
|
||||
mod operations_proposer_slashing;
|
||||
mod operations_transfer;
|
||||
mod shuffling;
|
||||
mod ssz_generic;
|
||||
@@ -22,6 +23,7 @@ pub use bls_priv_to_pub::*;
|
||||
pub use bls_sign_msg::*;
|
||||
pub use operations_deposit::*;
|
||||
pub use operations_exit::*;
|
||||
pub use operations_proposer_slashing::*;
|
||||
pub use operations_transfer::*;
|
||||
pub use shuffling::*;
|
||||
pub use ssz_generic::*;
|
||||
|
||||
Reference in New Issue
Block a user