[bisq-network/bisq] Fix trade protocol check for refund agent ticket close (#4615)

chimp1984 notifications at github.com
Sat Oct 10 20:56:32 UTC 2020


When a refund agent closes a case we have checked that the trade protocol is the same between offer and refund agent.

This would fail once we update trade protocol version when we release segwit. So this fixes that as it only checks if the version is not the old version (1) where refund agents have not been part of the system.
Also checks for legacy arbitrator that it only can be used for version 1 cases. Not tested and not assumed that this code will be executed as old arbitrators would use the old app in case they need to still work on a old case.

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

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

-- Commit Summary --

  * When a refund agent closes a case we have checked that the trade protocol is the same between offer and refund agent.

-- File Changes --

    M desktop/src/main/java/bisq/desktop/main/support/dispute/DisputeView.java (11)
    M desktop/src/main/java/bisq/desktop/main/support/dispute/agent/arbitration/ArbitratorView.java (15)
    M desktop/src/main/java/bisq/desktop/main/support/dispute/agent/mediation/MediatorView.java (3)
    M desktop/src/main/java/bisq/desktop/main/support/dispute/agent/refund/RefundAgentView.java (13)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/4615.patch
https://github.com/bisq-network/bisq/pull/4615.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/4615
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201010/4e916ff4/attachment-0001.html>


More information about the bisq-github mailing list