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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: