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
Would this be an issue if we persisted the event stream of the node? then we could simply restart the node at the chain point corresponding to the last observed tx and that's it
Why
As we do persist the
chainstate
now, we can miss relevant transactions on the L1 quite easily.For example, our node thinks the head is open, we stop it for some maintenance and while doing so, somebody else closes the head.
In this example, today, we would still assume the head is open, even though we missed the
close
transaction.What
We need to ensure to start synchronizing with the L1 from the last persisted point in our
chainstate
.The text was updated successfully, but these errors were encountered: