Add fork choice testing

This commit is contained in:
Paul Hauner
2020-01-13 16:34:02 +11:00
parent 8f72c09862
commit c9274813d8
4 changed files with 230 additions and 68 deletions

View File

@@ -6,7 +6,6 @@ edition = "2018"
[dependencies]
parking_lot = "0.9.0"
store = { path = "../../beacon_node/store" }
types = { path = "../types" }
itertools = "0.8.1"
eth2_ssz = "0.1.2"