Commit Graph

8336 Commits

Author SHA1 Message Date
SomberNight d3a963e673 fix kivy refresh bug with Addresses tab 2018-01-06 22:43:49 +01:00
SomberNight e4308a360b fix #3601 2018-01-06 22:43:09 +01:00
SomberNight e98406fc7c fix: kivy Addresses tab crash for Imported_Wallet change 2018-01-06 22:43:04 +01:00
SomberNight dfaf4817c9 fix #3578 2018-01-06 22:42:55 +01:00
SomberNight 0f54051ecb fix: address filters for Imported_Wallet: wallet.is_used() 2018-01-06 22:42:46 +01:00
SomberNight 02fda5a85b fix: crash when closing qrscanner window (see #3546) 2018-01-06 22:42:37 +01:00
Charles Bell d9925967b7 Fix segfault when using a specific camera device 2018-01-06 22:42:29 +01:00
SomberNight 006aece3a3 fix #3526 2018-01-06 22:42:22 +01:00
ThomasV c7a47a06b5 format a few strings with str.format(). fix #3405 2018-01-06 22:42:15 +01:00
Tristan Seligmann fdd10bfb60 Stop allowing CORS for the JSON-RPC server
As far as I can tell, there is no need to allow this, and doing so poses severe security risks (see #3374).
2018-01-06 22:41:58 +01:00
SomberNight b4e43754e0 release notes for 3.0.3 2017-12-12 06:35:45 +01:00
ThomasV a13775e533
Merge pull request #3502 from SomberNight/tx_size_est_multisig
fix: tx size estimation for multisig
2017-12-12 05:45:19 +01:00
SomberNight b751e5e7d3 fix: tx size estimation for multisig 2017-12-12 05:43:34 +01:00
ThomasV 8ae1717772
Merge pull request #3500 from SomberNight/fix_sweep_2fa
fix sweeping for 2fa wallets
2017-12-12 05:31:07 +01:00
ThomasV 22d5d29b81 version 3.0.3 2017-12-12 05:27:49 +01:00
ThomasV a4e89e822a
Merge pull request #3495 from bauerj/testnet-shortcut
Windows Installer: Add shortcut to testnet mode
2017-12-11 19:46:36 +01:00
ThomasV f8c8666e59
Merge pull request #3493 from bauerj/testnet-title
Add "Testnet" to main window title in testnet mode
2017-12-11 19:46:05 +01:00
ThomasV 2da6a8d171
Merge pull request #3494 from bauerj/setup-det
Make setup.exe differ less
2017-12-11 19:45:49 +01:00
SomberNight ec99304ae1 fix sweeping for 2fa wallets 2017-12-11 17:37:10 +01:00
SomberNight 4e4a7746fc clean-up: use is_segwit_input in wallet.py 2017-12-11 01:49:38 +01:00
Johann Bauer b2cbdfb042 Windows Installer: Add shortcut to testnet mode 2017-12-10 19:10:26 +01:00
Johann Bauer 4f747e78e5 Make setup.exe differ less 2017-12-10 18:51:03 +01:00
Johann Bauer c01fe8fa98 Add Testnet to main window title in testnet mode 2017-12-10 18:45:00 +01:00
SomberNight d403c59ad7 fix #3486 2017-12-09 21:23:10 +01:00
ThomasV b88fa2046c
Merge pull request #3478 from SomberNight/fix_payto_alias_blocking_gui_1
fix: openalias resolution unnecessarily done for some payto
2017-12-09 07:07:33 +01:00
SomberNight f492021195 fix: openalias resolution unnecessarily blocks gui for some payto 2017-12-08 21:21:54 +01:00
ThomasV 2951ed5e17
Merge pull request #3458 from bauerj/patch-3
Add instruction to install dirmngr to Wine README
2017-12-07 09:26:14 +01:00
SomberNight 4e60cedea9 fix dbb cli 2017-12-07 00:27:25 +01:00
SomberNight 38e3143bd0 fix command: createmultisig 2017-12-06 18:30:02 +01:00
Johann Bauer 43bb9c566f
Add instruction to install dirmngr to Wine README
Closes #3454
2017-12-06 18:12:02 +01:00
SomberNight 0aee9bbbb0 fix spending from multisig (broken by 8be777e882) 2017-12-06 16:02:40 +01:00
SomberNight 84239e168b trezor/keepkey separation: init device 2017-12-04 19:56:46 +01:00
SomberNight 414b6e8a06 follow-up 958b794bc9 2017-12-04 19:04:05 +01:00
SomberNight 52eb4aebe6 follow-up 958b794bc9 2017-12-04 18:38:58 +01:00
SomberNight 1359fac4c9 trezor/keepkey separation: tx output type 2017-12-04 18:05:03 +01:00
SomberNight 65c15c5a03 fix verifymessage command 2017-12-04 17:36:57 +01:00
ThomasV 958b794bc9 separate trezor and keepkey codebase 2017-12-04 17:28:37 +01:00
ThomasV a03a5c00e3
Merge pull request #3444 from SomberNight/2fa_tos_catch_exc
Catch exception when retrieving 2FA TOS
2017-12-04 12:45:45 +01:00
SomberNight 3bcfb8273a Catch exception when retrieving 2FA TOS. Only allow user to continue if TOS was received. 2017-12-04 12:02:06 +01:00
SomberNight 80f99b68e0 fix: crash in QT InstallWizard if wallet path results in IOError and user still clicks Next (see #3404) 2017-12-03 16:59:08 +01:00
ThomasV e4c77d9156
Merge pull request #3435 from sunnyville01/selectable_statusbar_text
Selectable statusbar text
2017-12-03 11:33:21 +01:00
Sameer Zahid a9a5647a9d Make balance text in statusBar selectable 2017-12-03 02:18:37 +04:00
Sameer Zahid 8423234bbd Merge branch 'master' of github.com:spesmilo/electrum 2017-12-03 02:15:51 +04:00
ThomasV ff815acbd5
Merge pull request #3407 from SomberNight/fix_keepkey_p2sh_output
fix: keepkey sending to p2sh output
2017-12-02 16:57:57 +01:00
ThomasV d878286a3a
Merge pull request #3431 from kyuupichan/upstream
Make trezor code specific to trezor
2017-12-02 13:00:58 +01:00
Neil Booth bf452ecfe7 Make trezor code specific to trezor
Fixes #3308
2017-12-02 16:08:49 +09:00
Sameer Zahid ce0617fb4b
Merge pull request #1 from spesmilo/master
Update
2017-12-01 15:47:05 +04:00
ThomasV f0eb553681
Merge pull request #3380 from SomberNight/sweep_to_use_send_tab
use the send tab when sweeping (qt gui)
2017-11-30 13:42:33 +01:00
SomberNight e65b598756 use the send tab when sweeping (qt gui) 2017-11-30 12:27:00 +01:00
ThomasV 683495b325
Merge pull request #3419 from cluelessperson/fix_rsakey
[easy] Typo breaks lib.rsakey.RSAKey.generate ?
2017-11-30 10:12:23 +01:00