Port eth1 tests to stable futures

This commit is contained in:
pawan
2020-03-01 00:14:53 +05:30
committed by Age Manning
parent 546713f5e1
commit bdf89513c6
2 changed files with 192 additions and 216 deletions

View File

@@ -9,10 +9,11 @@ eth1_test_rig = { path = "../../tests/eth1_test_rig" }
environment = { path = "../../lighthouse/environment" }
toml = "^0.5"
web3 = "0.8.0"
sloggers = "0.3.4"
[dependencies]
reqwest = "0.10"
futures = "0.3"
futures = {version = "0.3", features = ["compat"]}
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
hex = "0.3"