This commit is contained in:
Eitan Seri-Levi
2026-01-02 16:51:44 -06:00
parent b52236a81f
commit ebd524d816
6 changed files with 17 additions and 20 deletions

View File

@@ -42,8 +42,9 @@ use types::{
Attestation, AttestationData, AttestationRef, AttesterSlashing, BlobSidecar, DataColumnSidecar,
DataColumnSubnetId, EthSpec, Hash256, IndexedAttestation, LightClientFinalityUpdate,
LightClientOptimisticUpdate, ProposerSlashing, SignedAggregateAndProof, SignedBeaconBlock,
SignedBlsToExecutionChange, SignedContributionAndProof, SignedVoluntaryExit, SingleAttestation,
Slot, SubnetId, SyncCommitteeMessage, SyncSubnetId, beacon_block::BlockImportSource, SignedInclusionList
SignedBlsToExecutionChange, SignedContributionAndProof, SignedInclusionList,
SignedVoluntaryExit, SingleAttestation, Slot, SubnetId, SyncCommitteeMessage, SyncSubnetId,
beacon_block::BlockImportSource,
};
use beacon_processor::work_reprocessing_queue::QueuedColumnReconstruction;