Start reorg of per_epoch_processing

This commit is contained in:
Paul Hauner
2019-03-06 17:14:54 +11:00
parent 521d48d37c
commit 17210faf3a
14 changed files with 136 additions and 129 deletions

View File

@@ -1,12 +1,12 @@
#[macro_use]
mod macros;
pub mod per_block_processing;
// mod epoch_processable;
pub mod errors;
pub mod per_epoch_processing;
// mod slot_processable;
pub use errors::{BlockInvalid, BlockProcessingError};
pub use per_block_processing::{
errors::{BlockInvalid, BlockProcessingError},
per_block_processing, per_block_processing_without_verifying_block_signature,
};
// pub use epoch_processable::{EpochProcessable, Error as EpochProcessingError};