Rename Historian to RecordStage

Historian was a legacy name. The new name reflects the new pipelined
architecture.
This commit is contained in:
Greg Fitzgerald
2018-05-14 14:19:11 -06:00
parent 3f10bf44db
commit 17cc9ab07f
5 changed files with 27 additions and 27 deletions

View File

@@ -9,12 +9,12 @@ pub mod erasure;
pub mod event;
pub mod event_processor;
pub mod hash;
pub mod historian;
pub mod ledger;
pub mod logger;
pub mod mint;
pub mod packet;
pub mod plan;
pub mod record_stage;
pub mod recorder;
pub mod request;
pub mod request_processor;