Implement window service

Batch out of order blobs until we have a contigious window.
This commit is contained in:
Anatoly Yakovenko
2018-04-02 19:32:58 -07:00
parent bc0dde696a
commit 5ac7df17f9
7 changed files with 592 additions and 332 deletions

View File

@ -5,16 +5,18 @@ pub mod accountant_stub;
pub mod entry;
pub mod event;
pub mod hash;
pub mod historian;
pub mod ledger;
pub mod mint;
pub mod plan;
pub mod recorder;
pub mod historian;
pub mod packet;
pub mod result;
pub mod signature;
pub mod streamer;
pub mod transaction;
extern crate bincode;
extern crate byteorder;
extern crate chrono;
extern crate generic_array;
#[macro_use]