[Pkg-bitcoin-commits] [electrum] 09/10: Update upstream source from tag 'upstream/3.0.3'

Tristan Seligmann mithrandi at moszumanska.debian.org
Tue Dec 12 07:44:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a commit to branch master
in repository electrum.

commit 678a2546bf4c0180e29c74412bdf069cdac1cd27
Merge: 97f4d19 931ed39
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Tue Dec 12 09:37:10 2017 +0200

    Update upstream source from tag 'upstream/3.0.3'
    
    Update to upstream version '3.0.3'
    with Debian dir 8e1ff145fa1c493e16a0b3616c27a90a7553fbe0

 Electrum.egg-info/PKG-INFO               |   2 +-
 Electrum.egg-info/SOURCES.txt            |   8 +
 PKG-INFO                                 |   2 +-
 RELEASE-NOTES                            |  15 +
 electrum                                 |   6 +-
 gui/qt/installwizard.py                  |   2 +
 gui/qt/main_window.py                    |  58 ++-
 gui/qt/paytoedit.py                      |   3 +
 gui/qt/seed_dialog.py                    |   2 +-
 gui/qt/transaction_dialog.py             |   4 +-
 gui/qt/util.py                           |  16 +-
 gui/qt/utxo_list.py                      |   4 +
 lib/bitcoin.py                           |   5 +-
 lib/coinchooser.py                       |   3 +-
 lib/commands.py                          |  16 +-
 lib/fee_estimator.py                     |  10 +
 lib/interface.py                         |   6 +-
 lib/locale/de_DE/LC_MESSAGES/electrum.mo | Bin 44412 -> 44398 bytes
 lib/locale/fa_IR/LC_MESSAGES/electrum.mo | Bin 0 -> 522 bytes
 lib/locale/fr_FR/LC_MESSAGES/electrum.mo | Bin 41325 -> 41701 bytes
 lib/locale/ja_JP/LC_MESSAGES/electrum.mo | Bin 49093 -> 49093 bytes
 lib/plugins.py                           |   2 +-
 lib/rsakey.py                            |   3 +-
 lib/simple_config.py                     |   3 +
 lib/tests/test_bitcoin.py                |  30 +-
 lib/transaction.py                       |  66 +++-
 lib/version.py                           |   2 +-
 lib/wallet.py                            | 171 ++++----
 plugins/digitalbitbox/cmdline.py         |   1 +
 plugins/digitalbitbox/digitalbitbox.py   |  84 ++--
 plugins/digitalbitbox/qt.py              |   3 +
 plugins/greenaddress_instant/qt.py       |   2 +-
 plugins/hw_wallet/cmdline.py             |   2 +-
 plugins/keepkey/client.py                |   8 +-
 plugins/keepkey/clientbase.py            | 234 +++++++++++
 plugins/keepkey/keepkey.py               |   8 +-
 plugins/{trezor => keepkey}/plugin.py    |  32 +-
 plugins/keepkey/qt.py                    |   2 +-
 plugins/keepkey/qt_generic.py            | 588 +++++++++++++++++++++++++++
 plugins/ledger/ledger.py                 |  10 +-
 plugins/revealer/__init__.py             |   9 +
 plugins/revealer/qt.py                   | 222 +++++++++++
 plugins/revealer/revealer.py             | 654 +++++++++++++++++++++++++++++++
 plugins/trezor/plugin.py                 |   5 +-
 plugins/trustedcoin/qt.py                |  22 +-
 plugins/trustedcoin/trustedcoin.py       |   6 +-
 scripts/get_history                      |   4 +-
 47 files changed, 2131 insertions(+), 204 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/electrum.git



More information about the Pkg-bitcoin-commits mailing list