make sure blobs are sent for processing after stream termination, delete copied tests

This commit is contained in:
realbigsean
2023-05-03 12:02:02 -04:00
parent f5facd603e
commit a0f6159cae
4 changed files with 93 additions and 800 deletions

View File

@@ -681,8 +681,7 @@ impl<T: BeaconChainTypes> BlockLookups<T> {
}
}
Ok(None) => {
// Request finished successfully, nothing else to do. It will be removed after the
// processing result arrives.
// Waiting for more blobs to arrive
self.parent_lookups.push(parent_lookup);
}
Err(e) => match e {