Author

Topic: Electrum 4.3.1 Relased (Read 104 times)

legendary
Activity: 2856
Merit: 7410
Crypto Swap Exchange
August 20, 2022, 08:19:07 AM
#5
Code:
# Release 4.3.1 - (August 17, 2022)
 * build: we now also distribute a "source-only"
   Linux-packager-friendly tarball (d0de44a7, #7594), in addition
   to the current "normal" tarball. The "source-only" tarball excludes
   compiled locale files, generated protobuf files, and does not
   vendor our runtime python dependencies (the packages/ folder).

People probably overlook this, but it could mean more Linux distro include Electrum on their repository or even include Electrum by default. For those who want to check it, comment on PR[1] shows you only can obtain it from download directory[2].

[1] https://github.com/spesmilo/electrum/pull/7594
[2] https://download.electrum.org/4.3.1/
hero member
Activity: 714
Merit: 1010
Crypto Swap Exchange
August 19, 2022, 01:59:45 PM
#4
I downloaded and verified the new version 4.3.1 and yesterday with a Testnet incoming transaction the unconfirmed transaction didn't show up in the transaction history list while waiting to be confirmed and mined into a block (the transaction was visible for several minutes in mempool with a blockchain explorer).
On the other hand the transaction's amount was shown in the pie chart as "unconfirmed" rather quickly (as expected), so Electrum knew about the incoming transaction. Only with the first confirmation the transaction showed up in the transaction history list.

I must say, I don't like this behavior of the present version of the wallet if it wasn't some sort of glitch. I will need to do more testing, though.

Is this intentional? What's your experience with incoming transactions in Electrum 4.3.1?

Edit: must have been some weird glitch yesterday. Today I can't reproduce the observed behavior. Sorry!

Edit2: I made two receive requests in my Testnet wallet, both were "paid" on-chain, both were displayed properly initially as unconfirmed in transaction history list. Both requests though are not shown as paid in the Receive queue and both entries remain there even after restart of the wallet. Electrum wallets pre version 4.3.0 behaved differently:
* a paid receive request was shown as paid with a confirmed transaction to the associated address
* a paid receive request was removed from Receive queue automatically, latest after re-opening of the wallet

(Yes, you can delete the Receive queue entries manually, but it wasn't necessary before to do it manually!)
legendary
Activity: 2394
Merit: 5531
Self-proclaimed Genius
August 19, 2022, 12:24:04 AM
#3
-snip-
Looks like a minor release mostly dealing with python updates and some legacy LN support.  
IMO, it's more of a "hot fix" due to those regressions caused by v4.3.0 update, that's why they've released it ASAP.
Some of them are kind of major bugs that caused crashes.
copper member
Activity: 2170
Merit: 4238
Join the world-leading crypto sportsbook NOW!
August 18, 2022, 04:19:01 PM
#2
Thanks for the heads-up.

Looks like a minor release mostly dealing with python updates and some legacy LN support. 

The "source only" tarball is an interesting snippet.  I don't imagine it'll run on it's own, or even in a python environment without the dependencies.  Would it be able to run in a docker container, or is purely for development purposes?

legendary
Activity: 952
Merit: 1367
August 18, 2022, 10:54:00 AM
#1
New electrum version is released.

It contains some minor fixes for Lightning network and UI

Code:
# Release 4.3.1 - (August 17, 2022)
 * build: we now also distribute a "source-only"
   Linux-packager-friendly tarball (d0de44a7, #7594), in addition
   to the current "normal" tarball. The "source-only" tarball excludes
   compiled locale files, generated protobuf files, and does not
   vendor our runtime python dependencies (the packages/ folder).
 * fix os.chmod when running in tmpfs on Linux (#7681)
 * (Qt GUI) some improvements for high-DPI monitors (38881129)
 * bring kivy request dialog more in-line with Qt (#7929)
 * rm support of "legacy" (without static_remotekey) LN channels.
   Opening these channels were never supported in a release version,
   only during development prior to the first lightning-capable
   release. Wallets with such channels will have to close them.
   (1f403d1c, 7b8e257e)
 * Qt: fix duplication of some OS notifications on onchain txs (#7943)
 * fix multiple recent regressions:
    - handle NotEnoughFunds when trying to pay LN invoice (#7920)
    - handle NotEnoughFunds when trying to open LN channel (#7921)
    - labels of payment requests were not propagated to
      history/addresses (#7919)
    - better default labels of outgoing txs (#7942)
    - kivy: dust-valued requests could not be created for LN (#7928)
    - when closing LN channels, future (timelocked) txs were not
      shown in history (#7930)
    - kivy: fix deleting "local" tx from history (#7933)
    - kivy: fix paying amountless LN invoice (#7935)
    - Qt: better handle unparseable URIs (#7941)
https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES

https://github.com/spesmilo/electrum/tree/4.3.1
Jump to: