Commit Graph

8266 Commits

Author SHA1 Message Date
ThomasV 82e88cb89d prepare release 3.0.6 2018-02-03 07:38:36 +01:00
SomberNight d76f36df70 ledger: mention "bitcoin" app when update is needed 2018-02-02 02:41:41 +01:00
SomberNight cf82b1d9d5 follow-up 70aa1f1db9 2018-01-31 07:05:29 +01:00
SomberNight 29206852fb follow-up prev commit. better handling of p2sh-segwit. added comment to describe the problem for native segwit. 2018-01-31 07:05:13 +01:00
Neil Booth f0942a2535 Fix PNG file
Avoids libpng warning: iCCP: known incorrect sRGB profile
2018-01-31 07:04:57 +01:00
SomberNight 7b8b75c7d3 fix #3788
# Conflicts:
#	lib/transaction.py
2018-01-31 07:04:16 +01:00
SomberNight b0966671d7 fix #3790 2018-01-31 07:02:46 +01:00
SomberNight 64fa7dd6c3 fix #3783 2018-01-31 07:02:31 +01:00
Johann Bauer d0433c1539 Change number of zero when base unit changes 2018-01-29 20:57:23 +01:00
SomberNight ff38e90405 revert adding handling of 'blockchain.address.subscribe' in network.py 2018-01-29 20:57:11 +01:00
SomberNight c79662fbce websocket: migrate to scripthashes 2018-01-29 20:56:59 +01:00
racquemis d5e20d607e Handle invalid PIN on exporting private key
Prevent Android App from crashing when a wrong PIN is entered.
2018-01-29 20:56:46 +01:00
SomberNight 53fc343b4a setconfig rpcpassword: don't try to evaluate or reencode 2018-01-29 20:56:30 +01:00
SomberNight 70d6f50d94 fix-up stdio gui 2018-01-29 20:56:16 +01:00
ThomasV 1c4773d41a fix #3619: set correct parent window 2018-01-29 20:56:03 +01:00
SomberNight 7cfa3c2d51 ledger: handle pin-locked state better 2018-01-29 20:55:49 +01:00
Marcel O'Neil 47f57af145 fix crash when exporting private keys 2018-01-29 20:55:35 +01:00
SomberNight 7279fc8902 qt privkey export: if multisig wallet, warn users re backup 2018-01-29 20:54:10 +01:00
SomberNight 87737dbe45 fix #3663: 'copying' QR code does not save to file 2018-01-29 20:53:47 +01:00
SomberNight 231f4931d6 avoid shorter seeds 'by luck' 2018-01-29 20:53:19 +01:00
ThomasV a9973ce6ab version 3.0.5 2018-01-08 00:50:15 +01:00
SomberNight 1fc45132c0 Password-protect the JSON RPC interface 2018-01-08 00:29:57 +01:00
ThomasV e65353c062 disable jsonrpc commands in the GUI 2018-01-07 23:53:25 +01:00
ThomasV 0045784a58 disable jsonrpc on android 2018-01-07 16:13:56 +01:00
ThomasV 79d402d3f9 update hw wallet versions 2018-01-07 15:13:59 +01:00
ThomasV 063ec0a758 release 3.0.4 2018-01-06 22:45:41 +01:00
Johann Bauer d4f1445914 Bundle QR scanner with Android app 2018-01-06 22:44:37 +01:00
SomberNight 498a269c88 fix #3411 2018-01-06 22:44:12 +01:00
Andrew Chow b7c20e71ac Avoid modifying self.transactions in prepare_for_verifier
In python3, the `.keys()` function returns an iterator, not a list,
so to get a list that can be iterated over, use `list()` instead to
avoid modification of a list while in use.
2018-01-06 22:44:04 +01:00
SomberNight a6e59499db fix #3217: make sure qt quits 2018-01-06 22:43:56 +01:00
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