Add first test

This commit is contained in:
Paul Hauner
2021-09-24 14:04:38 +10:00
parent 31ad3239d4
commit 9e7b4327f1
5 changed files with 249 additions and 3 deletions

View File

@@ -17,3 +17,7 @@ eth2_serde_utils = { path = "../../consensus/serde_utils" }
serde_json = "1.0.58"
serde = { version = "1.0.116", features = ["derive"] }
eth1 = { path = "../eth1" }
warp = { git = "https://github.com/paulhauner/warp ", branch = "cors-wildcard" }
warp_utils = { path = "../../common/warp_utils" }
environment = { path = "../../lighthouse/environment" }
bytes = "1.1.0"