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
The logic in #5655 delays blobs for processing until we've processed a corresponding block in order to allow that to trigger an unknown parent lookup. This can be adjusted if unknown parent lookups can be triggered by RPC blobs.
Add the following checks to RPC blob processing:
parent block is known
slot is not in the future
The text was updated successfully, but these errors were encountered:
Description
The logic in #5655 delays blobs for processing until we've processed a corresponding block in order to allow that to trigger an unknown parent lookup. This can be adjusted if unknown parent lookups can be triggered by RPC blobs.
Add the following checks to RPC blob processing:
The text was updated successfully, but these errors were encountered: