mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Keep execution payload during historical backfill when prune-payloads set to false (#6766)
- #6510 - Keep execution payload during historical backfill when `--prune-payloads false` is set - Add a field in the historical backfill debug log to indicate if execution payload is kept - Add a test to check historical blocks has execution payload when `--prune-payloads false is set - Very minor typo correction that I notice when working on this
This commit is contained in:
@@ -516,7 +516,7 @@ impl<E: EthSpec, Hot: ItemStore<E>, Cold: ItemStore<E>> HotColdDB<E, Hot, Cold>
|
||||
.ok_or(Error::AddPayloadLogicError)
|
||||
}
|
||||
|
||||
/// Prepare a signed beacon block for storage in the datbase *without* its payload.
|
||||
/// Prepare a signed beacon block for storage in the database *without* its payload.
|
||||
pub fn blinded_block_as_kv_store_ops(
|
||||
&self,
|
||||
key: &Hash256,
|
||||
|
||||
Reference in New Issue
Block a user