You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for pre 4844 blocks we continue using BeaconBlocksByRange
for post 4844 blocks:
if we need blocks and blobs we use BeaconBlocksByRange and BlobsSidecarsByRange (this could be done by let SyncSourceBatch handle blocks and blobs and check the consistency, having two different batch types seems more complicated)
if we need only blocks we continue using BeaconBlocksByRange
The text was updated successfully, but these errors were encountered:
Implement new sync logic PeerSync and BatchSync:
SyncSourceBatch
handle blocks and blobs and check the consistency, having two different batch types seems more complicated)The text was updated successfully, but these errors were encountered: