Commit Graph

8857 Commits

Author SHA1 Message Date
SomberNight 02c0096b55 qt addresses tab: new column for type 2018-02-27 19:21:30 +01:00
ThomasV 8fe315beab Merge branch 'master' of github.com:spesmilo/electrum 2018-02-27 17:38:17 +01:00
ThomasV 51368f6aa8 fix 3930: do not filter addresses by default 2018-02-27 17:38:04 +01:00
Johann Bauer 540b230c8a
Use icon for tx saving success message 2018-02-27 16:59:39 +01:00
SomberNight a821a3504e wizard: remove unused strings 2018-02-27 16:52:28 +01:00
SomberNight 3ce8bd4d8f fix #3983 2018-02-27 16:40:11 +01:00
ThomasV a3554dc2b7 fix #3963 2018-02-27 16:00:56 +01:00
ThomasV 51630416fc fix expenditures sign 2018-02-27 15:26:39 +01:00
ThomasV 31edc419fa improve get_tx_status 2018-02-27 15:13:44 +01:00
Johann Bauer 355bd322df
Replace icon for local tx 2018-02-27 12:39:54 +01:00
Johann Bauer 6ab1ba52b0
Remove pyblake2 workaround 2018-02-27 12:35:06 +01:00
ThomasV afd39b2f42 Merge branch 'master' of github.com:spesmilo/electrum 2018-02-27 12:19:54 +01:00
ThomasV c50d758c3e rename "Local only" as "Local" 2018-02-27 12:17:02 +01:00
ThomasV 86ca382a20
Merge pull request #3981 from Yuki-Inoue/load-wallet-result-reflected
daemon returns true only if the wallet is loaded
2018-02-27 12:07:14 +01:00
ThomasV ac176db221 follow-up previous commit 2018-02-27 12:03:35 +01:00
ThomasV 76734f6a88 fix #3980 2018-02-27 12:02:52 +01:00
ThomasV 26e966c3e0 hide address and history toolbars, move functions back into menu. 2018-02-27 11:52:35 +01:00
Yuki Inoue 6687c1b336 daemon returns true only if the wallet is loaded 2018-02-27 18:43:00 +09:00
SomberNight 52d41a4339 follow-up 5893af5025
clean git version a bit (convert to str and remove trailing newline)
2018-02-27 03:06:49 +01:00
ThomasV 375d7965d7
Merge pull request #3978 from SomberNight/load_unverified_tx_offline
prepare self.unverified_tx regardless of network
2018-02-27 00:52:24 +01:00
ThomasV 03b40a3c0a
Merge pull request #3514 from SomberNight/2fa_testnet
make 2fa wallets work on testnet
2018-02-27 00:50:09 +01:00
SomberNight 98cdbe3771 fix #3956 2018-02-26 22:03:22 +01:00
Johann Bauer 5893af5025
Try to use git hash in crash reports 2018-02-26 19:53:16 +01:00
SomberNight 3daa8b018f prepare self.unverified_tx regardless of network 2018-02-26 19:45:20 +01:00
SomberNight a32d27b9d7 make 2fa wallets work on testnet 2018-02-26 18:21:36 +01:00
ThomasV 22daffbbea fix typo 2018-02-26 18:16:33 +01:00
ThomasV aad0e276c0 wallet history: compute income and expenditures, remove redundant calculation of acquisition price 2018-02-26 18:13:39 +01:00
ThomasV 9fe24e32c0 test for NaN in Fiat.__str__ 2018-02-26 18:04:44 +01:00
Johann Bauer 3838fdbdcc
Change name of version field in crashhub request 2018-02-26 12:21:43 +01:00
Jason Bruderer 59e457d22c Update build-wine's README.md (#3972)
* Update build-wine's README.md
2018-02-26 12:17:55 +01:00
ThomasV ec3e0def24
Merge pull request #3967 from SomberNight/fix_3965
qt save_payment_request catch exception
2018-02-26 11:21:37 +01:00
Chris Sulmone 24ba1ce125 Fixes for package building after renaming main script 2018-02-25 23:43:37 -06:00
Jon Layton cf5af8c0a1 Increment version to 1.0.4 2018-02-25 19:19:09 -06:00
Jon Layton 65f53b081d Add electrum.zclassic.org:5222 2018-02-25 19:16:26 -06:00
SomberNight 8951dc3120 restore cmd: stop wallet threads
while "restore" does not wait for verifier to finish, this will at least ensure that whatever has been verified, gets persisted
2018-02-26 01:33:02 +01:00
SomberNight a6fe73ad72 wine build: "exit 1" on hash/sig failure 2018-02-25 18:54:34 +01:00
Roman Zeyde 44bf80d291 remove unneeded 'pass' statement (#3970) 2018-02-25 18:14:49 +01:00
SomberNight 649b5a7298 fix #3964 2018-02-24 22:37:03 +01:00
SomberNight b5badc385f fix #3965 2018-02-24 20:49:56 +01:00
SomberNight f1b7578218 fix #3960 2018-02-24 00:30:40 +01:00
SomberNight 55a0a6b7f0 fix #3962 2018-02-24 00:14:34 +01:00
ThomasV 1825c92bbc
Merge pull request #3874 from SomberNight/zbar_windows
zbar for windows
2018-02-23 19:20:18 +01:00
SomberNight 5e7c1330d4 qt history_list: (UX) handle extremes of "Summary" and "Plot" buttons 2018-02-23 19:11:14 +01:00
ThomasV 050f9b7d3a
Merge branch 'master' into zbar_windows 2018-02-23 16:04:34 +01:00
ThomasV c1d2aabd54
Merge pull request #3959 from dtcooper/master
Add Support for Python 3.6+ in ./electrum-env
2018-02-23 12:56:39 +01:00
David Cooper 4aff20273a Add Support for Python 3.6+ in ./electrum-env 2018-02-23 05:44:04 -06:00
ThomasV 554cf91cff
Merge pull request #3599 from SomberNight/fix_wrapped_c_object_has_been_deleted
fix some crashes when the underlying QT (C/C++) object no longer exists
2018-02-23 12:10:30 +01:00
ThomasV 0fbcb8229b
Merge pull request #3882 from SomberNight/storage_hw_encrypt_cli_support
cli support for hw encrypted wallets
2018-02-23 12:07:08 +01:00
ThomasV c559077007 follow-up prev commit: use less space 2018-02-23 12:01:01 +01:00
ThomasV 2ee010a443 add issue template 2018-02-23 11:57:59 +01:00