JoinMarket-Org/joinmarket-clientserver

Joinmarket depends on openssl 1.1.x through `python-bitcointx`

Closed this issue · 4 comments

jmbitcoin requires python-bitcointx 1.1.3 which requires openssl 1.1.x.

openssl 1.1.x has reached EOL on 2023-09-11 (https://www.openssl.org/blog/blog/2023/03/28/1.1.1-EOL). This may be a security issue.

Newer, unreleased versions of python-bitcointx run without openssl.

Newer, unreleased versions of python-bitcointx run without openssl.

New release of python-bitcointx waits on user feedback, see Simplexum/python-bitcointx#75 (there is link to branch in conversation) and #1515. Testing these and giving feedback would help.

@erikarvstedt #1515 is likely soon to be merged, should solve this. Testing / review would not hurt.

Ah cool, 1.1.4 is released now ( https://github.com/Simplexum/python-bitcointx/releases/tag/python-bitcointx-v1.1.4 ).

Also this means we can use the full taproot support (except maybe PSBT stuff? not sure, need to check). Just for future reference.

Ah cool, 1.1.4 is released now ( https://github.com/Simplexum/python-bitcointx/releases/tag/python-bitcointx-v1.1.4 ).

Also this means we can use the full taproot support (except maybe PSBT stuff? not sure, need to check). Just for future reference.

Yes, #1515 (comment), need to review / test that PR.