[bisq-network/bisq] Unfail with reattach (#4157)

sqrrm notifications at github.com
Fri Apr 10 14:45:33 UTC 2020


Unfail trades from failed tab with ctrl+y

A check is done if the trade can be unfailed, first by checking that it has the required txs (deposittx and delayedpayouttx) and that the addresses needed are available. If they are the trade is moved to pending trades and the addresses tagged appropriately to allow for mediation or normal completion of the trade.

You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/4157

-- Commit Summary --

  * Add shortcut to move failed trade to pending trades
  * Reattach addresses when unfailing trade
  * Don't unfail if deposit or delayedpayout txs are missing

-- File Changes --

    M core/src/main/java/bisq/core/btc/wallet/BtcWalletService.java (7)
    M core/src/main/java/bisq/core/trade/TradeManager.java (62)
    A core/src/main/java/bisq/core/trade/TradeUtils.java (79)
    M core/src/main/java/bisq/core/trade/failed/FailedTradesManager.java (34)
    M core/src/main/resources/i18n/displayStrings.properties (7)
    M desktop/src/main/java/bisq/desktop/main/portfolio/failedtrades/FailedTradesDataModel.java (7)
    M desktop/src/main/java/bisq/desktop/main/portfolio/failedtrades/FailedTradesView.java (57)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/4157.patch
https://github.com/bisq-network/bisq/pull/4157.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/4157
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200410/2db0af27/attachment.html>


More information about the bisq-github mailing list