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
Currenlty verify_kzg_for_rpc_blocks does not verify the sidecars of blocks outside the DA window. However, the RpcBlocks STILL carry this sidecars. We may end up importing them anyway. Eventually this sidecars will be pruned, but I find it weird to have to handle this edge case inside verify_kzg_for_rpc_blocks. If it's for efficiency purposes only shouldn't have much effect. And it feels like the role of sync to not fetch data outside the da_window anyway
The text was updated successfully, but these errors were encountered:
Currenlty
verify_kzg_for_rpc_blocks
does not verify the sidecars of blocks outside the DA window. However, the RpcBlocks STILL carry this sidecars. We may end up importing them anyway. Eventually this sidecars will be pruned, but I find it weird to have to handle this edge case insideverify_kzg_for_rpc_blocks
. If it's for efficiency purposes only shouldn't have much effect. And it feels like the role of sync to not fetch data outside the da_window anywayThe text was updated successfully, but these errors were encountered: