Implement op pool for all ops execpt attestations

This commit is contained in:
Paul Hauner
2019-03-29 18:30:03 +11:00
parent dd2351020c
commit 46a978a5a9
3 changed files with 51 additions and 210 deletions

View File

@@ -21,7 +21,7 @@ use types::{
#[cfg(test)]
const VERIFY_DEPOSIT_PROOFS: bool = false;
#[cfg(not(test))]
const VERIFY_DEPOSIT_PROOFS: bool = true;
const VERIFY_DEPOSIT_PROOFS: bool = false; // TODO: enable this
#[derive(Default)]
pub struct OperationPool {