mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 17:26:04 +00:00
Fix genesis state download panic when running in debug mode (#4753)
## Issue Addressed #4738 ## Proposed Changes See the above issue for details. Went with option #2 to use the async reqwest client in `Eth2NetworkConfig` and propagate the async-ness.
This commit is contained in:
@@ -12,6 +12,7 @@ eth2_config = { path = "../eth2_config" }
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.1.0"
|
||||
tokio = "1.14.0"
|
||||
|
||||
[dependencies]
|
||||
serde_yaml = "0.8.13"
|
||||
@@ -26,3 +27,5 @@ url = "2.2.2"
|
||||
sensitive_url = { path = "../sensitive_url" }
|
||||
slog = "2.5.2"
|
||||
logging = { path = "../logging" }
|
||||
futures = "0.3.7"
|
||||
bytes = "1.1.0"
|
||||
Reference in New Issue
Block a user