mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
Offloading KZG Proof Computation from the beacon node (#7117)
Addresses #7108 - Add EL integration for `getPayloadV5` and `getBlobsV2` - Offload proof computation and use proofs from EL RPC APIs
This commit is contained in:
@@ -132,7 +132,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
|
||||
AvailableBlockData::Blobs(..) => {
|
||||
new_oldest_blob_slot = Some(block.slot());
|
||||
}
|
||||
AvailableBlockData::DataColumns(_) | AvailableBlockData::DataColumnsRecv(_) => {
|
||||
AvailableBlockData::DataColumns(_) => {
|
||||
new_oldest_data_column_slot = Some(block.slot());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user