mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 22:34:45 +00:00
Port eth1 tests to stable futures
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user