Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 690292 - net-misc/electrum-3.3.8 version bump
Summary: net-misc/electrum-3.3.8 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-20 14:07 UTC by Anton Kochkov
Modified: 2019-08-01 18:21 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Kochkov 2019-07-20 14:07:48 UTC
Electrum 3.3.8 was released at July 11, with a lot of bug fixes:

https://download.electrum.org/3.3.8/Electrum-3.3.8.tar.gz

# Release 3.3.8 - (July 11, 2019)

 * fix some bugs with recent bump fee (RBF) improvements (#5483, #5502)
 * fix #5491: watch-only wallets could not bump fee in some cases
 * appimage: URLs could not be opened on some desktop environments (#5425)
 * faster tx signing for segwit inputs for really large txns (#5494)
 * A few other minor bugfixes and usability improvements.


# Release 3.3.7 - (July 3, 2019)

 * The AppImage Linux x86_64 binary and the Windows setup.exe
   (so now all Windows binaries) are now built reproducibly.
 * Bump fee (RBF) improvements:
   Implemented a new fee-bump strategy that can add new inputs,
   so now any tx can be fee-bumped (d0a4366). The old strategy
   was to decrease the value of outputs (starting with change).
   We will now try the new strategy first, and only use the old
   as a fallback (needed e.g. when spending "Max").
 * CoinChooser improvements:
   - more likely to construct txs without change (when possible)
   - less likely to construct txs with really small change (e864fa5)
   - will now only spend negative effective value coins when
     beneficial for privacy (cb69aa8)
 * fix long-standing bug that broke wallets with >65k addresses (#5366)
 * Windows binaries: we now build the PyInstaller boot loader ourselves,
   as this seems to reduce anti-virus false positives (1d0f679)
 * Android: (fix) BIP70 payment requests could not be paid (#5376)
 * Android: allow copy-pasting partial transactions from/to clipboard
 * Fix a performance regression for large wallets (c6a54f0)
 * Qt: fix some high DPI issues related to text fields (37809be)
 * Trezor:
   - allow bypassing "too old firmware" error (#5391)
   - use only the Bridge to scan devices if it is available (#5420)
 * hw wallets: (known issue) on Win10-1903, some hw devices
   (that also have U2F functionality) can only be detected with
   Administrator privileges. (see #5420 and #5437)
   A workaround is to run as Admin, or for Trezor to install the Bridge.
 * Several other minor bugfixes and usability improvements.

Please also add the support for python:3.7 target out of the box: https://bugs.gentoo.org/show_bug.cgi?id=690288
Comment 1 Larry the Git Cow gentoo-dev 2019-08-01 18:21:47 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b7d15d51b15e410d266efef3ae29398426448ab

commit 2b7d15d51b15e410d266efef3ae29398426448ab
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2019-08-01 17:32:46 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-08-01 18:21:42 +0000

    net-misc/electrum: Bump to 3.3.8
    
    Closes: https://bugs.gentoo.org/690292
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 net-misc/electrum/Manifest              |  1 +
 net-misc/electrum/electrum-3.3.8.ebuild | 83 +++++++++++++++++++++++++++++++++
 2 files changed, 84 insertions(+)