Commit Graph

8348 Commits

Author SHA1 Message Date
SomberNight f231349673 fix: crash when closing qrscanner window (see #3546) 2017-12-17 21:11:25 +01:00
Charles Bell 295d678e09 Fix segfault when using a specific camera device 2017-12-17 20:45:03 +01:00
SomberNight 8de7c94dab ledger: mention "bitcoin" app when update is needed 2017-12-16 19:46:45 +01:00
SomberNight 3851e78454 fix #3526 2017-12-15 04:21:33 +01:00
ThomasV cf8207b271
Merge pull request #3516 from SomberNight/tests_wallet_vertical2
tests: add missing info in vertical wallet tests
2017-12-13 21:55:17 +01:00
SomberNight 9f908c32e3 tests: add missing info in vertical wallet tests 2017-12-13 19:54:39 +01:00
ThomasV 83da45a7d2 Add checkpoints file for testnet. Check that received headers are after max_checkpoint 2017-12-13 14:22:46 +01:00
ThomasV de01008992 blockchain: do not load forks that cannot connect to the main headers file 2017-12-13 13:43:51 +01:00
ThomasV 92ebf970ac
Merge pull request #3513 from SomberNight/make_dir_testnet
fix: testnet datadir could not be created first
2017-12-13 12:15:26 +01:00
SomberNight 650f504fbf fix: testnet datadir could not be created first 2017-12-13 12:00:16 +01:00
ThomasV b786249da7
Merge pull request #3509 from bauerj/build-sh-old
Allow to build older commits
2017-12-13 07:29:19 +01:00
Johann Bauer bea62865d2 Allow to build older commits 2017-12-12 23:07:07 +01:00
ThomasV 9966dc3b0c
Merge pull request #3488 from scrool/plot_empty_outgoing_transactions
Handle empty outgoing transactions for plot
2017-12-12 17:58:49 +01:00
ThomasV 1ddbd633b8 kivy: disable coinchooser option 2017-12-12 17:25:41 +01:00
ThomasV 936ee47d3a
Merge pull request #3496 from SomberNight/coinchooser1
CoinChooser: privacy prefers confirmed and is default
2017-12-12 17:19:19 +01:00
ThomasV bc7051372f format a few strings with str.format(). fix #3405 2017-12-12 16:55:50 +01:00
ThomasV 73cb6a8735 make_packages: add packages to the root directory 2017-12-12 12:34:30 +01:00
ThomasV 44a83c2401 read checkpoints file in NetworkConstants, add it to setup.py 2017-12-12 11:10:50 +01:00
ThomasV 40e13224f7 follow-up d1b8a6fae6 2017-12-12 10:48:05 +01:00
ThomasV d1b8a6fae6 Replace initial headers download with hardcoded checkpoints 2017-12-12 10:20:44 +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 2a3c41b24f coinchooser: "privacy" policy now prefers confirmed coins. removed "priority" policy. 2017-12-11 14:49:53 +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
Pavol Babincak a3f2845650 Handle empty outgoing transactions for plot
Previously dialog with error:

    need more than 0 values to unpack

was displayed and not a plot.

After this change plot is displayed without any dialog without graph of
outgoing transactions and without legend for outgoing transactions.

Fixes: #3487
2017-12-09 20:39:07 +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