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

Relayer capture signed checkpoint event and relay it to parent subnet #300

Closed
aakoshh opened this issue Sep 7, 2023 · 1 comment
Closed
Assignees

Comments

@aakoshh
Copy link
Contributor

aakoshh commented Sep 7, 2023

As a Relayer, I want to handle the events I receive in #301 by sending the signed checkpoint to the parent subnet.

The relayer should also send the cross messages along with the checkpoint if the parent is Lotus. If it was Fendermint, it would only have to relay the CID, no need for full-fat message.

@adlrocha
Copy link
Contributor

adlrocha commented Oct 17, 2023

Implemented in consensus-shipyard/ipc-libs#338 through polling instead of through an event listener. I let @cryptoAtwill decide if he wants to close #301 if he thinks there's no need for event listening. I personally think polling is fine as long as the polling interval is set according to the checkpoint period of the child subnet.

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

4 participants