Implemented detailed state eqs in ef_tests

This commit is contained in:
Paul Hauner
2019-05-22 18:00:21 +10:00
parent 7a99654f89
commit b2666d700c
4 changed files with 73 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ fake_crypto = ["bls/fake_crypto"]
[dependencies]
bls = { path = "../../eth2/utils/bls" }
compare_fields = { path = "../../eth2/utils/compare_fields" }
ethereum-types = "0.5"
hex = "0.3"
rayon = "1.0"