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
The Adjudicator.Withdraw functionality waits for a dispute to be over before it concludes the channel state. This is tested for no-app channels. However, if a channel has an app, the dispute period is prolonged and the function must wait for an additional challenge duration before it can settle the channel state. No current test covers that case.
Proposal
Add a test case where the withdraw functionality is tested for app channels in case of a dispute.
The text was updated successfully, but these errors were encountered:
Location
client
Problem
The
Adjudicator.Withdraw
functionality waits for a dispute to be over before it concludes the channel state. This is tested for no-app channels. However, if a channel has an app, the dispute period is prolonged and the function must wait for an additional challenge duration before it can settle the channel state. No current test covers that case.Proposal
Add a test case where the withdraw functionality is tested for app channels in case of a dispute.
The text was updated successfully, but these errors were encountered: