Port eth1_test_rig to stable futures

This commit is contained in:
pawan
2020-02-29 23:31:19 +05:30
committed by Age Manning
parent a984772475
commit 546713f5e1
3 changed files with 91 additions and 107 deletions

View File

@@ -6,8 +6,8 @@ edition = "2018"
[dependencies]
web3 = "0.8.0"
tokio = "0.1.22"
futures = "0.1.25"
tokio = { version = "0.2", features = ["time"] }
futures = { version = "0.3", features = ["compat"] }
types = { path = "../../eth2/types"}
serde_json = "1.0"
deposit_contract = { path = "../../eth2/utils/deposit_contract"}