Commit graph

8429 commits

Author SHA1 Message Date
ThomasV
7173101a06
Merge pull request #3412 from the9ull/virtualenv-python3
electrum-env creates python3 virtualenv
2017-11-29 14:30:57 +01:00
ThomasV
2ea59aad14 fix #3345: do not require a wallet in order to sweep 2017-11-29 13:45:02 +01:00
ThomasV
61b69f3856 update get_history script 2017-11-29 10:14:39 +01:00
ThomasV
5158799689 fix windows build script: pushd and popd require bash 2017-11-29 06:52:12 +01:00
SomberNight
e700b0d731 fix: keepkey sending to p2sh output 2017-11-29 05:39:44 +01:00
ThomasV
8b66d7c8ae windows builds: set timestamps before calling makensis 2017-11-28 18:52:36 +01:00
ThomasV
412ce18201 fix previous commit 2017-11-28 18:26:58 +01:00
ThomasV
b9d8b2a571 windows: build portable version without patching the source 2017-11-28 18:21:59 +01:00
ThomasV
3e72e7a3f0
Merge pull request #3397 from bauerj/build-sh
Add script for deterministic builds
2017-11-28 06:23:21 +01:00
Johann Bauer
5778102acc Add script for deterministic builds 2017-11-28 00:32:38 +01:00
ThomasV
78400478fa disable python bytecode during execution of pyinstaller 2017-11-27 20:53:36 +01:00
ThomasV
1eab1385e9 fix names (follow-up previous commit) 2017-11-27 19:56:39 +01:00
ThomasV
c8818cca05 rename file 2017-11-27 19:46:22 +01:00
ThomasV
67c561e4cd windows builds: fetch locale files from github repo 2017-11-27 19:31:48 +01:00
ThomasV
d7fb5825f4
Merge pull request #3384 from bauerj/determinstic-packages
Save dependency versions in repo
2017-11-27 19:28:35 +01:00
Martino Salvetti
d0f179e347 Create python3 virtualenv 2017-11-27 11:42:49 +01:00
Johann Bauer
957178217c Save dependency versions in repo 2017-11-26 23:22:07 +01:00
ThomasV
9425319dcd
Merge pull request #3367 from SomberNight/tx_size_est_uncompressed_pk
tx size estimation: handle uncompressed pubkeys
2017-11-24 10:26:08 +01:00
ThomasV
24af618164
Merge pull request #3370 from benma/devices
digitalbitbox: correctly handle user aborts
2017-11-24 10:24:47 +01:00
ThomasV
f4650a199a
Merge pull request #3366 from SomberNight/notify_inc_tx_icon_qt
follow-up #3361 (notifications for incoming transactions)
2017-11-24 10:24:00 +01:00
Marko Bencun
116026dee0 DeviceMgr: nicer message when pairing
The experience is a bit better if the user is prompted to connect,
instead of showing an error.
2017-11-24 10:12:53 +01:00
Marko Bencun
f3092a8b50 digitalbitbox: correctly handle user aborts
1. When the pairing is being forced and the user clicks 'No', the tx
was cancelled completely because the UserCancelled exception was
accidentally converted to an Exception.
2. Same with user aborting the signing process with a short touch on
the device (or a timeout).
2017-11-24 10:12:13 +01:00
SomberNight
8be777e882 tx size estimation: handle uncompressed pubkeys 2017-11-24 04:24:54 +01:00
SomberNight
b950904ef4 follow-up #3361 (notifications for incoming transactions) 2017-11-24 02:10:49 +01:00
ThomasV
9fc946492b
Merge pull request #3361 from bauerj/fix-notifications
Show notifications for incoming transactions
2017-11-23 19:33:24 +01:00
ThomasV
355e77b39d
Merge pull request #3362 from SomberNight/dbb_py3_hid_send
fix: py3 digitalbitbox hid_send
2017-11-23 19:32:39 +01:00
SomberNight
b159164575 fix: py3 digitalbitbox hid_send 2017-11-23 19:22:31 +01:00
Johann Bauer
33d82aa121 Show notifications for incoming transactions 2017-11-23 18:41:04 +01:00
ThomasV
9edffd1754
Merge pull request #3335 from SomberNight/cmd_getprivkeys
more robust getprivatekeys() and is_segwit_address()
2017-11-23 10:03:18 +01:00
ThomasV
ac5cbdaca2
Merge pull request #3351 from SomberNight/segwit_tx_size_estimation
better segwit tx size estimation
2017-11-23 09:41:02 +01:00
ThomasV
8a200aaf33
Merge pull request #3354 from benma/dbb_segwit
digitalbitbox: add support for segwit
2017-11-23 09:27:16 +01:00
Marko Bencun
b31c51b3d0 digitalbitbox: add support for segwit 2017-11-22 12:58:19 +01:00
ThomasV
b97402b796
Merge pull request #3343 from fr3aker/fix-ipv6addr-parsing
fix parsing of ipv6 addresses in interface
2017-11-22 12:41:50 +01:00
ThomasV
e3c14fed81
Merge pull request #3352 from SomberNight/tests_testnet_addr
tests: testnet addresses
2017-11-22 12:00:35 +01:00
SomberNight
33bb5fee73 tests: testnet addresses 2017-11-22 02:01:47 +01:00
SomberNight
e373f50596 follow-up prev commit 2017-11-22 01:15:01 +01:00
SomberNight
a2a25e4738 better segwit tx size estimation 2017-11-21 23:02:45 +01:00
fr3aker
b7d587c6ac
fix parsing of ipv6 addresses in interface 2017-11-20 20:17:58 +01:00
SomberNight
66cce115ef more robust commands.getprivatekeys() and bitcoin.is_segwit_address() 2017-11-19 23:46:59 +01:00
ThomasV
0da1d4853b
Merge pull request #3330 from SomberNight/dbb_clear_dialog
digitalbitbox: delegate clear_dialog() calls to GUI thread
2017-11-18 17:35:57 +01:00
SomberNight
5cfe909194 digitalbitbox: delegate clear_dialog() calls to GUI thread 2017-11-18 16:53:22 +01:00
ThomasV
43181aea06
Merge pull request #3326 from SomberNight/ledger_clear_dialog
fix: ledger clear_dialog() threading issues
2017-11-18 11:39:46 +01:00
SomberNight
c9bef38dff fix: ledger clear_dialog() threading issues 2017-11-18 04:09:15 +01:00
ThomasV
219a5b02a6
Merge pull request #3318 from SomberNight/qt_coins_disallow_label_edit
disallow editing labels in Coins tab (QT)
2017-11-17 18:34:33 +01:00
ThomasV
18df9e25b8
Merge pull request #3322 from SomberNight/win_binaries_testnet_json
windows binaries were missing servers_testnet.json
2017-11-17 18:32:37 +01:00
SomberNight
6e99c15c5c windows binaries were missing servers_testnet.json 2017-11-17 18:14:17 +01:00
SomberNight
1799b8a7af disallow editing labels in Coins tab (QT) 2017-11-17 01:54:48 +01:00
ThomasV
c48efc5f3f
Merge pull request #3310 from SomberNight/fix_greena_pw
fix: GreenAddress verification with passworded wallet
2017-11-15 13:24:57 +01:00
SomberNight
204146b30a fix: GreenAddress verification with passworded wallet 2017-11-15 12:12:11 +01:00
ThomasV
ff0cd16aec
Merge pull request #3299 from SomberNight/bip39_checksum_after_entering_seed
fix: bip39 checksum sometimes not calculated
2017-11-14 10:25:07 +01:00