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
We have a few streams of work going on in parallel here so I'm hoping to just concretely split up the tasks to make sure features aren't duplicated and so people know who to reach out to
creating a new "observed cache" to filter duplicates
from Pawan:
The observed cache has a few more duties than the attestation and sync committee ones
the cache contains incomplete components of a fully available block (i.e AvailabilityPendingBlock + 4 blobs). Once we get all the components, we essentially go from the AvailabilityPendingBlock to an AvailableBlock which we can process in fork choice
create a blob reprocessing flow
make the block reprocessing flow dependent on blobs
new gossip validation conditions for singular blobs
Description
We have a few streams of work going on in parallel here so I'm hoping to just concretely split up the tasks to make sure features aren't duplicated and so people know who to reach out to
Spec PR: ethereum/consensus-specs#3244
The text was updated successfully, but these errors were encountered: