Open MartinOndejka opened 1 week ago
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 ("Could not send query to da node after 1 tries. The process may not be running, please check the daemon-argument"
, but that's not what it says inside.
There's no connection issue.
Fix: Store the state of the da queue of diffs and on restart requeue them.
Error log: