ghost43
ghost43
To be even more clear, I mean this issue is about `electrum/gui/qt`, the QtWidgets GUI. So I do not mean running the `electrum/gui/qml` GUI on desktop as part of development....
Yes, I agree. Looks like it's better to wait for now.
Note: https://github.com/spesmilo/electrum/pull/8560 is introducing `gui/common_qt/`, which is used by both `gui/qt/` and `gui/qml/`. `common_qt` makes it difficult to use different Qt versions in the qml and qt guis. Note: the...
interesting that all reports are from python 3.11
> Another odd thing is that the wallet file shows its creation under the file properties to be 5 hours after I actually created it yesterday. The file creation timestamp...
We used to have this in kivy a long time ago, but it broke around Android 10 when the OS tightened access to the file system. see e.g. https://github.com/spesmilo/electrum/issues/6774 and...
Some notes while contemplating this: - lightning uses bip69(+cltv) order for a lot of txs - by default the APIs in transaction.py sort according to bip69 (tx.from_io, tx.add_inputs, tx.add_outputs) -...
How does this help with the HTLC txs? You still need to bring your own utxo - or are you assuming using the old `option_anchor_outputs` instead of `option_anchors_zero_fee_htlc_tx`? (If so,...
Alternatively you can just downgrade bitstring for now.
The fix from master (https://github.com/spesmilo/electrum/pull/9020) is now backported to the 4.5.x branch as https://github.com/spesmilo/electrum/commit/c9ed717beaeefe0ee639fc2ca0b202f0d7a8727b.