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,7 +1,7 @@
use beacon_chain::Bootstrapper;
use clap::ArgMatches;
use client::{BeaconChainStartMethod, ClientConfig, Eth2Config};
use eth2_config::{read_from_file, write_to_file};
use lighthouse_bootstrap::Bootstrapper;
use rand::{distributions::Alphanumeric, Rng};
use slog::{crit, info, warn, Logger};
use std::fs;