Unify common metric fns into a crate

This commit is contained in:
Paul Hauner
2019-08-11 15:34:10 +10:00
parent 36ff115b04
commit 2108895fca
7 changed files with 83 additions and 58 deletions

View File

@@ -1,6 +1,4 @@
#[macro_use]
extern crate prometheus;
#[macro_use]
extern crate lazy_static;
mod beacon_chain;
@@ -18,7 +16,6 @@ pub use self::beacon_chain::{
pub use self::checkpoint::CheckPoint;
pub use self::errors::{BeaconChainError, BlockProductionError};
pub use lmd_ghost;
pub use metrics::gather_metrics;
pub use parking_lot;
pub use slot_clock;
pub use state_processing::per_block_processing::errors::{