Store orphan block roots

This commit is contained in:
Emilia Hane
2023-01-14 17:18:55 +01:00
parent c7f53a9062
commit 8752deeced
3 changed files with 13 additions and 0 deletions

View File

@@ -573,6 +573,7 @@ impl<E: EthSpec, Hot: ItemStore<E>, Cold: ItemStore<E>> BackgroundMigrator<E, Ho
StoreOp::DeleteBlock(block_root),
StoreOp::DeleteExecutionPayload(block_root),
StoreOp::DeleteBlobs(block_root),
StoreOp::PutOrphanedBlobs(block_root),
]
})
.chain(