Sketch out BeaconChain struct

This commit is contained in:
Paul Hauner
2018-10-22 02:18:35 +11:00
parent 5d85c62f6e
commit d2c41977cc
4 changed files with 260 additions and 115 deletions

View File

@@ -4,6 +4,7 @@ version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
[dependencies]
bls = { path = "../utils/bls" }
types = { path = "../types" }
validator_induction = { path = "../validator_induction" }
validator_shuffling = { path = "../validator_shuffling" }