Reprocess an ExecutedBlock on unavailable blobs

This commit is contained in:
Pawan Dhananjay
2023-03-17 21:30:14 +05:30
parent 05db0d2ba3
commit acd36ccaa6
8 changed files with 320 additions and 33 deletions

View File

@@ -41,7 +41,7 @@ num_cpus = "1.13.0"
lru_cache = { path = "../../common/lru_cache" }
if-addrs = "0.6.4"
strum = "0.24.0"
tokio-util = { version = "0.6.3", features = ["time"] }
tokio-util = { version = "0.7.7", features = ["time"] }
derivative = "2.2.0"
delay_map = "0.1.1"
ethereum-types = { version = "0.14.1", optional = true }