Skip to content
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

Allow dispute to be closed if trade has paid out #6015

Merged
merged 1 commit into from Feb 1, 2022
Merged

Allow dispute to be closed if trade has paid out #6015

merged 1 commit into from Feb 1, 2022

Conversation

ghost
Copy link

@ghost ghost commented Jan 31, 2022

Fixes #6008

If a dispute is closed by the mediator but the user's side does not receive that message, user is left with an open mediation ticket that they cannot close. This change allows the user to close it if the trade no longer has funds locked in. Possible scenarios are the mediation paid out or the funds went to arbitration.

During testing I encountered a separate existing bug where a self-closed dispute could automatically reopen. Made a fix to this so that the auto reopening logic additionally checks for an unread message count. The scenario being that the when the mediator reopens a ticket, the user is notified by a system generated chat message.

Copy link
Contributor

@ripcurlx ripcurlx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@ripcurlx ripcurlx added this to the v1.8.3 milestone Feb 1, 2022
@ripcurlx ripcurlx merged commit a038d3d into bisq-network:master Feb 1, 2022
@ghost ghost mentioned this pull request Feb 21, 2022
@pazza83
Copy link

pazza83 commented Mar 12, 2022

Tested this and it works well. Many thanks.

@ghost ghost deleted the fix_issue_6008 branch October 18, 2023 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow trader to self close mediation tickets when trade funds have been sent to donation address
2 participants