-
Notifications
You must be signed in to change notification settings - Fork 88
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
Commits vs. rollbacks #784
Comments
My node logs: |
A reconstruction of the events according to my logs:
We would have expected that arnaud's node does post a collect com after seeing his commit, even in presence of the rollback in between. Unfortunately we do not have the logs anymore of arnaud's log. A concrete step forward could be to change the |
Aborting was not possible for me as my node sees my own commit as pending still:
And the validator prevents this as I already committed on chain:
|
We have found the culprit:
|
Context & versions
When opening a head today we saw a rollback going exactly onto a commit tx and then we remained with some commits pending and nobody tried a collect com transaction.
Issue is now to collect logs.
Steps to reproduce
Maybe hard, but do some commits and have a rollback in between them?
Actual behavior
Head is not getting opened because no collect transaction is posted.
Expected behavior
The head to open normally, even if we see a rollback and forward of commit transactions.
The text was updated successfully, but these errors were encountered: