Introduce un-tested BeaconState genesis code.

This commit is contained in:
Paul Hauner
2018-12-12 18:36:12 +11:00
parent 56dc73fbd1
commit bf49c881d5
3 changed files with 67 additions and 13 deletions

View File

@@ -7,6 +7,7 @@ authors = ["Paul Hauner <paul@paulhauner.com>"]
bls = { path = "../utils/bls" }
db = { path = "../../lighthouse/db" }
naive_fork_choice = { path = "../naive_fork_choice" }
spec = { path = "../spec" }
ssz = { path = "../utils/ssz" }
ssz_helpers = { path = "../utils/ssz_helpers" }
state-transition = { path = "../state-transition" }