Implement the majority of per-epoch processing

This commit is contained in:
Paul Hauner
2019-01-26 14:50:56 +11:00
parent eb77fb75b7
commit 7ee836d118
8 changed files with 959 additions and 29 deletions

View File

@@ -9,6 +9,7 @@ bls = { path = "../utils/bls" }
boolean-bitfield = { path = "../utils/boolean-bitfield" }
ethereum-types = "0.4.0"
hashing = { path = "../utils/hashing" }
integer-sqrt = "0.1"
rand = "0.5.5"
serde = "1.0"
serde_derive = "1.0"