op_pool: update for v0.6.x

This commit is contained in:
Michael Sproul
2019-06-03 15:25:06 +10:00
parent 4287891026
commit 7fbcdd54d7
3 changed files with 148 additions and 145 deletions

View File

@@ -4,7 +4,9 @@ use rayon::prelude::*;
use tree_hash::{SignedRoot, TreeHash};
use types::*;
pub use self::verify_attester_slashing::{get_slashable_indices, verify_attester_slashing};
pub use self::verify_attester_slashing::{
get_slashable_indices, get_slashable_indices_modular, verify_attester_slashing,
};
pub use self::verify_proposer_slashing::verify_proposer_slashing;
pub use validate_attestation::{
validate_attestation, validate_attestation_time_independent_only,