Merge branch 'some-blob-reprocessing-work' of https://github.com/realbigsean/lighthouse into devnet6

This commit is contained in:
realbigsean
2023-06-07 14:49:33 -04:00
77 changed files with 1877 additions and 1315 deletions

View File

@@ -465,7 +465,7 @@ impl<T: EthSpec> ExecutionLayer<T> {
/// Attempt to retrieve a full payload from the payload cache by the payload root
pub fn get_payload_by_root(&self, root: &Hash256) -> Option<ExecutionPayload<T>> {
self.inner.payload_cache.pop(root)
self.inner.payload_cache.get(root)
}
pub fn executor(&self) -> &TaskExecutor {