SomberNight
deab75fe20
windows build script: cache pip
...
previously pip was caching into the wine directory, which we delete and recreate on every run
2018-03-31 00:11:57 +02:00
SomberNight
d213a7cd4f
update frozen dependencies
2018-03-30 22:55:46 +02:00
SomberNight
fb65493963
remove unused variable
2018-03-30 22:31:29 +02:00
SomberNight
ffbd0ccecd
fix #2670
2018-03-30 22:05:55 +02:00
Roman Zeyde
d69318ff14
trezor: pass transport parameter explicitly as a keyword argument ( #4194 )
2018-03-28 20:00:38 +02:00
SomberNight
facf833bac
README: install "full" extra
2018-03-28 11:56:45 +02:00
ThomasV
377825a458
update release date
2018-03-28 10:59:26 +02:00
ThomasV
104ea477de
fix #4136 : revert to extras_require
2018-03-28 10:52:58 +02:00
ThomasV
445ef3c6ac
remove print statement
2018-03-28 10:46:08 +02:00
SomberNight
5926438847
fix #3294
2018-03-27 23:40:46 +02:00
ThomasV
fcfdba14bd
Merge pull request #4189 from romanz/env-fix
...
electrum-env: allow running from other directories as well
2018-03-27 22:20:50 +02:00
SomberNight
79efc54608
freeze_packages (partial): up btchip-python
2018-03-27 21:36:39 +02:00
Roman Zeyde
bf4207e9fc
electrum-env: run from script's dir
2018-03-27 22:21:07 +03:00
SomberNight
ec33463426
fix #4184
2018-03-27 20:17:37 +02:00
ThomasV
c9c7f34ddf
prepare version 3.1.2
2018-03-27 18:26:23 +02:00
ThomasV
6fd3d07b4b
osx builds: use version number from Info.plist
2018-03-27 17:31:44 +02:00
ThomasV
553006c7e5
follow-up previous commit
2018-03-27 16:51:39 +02:00
Johann Bauer
f854232837
Add script to build dmg on Linux
2018-03-27 15:22:06 +02:00
ThomasV
2886bf8a05
Merge pull request #4061 from Yuki-Inoue/feature/current_wallet_path
...
daemon status shows current wallet path
2018-03-27 11:04:46 +02:00
ThomasV
422dd953fd
Merge pull request #4181 from lclc/upstreamHTTPS
...
Use HTTPS for weblinks
2018-03-26 12:21:35 +02:00
Lucas Betschart
b1aba416e4
Use HTTPS for weblinks
2018-03-26 12:17:44 +02:00
ThomasV
032f40640e
revert previous commit, use #4062
2018-03-25 23:38:55 +02:00
ThomasV
d9c0591425
do not set cmd_runner.wallet when wallet is loaded. closes #4062
2018-03-25 23:08:25 +02:00
ThomasV
b75d82491b
kivy: request PIN code on startup
2018-03-25 11:45:33 +02:00
ThomasV
95780a39a3
Merge pull request #4169 from SomberNight/open_utf8
...
use explicit utf-8 encoding when opening files in text mode
2018-03-25 10:35:37 +02:00
ThomasV
ad3ba3d066
Merge pull request #4171 from SomberNight/ledger_txoutput_hack
...
ledger: send derivation for change output
2018-03-25 10:34:15 +02:00
SomberNight
7939b32a1f
minor kivy import fix
2018-03-24 23:51:35 +01:00
SomberNight
fa91cbf762
network - send_subscriptions: copy subscribed_addresses before iterating
...
see #4146
(this should at least avoid the RuntimeError)
2018-03-24 18:34:51 +01:00
SomberNight
502d72c167
ledger: send derivation for change output
2018-03-24 00:00:22 +01:00
SomberNight
9b7536e75c
use explicit utf-8 encoding when opening files in text mode
2018-03-23 21:47:51 +01:00
ThomasV
382f69edd9
Merge pull request #4094 from SomberNight/labels_plugin_catch_exc
...
labels plugin: better exception handling
2018-03-23 19:48:03 +01:00
ThomasV
05342c5537
Merge pull request #4117 from SomberNight/pay_to_script
...
fix paying to script
2018-03-23 19:42:04 +01:00
Johann Bauer
8f31d224aa
email_requests: Catch all connection related exceptions
...
Closes : #4160
Closes : #4105
2018-03-23 15:17:31 +01:00
ThomasV
ba658180d9
Merge pull request #4166 from toxeus/master
...
electrum.desktop: improve user installation
2018-03-23 14:47:51 +01:00
Johann Bauer
14c45f0915
email_requests: Test connection and catch exceptions
2018-03-23 14:04:11 +01:00
Filip Gospodinov
24d0f3783b
electrum.desktop: improve user installation
...
Before, the desktop entry file would only work correctly
if the user has added `$HOME/.local/bin` to his or her
PATH. The PATH variable is an implementation detail and
the user shouldn't be exposed to it.
Now, the shell is used to look for executables in the
aforementioned folder. System-wide installations remain
intact.
2018-03-23 13:05:06 +01:00
SomberNight
d146c369bf
fix #4164
2018-03-22 21:48:51 +01:00
SomberNight
cd19f788cc
fix ledger: nano s did not work reliably since last fw update
...
follow LedgerHQ/btchip-python@6e985b558f
2018-03-22 15:48:48 +01:00
SomberNight
db9cb63e79
ledger: mixed up error code..
...
follow-up 2ce2b36846
2018-03-22 15:46:23 +01:00
ThomasV
800c783580
Merge pull request #4115 from SomberNight/disallow_adding_requests_w_invalid_addresses
...
disallow adding receive requests without valid is_mine addresses
2018-03-22 15:34:05 +01:00
ThomasV
774b6ca30d
Merge pull request #4131 from yura-pakhuchiy/btc-desktop
...
Add testnet mode to .desktop file
2018-03-22 15:32:32 +01:00
ThomasV
858a39571e
Merge pull request #4121 from Chuongv/updateDocForOSX
...
Update doc for OSX build
2018-03-22 12:28:55 +01:00
ThomasV
bf67920f7f
Merge pull request #4133 from laseryuan/patch-1
...
Fix the error: locktime is always reset to zero when serialize the js…
2018-03-22 12:25:58 +01:00
ThomasV
f8f00188ed
Merge pull request #4148 from SomberNight/hw_wallet_output_ismine_der
...
trezor/keepkey/dbb: provide derivation info for all is_mine txn outputs
2018-03-22 12:18:59 +01:00
ThomasV
064fdaca2d
Merge pull request #4149 from toxeus/master
...
setup.py: fix icon path for user installation
2018-03-22 11:40:21 +01:00
SomberNight
c0a42b756b
fix #4159
2018-03-22 08:18:27 +01:00
SomberNight
a00439b6f8
fix #4158
2018-03-22 07:27:18 +01:00
SomberNight
6ef921cbbe
ledger hw1: testnet 'support' for security card 2fa; and minor clean-up
2018-03-20 17:07:55 +01:00
SomberNight
77c8010517
bitcoin.py: parameterise a few address-related methods with network
2018-03-20 17:02:49 +01:00
SomberNight
2d94491974
fix #4152 . and clean up imports
2018-03-20 14:15:54 +01:00