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

3
Cargo.lock generated
View File

@@ -5094,7 +5094,7 @@ dependencies = [
"task_executor",
"tokio",
"tokio-stream",
"tokio-util 0.6.10",
"tokio-util 0.7.7",
"types",
]
@@ -8021,6 +8021,7 @@ dependencies = [
"futures-io",
"futures-sink",
"pin-project-lite 0.2.9",
"slab",
"tokio",
"tracing",
]