Add genesis tests pre modifying the beancon structs

This commit is contained in:
Kirk Baird
2019-01-14 16:32:55 +11:00
parent 67a153bf4f
commit d12b5249e0
3 changed files with 159 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ edition = "2018"
[dependencies]
bls = { path = "../utils/bls" }
bls-aggregates = { git = "https://github.com/sigp/signature-schemes" }
spec = { path = "../spec" }
ssz = { path = "../utils/ssz" }
types = { path = "../types" }