Add proposer_slashing EF tests

This commit is contained in:
Paul Hauner
2019-05-24 00:15:12 +10:00
parent 31a7a0614e
commit 67f890ae48
5 changed files with 61 additions and 1 deletions

View File

@@ -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::*;