ghost43
ghost43
In the past we decided not to put a timestamp into the stderr logs to have shorter log lines (to save column width in a terminal). However over time I...
I am trying to build [Electrum](https://github.com/spesmilo/electrum) with p4a master, and due to https://github.com/kivy/python-for-android/pull/1720 / https://github.com/kivy/python-for-android/commit/abb4703150c5eec2fe2eddbfd0b5b57eca56d7bc I am getting an error. Electrum uses `x.y.z` version numbers in general; but for the...
This is useful for the following threat-model: > The randomness generated by the CPU/OS is assumed weak, but otherwise the user trusts the CPU/OS to execute code as-is. > The...
I think this logic should be encapsulated in the wallet. Looks like the extra guards were added in https://github.com/spesmilo/electrum/commit/84cb210e7eed547f28bbd4e948500547fd01213e (except for `can_save_as_local` -- added in https://github.com/spesmilo/electrum/commit/9cb8dea3435e6a5cdb16a08fc6523198d027031c) I don't really see...
At the moment we only build AppImages for x86_64 Linux. See https://github.com/spesmilo/electrum/tree/master/contrib/build-linux/appimage It would be nice to be able to do the same for ARM (maybe armhf?). Ideally, the build...
Opening this issue to discuss if it is time to upgrade to Qt6, for the desktop Qt GUI. Qt5 is not getting any more updates. The latest Qt version atm...
Currently HD wallets created by Electrum are severely limited: - there is a single bip32 xpub/xprv and from that a specific simple tree structure is used to derive keys: -...
A channel got force-closed on the swapserver, as a received HTLC timed out and was not removed. A client tried to do a reverse-swap, so the server receives LN, and...
Since https://github.com/spesmilo/electrum/commit/1d498eeefc4d241589293a66863e255c276bb76d, I would argue get_balance() is more suited for "display" purposes (such as in the pie chart), than programmatic "has enough (confirmed) funds" purposes. These kind of checks look...
Currently we intentionally don't set the RBF flag for LN funding transactions (channel opening txs). https://github.com/spesmilo/electrum/blob/84326cf1f78f60201e5bac44ff306c240147adde/electrum/lnpeer.py#L686 This means that if the user lowballs the fee, the funding tx can get...