Move bootstrapper into own crate

This commit is contained in:
Paul Hauner
2019-09-01 19:32:57 +10:00
parent 14ea6f7710
commit 543e9457b7
10 changed files with 21 additions and 217 deletions

View File

@@ -1,6 +1,6 @@
use super::bootstrapper::Bootstrapper;
use crate::{BeaconChain, BeaconChainTypes};
use eth2_hashing::hash;
use lighthouse_bootstrap::Bootstrapper;
use merkle_proof::MerkleTree;
use rayon::prelude::*;
use slog::Logger;