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 user to initiate arbitration once locktime has expired #5681

Merged
merged 1 commit into from Sep 6, 2021
Merged

Allow user to initiate arbitration once locktime has expired #5681

merged 1 commit into from Sep 6, 2021

Conversation

ghost
Copy link

@ghost ghost commented Sep 1, 2021

Problem description:

Normal sequence of events is user opens mediation, mediation completes and then user has option to open arbitration once locktime has expired. In the unusual cases, users might not be able to open mediation, or mediation might not close (as described in #4101). When that happens, arbitration cannot be initiated.

Ruleset for opening mediation or arbitration

CTRL-O opens a mediation ticket when either:

  • trade is not in dispute,
  • mediation has been initiated and the locktime has not expired.

else CTRL-O opens an arbitration ticket when either:

  • trade mediation has closed,
  • mediation result was rejected,
  • locktime has expired.

To accomodate the fact that users may need to open arbitration manually, this change allows it upon locktime expiry.

Closes #4101

@ripcurlx ripcurlx added this to the v1.7.4 milestone Sep 6, 2021
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

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 for opening of arbitration after a certain time
1 participant