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
While testing for #252, I noticed that my test failed due to the pending task not having any way of being reassigned, as there were no verifiers left. This doesn't seem to be a problem in any of the other timeout tests, which seems like a bug to me - those tasks still should be handed off, but they apparently just kind of disappear.
The drop_participant logic should be updated so that all verifier tasks are handed off properly.
The text was updated successfully, but these errors were encountered:
More generally we should test what happens when verifiers are dropped from the ceremony at least in the integration tests, and ensure that it doesn't stall
While testing for #252, I noticed that my test failed due to the pending task not having any way of being reassigned, as there were no verifiers left. This doesn't seem to be a problem in any of the other timeout tests, which seems like a bug to me - those tasks still should be handed off, but they apparently just kind of disappear.
The
drop_participant
logic should be updated so that all verifier tasks are handed off properly.The text was updated successfully, but these errors were encountered: