Retry rather than saving file to disk

This commit is contained in:
Paul Hauner
2022-08-25 09:40:01 +10:00
parent 40b1619317
commit 05bafee5a8
2 changed files with 77 additions and 56 deletions

View File

@@ -21,10 +21,10 @@ eth2_serde_utils = "0.1.1"
tree_hash = "0.4.1"
eth2 = { path = "../common/eth2", features = ["lighthouse"]}
hex = "0.4.2"
tokio = { version = "1.14.0", features = ["time", "rt-multi-thread", "macros"] }
[dev-dependencies]
tempfile = "3.1.0"
tokio = { version = "1.14.0", features = ["time", "rt-multi-thread", "macros"] }
regex = "1.6.0"
eth2_network_config = { path = "../common/eth2_network_config" }
validator_client = { path = "../validator_client" }