[bisq-network/bisq] Bitcoin Core v22 deprecated addresses is not handled (Issue #6119)

softsimon notifications at github.com
Thu Mar 24 14:38:02 CET 2022


### Description
Since Bitcoin Core v22, the Bitcoin API has changed the format of how addresses are returned. So since v22 `deprecatedrpc=addresses` is required to get the old format and in v23 it's removed completely.

Bisq does not seem to handle this transition which breaks the Bisq block explorer if upgrading to the latest versions as addresses are not visible.

### Steps to reproduce
Run Bitcoin Core v22 or later with default settings.
Latest Bisq version v1.8.4

### Expected behaviour
The `address` field should be present

<img width="566" alt="Screen Shot 2022-03-24 at 17 35 38" src="https://user-images.githubusercontent.com/8561090/159927899-e5768e54-9671-4ecb-a4e3-95130cceecb0.png">

### Actual behaviour

`address` is now missing in the JSON data that is dumped.

<img width="792" alt="Screen Shot 2022-03-24 at 17 33 57" src="https://user-images.githubusercontent.com/8561090/159927601-59ca7ced-2483-437e-8701-cd9179df8d51.png">



-- 
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/6119
You are receiving this because you are subscribed to this thread.

Message ID: <bisq-network/bisq/issues/6119 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20220324/1543a0df/attachment-0001.htm>


More information about the bisq-github mailing list