Commit graph

8555 commits

Author SHA1 Message Date
ThomasV
c4923ac99d
Merge pull request #3182 from SomberNight/storage_upgrade_manual_for_qt
wallet storage upgrade will now happen silently whenever possible
2017-11-11 11:40:19 +01:00
ThomasV
1cec6c8dec fix #3248: locktime 2017-11-11 11:37:50 +01:00
ThomasV
5156b60769 kivy addresses tab: simplify, separate actions from display updates 2017-11-11 11:33:36 +01:00
SomberNight
9e2cd17790 sweeping minikeys: search for both compressed and uncompressed pubkeys 2017-11-11 11:02:30 +01:00
SomberNight
39187c9a3a follow-up 115ef54c0c: wallet storage - silent upgrades whenever possible 2017-11-11 09:23:56 +01:00
ThomasV
568afd7a17
Merge pull request #3265 from SomberNight/interface_tls_1_2
interface ssl: besides TLS 1.1, also allow later versions
2017-11-11 00:45:25 +01:00
ThomasV
7bdaf01656 fix trustedcoin plugin: google auth code 2017-11-11 00:33:15 +01:00
SomberNight
07e9415c2d interface ssl: besides TLS 1.1, also allow later versions 2017-11-10 21:39:20 +01:00
ThomasV
c46f219d25 kivy: fix crash in show_private_key 2017-11-10 11:12:29 +01:00
ThomasV
786f9ce7ff
Merge pull request #3206 from ariard/kivy-addr
kivy: replace requests tab by address tab
2017-11-10 10:56:32 +01:00
ThomasV
0ecb665b95
Merge pull request #3257 from SomberNight/bitcoin_network_constants
bitcoin.NetworkConstants: easier changing between testnet and mainnet
2017-11-10 09:15:40 +01:00
ThomasV
23c0269252
Merge pull request #3258 from SomberNight/wallet_check_password_dedup
wallet.check_password() remove code duplication
2017-11-09 22:21:01 +01:00
ThomasV
d0cb19a0b2
Merge pull request #3259 from SomberNight/remove_requires_fee
remove Transaction.requires_fee()
2017-11-09 22:19:56 +01:00
SomberNight
f8518c78d8 remove Transaction.requires_fee() 2017-11-09 22:15:47 +01:00
SomberNight
bdfd3e7190 wallet.check_password() remove code duplication 2017-11-09 19:15:36 +01:00
ThomasV
ce4be1f8f2
Merge pull request #3256 from ariard/fix_clearrequests
[fix clearrequests] dictionary changed size during iteration
2017-11-09 18:06:50 +01:00
Antoine Riard
213798cfce [fix clearrequests] error iteration dictionary changed size 2017-11-09 11:54:25 -05:00
SomberNight
0db5ea67a0 bitcoin.NetworkConstants: easier changing between testnet and mainnet 2017-11-09 17:47:57 +01:00
ThomasV
ccc9415542 windows: force upgrade of hawdrware wallet libraries 2017-11-09 10:58:42 +01:00
ThomasV
b4bea48b22
Merge pull request #3249 from bauerj/coverage
Follow-up #3245: Fix wrong branch name in badge
2017-11-08 22:42:48 +01:00
Johann Bauer
81fa9d8b0f Fix wrong branch name 2017-11-08 22:31:13 +01:00
ThomasV
20edb93549
Merge pull request #3247 from SomberNight/py3_do_export_history
fix py3: do_export_history
2017-11-08 20:41:16 +01:00
SomberNight
3d002939f9 fix py3: do_export_history 2017-11-08 20:31:53 +01:00
ThomasV
8d76ca9359
Merge pull request #3245 from bauerj/coverage
Upload coverage statistics from Travis
2017-11-08 20:26:32 +01:00
Johann Bauer
ceed56c217 Upload coverage statistics from Travis 2017-11-08 18:18:20 +01:00
ThomasV
6acc4214c9 Merge branch 'master' of github.com:spesmilo/electrum 2017-11-08 15:01:45 +01:00
ThomasV
ea4d2343d3 revert 1ecfcea8dc after btchip-python has been fixed 2017-11-08 15:01:25 +01:00
ThomasV
31d85c22d9
Merge pull request #3231 from SomberNight/win_setup_exe_properly
win binaries: build a proper setup.exe that uses local folder
2017-11-08 14:56:06 +01:00
ThomasV
bf2c07ff2a fix #3244 2017-11-08 14:48:46 +01:00
ThomasV
368aaebb23
Merge pull request #3235 from SomberNight/fix_delete_passworded_wallets
fix: deleting a passworded wallet did not work
2017-11-07 17:42:28 +01:00
ThomasV
20406bc1ea
Merge pull request #3236 from jo-so/gui-hires
paytoedit: Calculate height depending on font's line height
2017-11-07 17:41:38 +01:00
Jörg Sommer
8661823c97 paytoedit: Calculate height depending on font's line height
On high-resolution (HiRes) displays, the pixel size of a font is much
larger than the hard-coded 17 pixels, e.g. more than 40 for me. It's
better to get the line high of the current font from it's metrics and
calculate the high of the box with it.
2017-11-07 15:27:02 +01:00
SomberNight
83443732c4 fix: deleting a passworded wallet did not work 2017-11-07 14:08:46 +01:00
SomberNight
d40992e552 win binaries: build a proper setup.exe that uses local folder 2017-11-07 03:43:10 +01:00
ThomasV
d599f11cce release notes for 3.0.1 2017-11-06 19:24:25 +01:00
ThomasV
c8f3666f76 increase version number 2017-11-06 19:13:14 +01:00
ThomasV
66ff854d78 Merge branch 'master' of github.com:spesmilo/electrum 2017-11-06 19:04:19 +01:00
ThomasV
fb9ca46019 Revert "follow-up f7200cb616: remove Info.plist"
This reverts commit 8df58ab3de.
2017-11-06 19:04:07 +01:00
ThomasV
c7350809ec
Merge pull request #3226 from SomberNight/tx_deser_exc
make tx deserialization more robust to ill-formed tx
2017-11-06 12:48:46 +01:00
SomberNight
0ee18f9837 fix tests 2017-11-06 12:44:36 +01:00
SomberNight
b28f8b3ebd make tx deserialization more robust to ill-formed tx 2017-11-06 12:27:47 +01:00
ThomasV
9e8c26d29a
Merge pull request #3223 from SomberNight/text_gui_no_wallet
fix typo: text gui with no wallet
2017-11-06 03:57:41 +01:00
SomberNight
97d45c7c30 fix typo: text gui with no wallet 2017-11-05 22:33:19 +01:00
ThomasV
42e2bb5ecc fix #3211: use bytearray in ledger sign_message 2017-11-05 17:45:55 +01:00
ThomasV
46b8436693 fix #2562: show error message if hardware library is missing 2017-11-05 12:49:38 +01:00
ThomasV
c79655d26a fix: kivy unit selector 2017-11-04 15:50:49 +01:00
ThomasV
1ef6926ca7
Merge pull request #3209 from SomberNight/multiple_privkeys_export
fix: exporting privkeys multiple times
2017-11-03 20:05:45 +01:00
SomberNight
291716d2e6 fix: exporting privkeys multiple times 2017-11-03 20:02:33 +01:00
ThomasV
3083b8dd8a
Merge pull request #3194 from SomberNight/storage
storage upgrade v16: fix flawed v14 upgrade for imported addresses
2017-11-03 18:36:50 +01:00
SomberNight
e5d84e41ec storage: remove previously imported fake-addresses 2017-11-03 17:46:25 +01:00