-
Notifications
You must be signed in to change notification settings - Fork 3
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
Sequencer failed to send the transaction to the da layer #222
Comments
I think the error message is wrong. Inside it says it couldn't find diff for ledger hash. |
Oh right, the error message is correct, my assumption with connection issue was wrong. The message came from node, so connection was fine. My guess is that the sequencer applied the transaction and just before it was able to send transaction to da, it crashed. There is a queue of transactions to be sent to the da layer, because the order is important and we can't wait with the mask application until the transaction has been sent. |
No, it says |
There's no connection issue. |
Fix: Store the state of the da queue of diffs and on restart requeue them. |
Error log:
The text was updated successfully, but these errors were encountered: