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
When you fetch information about orphaned block, then it shows information about previous block,
For example, if you do following request: /eth/v1/beacon/blocks/57223, system will return information about slot 57222
Description
When you fetch information about orphaned block, then it shows information about previous block,
For example, if you do following request:
/eth/v1/beacon/blocks/57223
, system will return information about slot57222
Same happens for "missed" blocks, for example, query
/eth/v1/beacon/blocks/123
returns slot 122However, this works fine for normal, existing blocks.
Expected Behaviour
Return "missed" or "orphaned" information about slot.
The text was updated successfully, but these errors were encountered: