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:
committed by
Greg Fitzgerald
parent
79a97ada04
commit
c4b62e19f2
@@ -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;
|
||||
|
Reference in New Issue
Block a user