Adds bootnodes to chainspec. Handles type correctly

This commit is contained in:
Age Manning
2019-03-08 12:15:57 +11:00
parent c5a7c62d5d
commit 21032334ac
9 changed files with 49 additions and 13 deletions

View File

@@ -7,13 +7,11 @@ edition = "2018"
[dependencies]
beacon_chain = { path = "../beacon_chain" }
network = { path = "../network" }
libp2p = { path = "../libp2p" }
sync = { path = "../sync" }
db = { path = "../db" }
fork_choice = { path = "../../eth2/fork_choice" }
types = { path = "../../eth2/types" }
slot_clock = { path = "../../eth2/utils/slot_clock" }
error-chain = "0.12.0"
slog = "^2.2.3"
tokio = "0.1.15"