Do Proof of History verification before appending entries to the bank

Note: replicate_stage is still using `process_entries()` because
changing it to `process_blocks()` causes the `test_replicate` test to
fail.
This commit is contained in:
Greg Fitzgerald
2018-06-29 12:58:29 -06:00
committed by Greg Fitzgerald
parent 79a97ada04
commit c4b62e19f2
4 changed files with 76 additions and 32 deletions

View File

@@ -52,6 +52,7 @@ extern crate bincode;
extern crate byteorder;
extern crate chrono;
extern crate generic_array;
extern crate itertools;
extern crate libc;
#[macro_use]
extern crate log;