-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Trades with a mediated payout end up in failed trades #3727
Comments
Fixed with #3726 |
Thanks for splitting this out. It will be easier to verify the fix since they aren't related. |
I was able to confirm the repro on this bug of 5fa88cc. I was also able to verify it was fixed on c2e8806. I did notice that this is more than just a UI bug. If this bug occurs the trade is marked FAILED even after the software is updated. Is that the intended behavior, @chimp1984? |
You mean that past trades which ended up in the failed trades list are not reverted to closed trades after the update? |
Correct. Past failed trades are not "fixed" and turned into closed trades. I just wanted to verify that the bug was more than just a UI issue and that state exists that would persist previously failed trades. It sounds like that was the case so the fix is working as intended. |
@chimp1984 @ripcurlx This should be reopened. It just happened again when testing 5880ad9 I ran the I'll see if I can get a quicker repro, but here is the data. No logs... dir moved from localnet to .localnet underneath me and didn't realize. If I get another repro I'll add them. |
If a trades gets payed out via a mediated payout the trade will be moved to failed trades after a restart. This happens with payout to both traders as well as with payout to only 1 trader.
The text was updated successfully, but these errors were encountered: