[bisq-network/bisq] Avoid that outdated donation and fee addresses are used. (PR #5764)

chimp1984 notifications at github.com
Mon Oct 18 22:18:29 CEST 2021


Fixes https://github.com/bisq-network/bisq/issues/5762

In case we get an outdated donation address (RECIPIENT_BTC_ADDRESS)
we trigger a dao resync. The user get a popup for doing a restart
in that case.
For the fee address selection we do not fall back to the
RECIPIENT_BTC_ADDRESS in case no address from filter is provided
but we use the hard coded address of the current fee receiver address.

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

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

-- Commit Summary --

  * <a href="https://github.com/bisq-network/bisq/pull/5764/commits/621d9956837f5ace7a37d43b8db08a8cd19f736b">Fixes https://github.com/bisq-network/bisq/issues/5762</a>

-- File Changes --

    M core/src/main/java/bisq/core/dao/state/DaoStateSnapshotService.java (19)
    M core/src/main/java/bisq/core/offer/placeoffer/tasks/CreateMakerFeeTx.java (2)
    A core/src/main/java/bisq/core/trade/DelayedPayoutAddressProvider.java (47)
    M core/src/main/java/bisq/core/trade/protocol/tasks/seller/SellerCreatesDelayedPayoutTx.java (4)
    M core/src/main/java/bisq/core/trade/protocol/tasks/taker/CreateTakerFeeTx.java (2)
    M core/src/main/java/bisq/core/util/FeeReceiverSelector.java (16)
    M core/src/test/java/bisq/core/dao/state/DaoStateSnapshotServiceTest.java (3)
    M core/src/test/java/bisq/core/util/FeeReceiverSelectorTest.java (22)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/5764.patch
https://github.com/bisq-network/bisq/pull/5764.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/5764
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20211018/b51bb067/attachment.htm>


More information about the bisq-github mailing list