Start testing

This commit is contained in:
Paul Hauner
2020-01-13 13:21:26 +11:00
parent 120bcfa46b
commit 899e8c74ef
4 changed files with 159 additions and 36 deletions

View File

@@ -11,14 +11,3 @@ types = { path = "../types" }
itertools = "0.8.1"
eth2_ssz = "0.1.2"
eth2_ssz_derive = "0.1.0"
[dev-dependencies]
criterion = "0.3.0"
hex = "0.3"
yaml-rust = "0.4.3"
bls = { path = "../utils/bls" }
slot_clock = { path = "../utils/slot_clock" }
beacon_chain = { path = "../../beacon_node/beacon_chain" }
env_logger = "0.7.1"
lazy_static = "1.4.0"
rand = "0.7.2"