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
During the "Draft Keepers" phase of a Dispute, I clicked the button to trigger the transaction while the term timer was at zero and my transaction failed. This is expected behaviour, but I would expect that there would be a visual cue aside from the failed transaction that would indicate that I need to submit a transaction to start a new term.
The text was updated successfully, but these errors were encountered:
Seems that the term got out of sync at the time you had the side panel opened to make the transaction
Celeste has a mechanism for prompting you to transition the term of Celeste before submitting your main transaction if needed.
In this case this happened because the transaction queue is created before opening the panel. So the transaction to transition the term of Celeste wasn't added to the tx queue.
In production this will be a really rare case since term duration is 8 hours. Though i will find a way to add that tx even when the tx queue was already created.
During the "Draft Keepers" phase of a Dispute, I clicked the button to trigger the transaction while the term timer was at zero and my transaction failed. This is expected behaviour, but I would expect that there would be a visual cue aside from the failed transaction that would indicate that I need to submit a transaction to start a new term.
The text was updated successfully, but these errors were encountered: