ghost43
ghost43
- re android build: - bumps OpenSSL 1.1.1w -> 3.0.18 - the 1.1.1 branch has been EOL since 2023-09 - the 3.0 branch is supported until 2026-09 - replaces `cryptography`...
Before upgrading `dnspython` to 2.0 in #6828, we have supported both `pycryptodomex` and `cryptography` as crypto backends. We use `dnspython` for DNSSEC, and also some other things. The DNSSEC part...
We should rebase our fork of python-for-android. We are stuck on old versions of python (3.10) and openssl (1.1, already EOL). Relatedly, we should also update Qt (from 6.4). And...
If RHASH is in lnworker.dont_settle_htlcs, we should not reveal the preimage. But also, we should not disregard the htlc either. lnwatcher needs to keep waiting until either the user cancels/settles...
- WalletDB: add more asserts to {add,get}|_verified_tx - to fail early before writing to and right after reading from db - wallet: change adb_added_verified_tx evt API, passthrough txminedinfo - call...