Update epoch processing to v0.2.0

This commit is contained in:
Paul Hauner
2019-02-12 08:58:20 +11:00
parent c1f8c85ce9
commit ff2025ec5c
6 changed files with 176 additions and 128 deletions

View File

@@ -6,6 +6,7 @@ edition = "2018"
[dependencies]
hashing = { path = "../utils/hashing" }
integer-sqrt = "0.1"
log = "0.4"
ssz = { path = "../utils/ssz" }
types = { path = "../types" }