Add much more progress to new CLI setup

This commit is contained in:
Paul Hauner
2019-08-25 12:14:04 +10:00
parent 7fd7aa2cdb
commit 140c677a38
5 changed files with 214 additions and 81 deletions

View File

@@ -23,7 +23,7 @@ pub use beacon_chain::BeaconChainTypes;
pub use beacon_chain_types::ClientType;
pub use beacon_chain_types::InitialiseBeaconChain;
pub use bootstrapper::Bootstrapper;
pub use config::Config as ClientConfig;
pub use config::{BeaconChainStartMethod, Config as ClientConfig};
pub use eth2_config::Eth2Config;
/// Main beacon node client service. This provides the connection and initialisation of the clients