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

@@ -18,6 +18,7 @@ eth2_ssz = "0.1"
eth2_config = { path = "../eth2/utils/eth2_config" }
tree_hash = "0.1"
clap = "2.32.0"
lighthouse_bootstrap = { path = "../eth2/utils/lighthouse_bootstrap" }
grpcio = { version = "0.4", default-features = false, features = ["protobuf-codec"] }
protos = { path = "../protos" }
slot_clock = { path = "../eth2/utils/slot_clock" }