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
@dnkolegov I believe this is slightly different from what has been added in #207. That one completed #299 that is, the retrieval of checkpoints that lack a quorum in the child subnet.
This one is different, this is about listing bottom-up checkpoints in the parent which we know about because they have been relayed from the child, but which haven't been executed yet, because they are waiting for CIDs to be resolved. This is a mechanism to support restarting nodes.
aakoshh
changed the title
List pending checkpoints by the Gateway actor
List relayed but unexecuted checkpoints by the Gateway actor
Oct 2, 2023
aakoshh
changed the title
List relayed but unexecuted checkpoints by the Gateway actor
List unexecuted checkpoints by the Gateway actor
Oct 2, 2023
To support #311 implement a method in the Gateway actor which we can use to retrieve checkpoints which have been relayed, but not yet executed.
The text was updated successfully, but these errors were encountered: