op-pool: implement attester slashings

This commit is contained in:
Michael Sproul
2019-03-25 16:58:20 +11:00
parent bde7ab79c8
commit 518359e898
3 changed files with 122 additions and 22 deletions

View File

@@ -5,7 +5,8 @@ use ssz::{SignedRoot, TreeHash};
use types::*;
pub use self::verify_attester_slashing::{
gather_attester_slashing_indices, verify_attester_slashing,
gather_attester_slashing_indices, gather_attester_slashing_indices_modular,
verify_attester_slashing,
};
pub use self::verify_proposer_slashing::verify_proposer_slashing;
pub use validate_attestation::{