Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List unexecuted checkpoints by the Gateway actor #310

Closed
Tracked by #231
aakoshh opened this issue Aug 15, 2023 · 2 comments
Closed
Tracked by #231

List unexecuted checkpoints by the Gateway actor #310

aakoshh opened this issue Aug 15, 2023 · 2 comments
Assignees

Comments

@aakoshh
Copy link
Contributor

aakoshh commented Aug 15, 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.

@dnkolegov
Copy link
Contributor

Implemented here consensus-shipyard/ipc-solidity-actors#207

@aakoshh aakoshh closed this as completed Oct 2, 2023
@aakoshh aakoshh reopened this Oct 2, 2023
@aakoshh
Copy link
Contributor Author

aakoshh commented Oct 2, 2023

@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 aakoshh changed the title List pending checkpoints by the Gateway actor List relayed but unexecuted checkpoints by the Gateway actor Oct 2, 2023
@aakoshh aakoshh changed the title List relayed but unexecuted checkpoints by the Gateway actor List unexecuted checkpoints by the Gateway actor Oct 2, 2023
@jsoares jsoares transferred this issue from consensus-shipyard/fendermint Dec 19, 2023
@jsoares jsoares closed this as not planned Won't fix, can't repro, duplicate, stale Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants