Add unfinished progress on BeaconChain struct

This commit is contained in:
Paul Hauner
2018-10-23 13:16:26 +02:00
parent a40b49d586
commit a34266de0a
6 changed files with 343 additions and 90 deletions

View File

@@ -5,6 +5,9 @@ authors = ["Paul Hauner <paul@paulhauner.com>"]
[dependencies]
bls = { path = "../utils/bls" }
db = { path = "../../lighthouse/db" }
ssz_helpers = { path = "../utils/ssz_helpers" }
types = { path = "../types" }
validation = { path = "../validation" }
validator_induction = { path = "../validator_induction" }
validator_shuffling = { path = "../validator_shuffling" }