Pass test vectors

This commit is contained in:
Paul Hauner
2022-08-18 16:14:22 +10:00
parent 79b5c6f714
commit 3bab10bb68
5 changed files with 247 additions and 27 deletions

View File

@@ -20,7 +20,10 @@ serde_json = "1.0.58"
eth2_serde_utils = "0.1.1"
tree_hash = "0.4.1"
eth2 = { path = "../common/eth2", features = ["lighthouse"]}
hex = "0.4.2"
[dev-dependencies]
tempfile = "3.1.0"
tokio = { version = "1.14.0", features = ["time", "rt-multi-thread", "macros"] }
regex = "1.6.0"
eth2_network_config = { path = "../common/eth2_network_config" }