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 the component starts, ask the IPC Gateway actor for any outstanding checkpoints, ones which have been relayed, but not executed yet (so, rewards are pending), and resume their resolution. This way if the node is restarted, we don't get stuck never proposing relayed checkpoints.
The text was updated successfully, but these errors were encountered:
Implement a background task that picks up bottom-up checkpoints added to the resolution pool in #313 and uses the https://github.com/consensus-shipyard/ipc-ipld-resolver to fetch the data from the subnet. Once it's available, mark the checkpoint as available in the pool.
When the component starts, ask the IPC Gateway actor for any outstanding checkpoints, ones which have been relayed, but not executed yet (so, rewards are pending), and resume their resolution. This way if the node is restarted, we don't get stuck never proposing relayed checkpoints.
The text was updated successfully, but these errors were encountered: