Commit Graph

8061 Commits

Author SHA1 Message Date
ThomasV 5665b42999 remove six 2017-10-24 14:04:16 +02:00
ThomasV 93b6abe701 make_osx: py3 2017-10-24 13:08:16 +02:00
ThomasV 55e6c247bc Merge pull request #3102 from SomberNight/2fa_plugin_cant_be_disabled
Disallow disabling TrustedCoin for 2FA wallets
2017-10-24 07:11:20 +02:00
SomberNight 523de69b5e Introduced BasePlugin.can_user_disable(). TrustedCoin plugin can't be disabled by user. 2017-10-24 04:42:52 +02:00
ThomasV 020f0637d7 trezor: only TYPE_ADDRESS is needed for non-change outputs 2017-10-23 14:03:43 +02:00
ThomasV 7578ce2331 cleanup py2 compatibility imports 2017-10-23 13:54:09 +02:00
ThomasV 6e0e5a8d57 wizard: allow segwit seed as cosigner 2017-10-23 06:42:34 +02:00
ThomasV 306aab8237 Merge pull request #3096 from SomberNight/2fa_wallet_missing_wallet_type_attr
fix: set wallet_type attr for 2fa wallets
2017-10-23 06:19:07 +02:00
SomberNight b0bab75859 fix: set wallet_type attr for 2fa wallets 2017-10-23 03:08:06 +02:00
ThomasV af8b7a7fb1 Merge pull request #3092 from SomberNight/fix_restore_2fa_as_standard
Return loaded plugin from plugins.load_plugin()
2017-10-22 23:52:50 +02:00
SomberNight 2457ac8774 fix #3091 2017-10-22 23:47:11 +02:00
ThomasV fe82a7905c Merge pull request #3090 from bauerj/dark2
Follow-up #2983
2017-10-22 21:05:34 +02:00
Johann Bauer 027821d7aa Follow-up #2983 2017-10-22 20:05:52 +02:00
ThomasV 4c88159efb move delete button to menu 2017-10-22 17:30:24 +02:00
ThomasV 4297270aae fix #2593: add delete button 2017-10-22 17:00:59 +02:00
ThomasV fae4c8cd00 wallet information dialog 2017-10-22 16:17:57 +02:00
ThomasV 6921e9fece kivy: do not display 'signing' message if user cancels send_tx 2017-10-22 15:50:32 +02:00
ThomasV 7cf075c754 follow up b8c7edf070 2017-10-22 15:14:09 +02:00
ThomasV 02cd5497eb Merge pull request #3087 from SomberNight/fix_contacts_import
fix: contacts import
2017-10-22 14:43:08 +02:00
ThomasV 9615279c3d Merge pull request #3088 from bauerj/nsis-silent
Install NSIS silently
2017-10-22 14:42:35 +02:00
Johann Bauer c53078c7c1 Install NSIS silently 2017-10-22 13:53:49 +02:00
SomberNight 29c34332ac fix: contacts import 2017-10-22 13:46:05 +02:00
ThomasV 290999b9a8 kivy: py3 update for scanning transaction 2017-10-22 12:50:28 +02:00
ThomasV 8683d71711 fix: witness serialization 2017-10-22 12:39:36 +02:00
ThomasV b8c7edf070 return bytes in scan_barcode 2017-10-22 12:04:00 +02:00
ThomasV 5cc71ef84b Merge pull request #3085 from SomberNight/aes_padding_pkcs7
bitcoin.py AES: implement our own PKCS7 padding
2017-10-22 08:34:29 +02:00
ThomasV 42f9d1ee63 kivy: py3 updates 2017-10-22 07:33:03 +02:00
SomberNight aa1289fa5d bitcoin.py AES: implement our own PKCS7 padding 2017-10-22 02:32:58 +02:00
ThomasV fd11397ac6 Merge pull request #3083 from SomberNight/fix_qt_mainwindow_updatemaxfee
follow-up 198cc9d737
2017-10-21 16:41:26 +02:00
SomberNight d4a180da7c follow-up 198cc9d737 2017-10-21 16:34:20 +02:00
ThomasV 198cc9d737 fix #2614: define non-linear scale for static fees 2017-10-21 11:15:59 +02:00
ThomasV 1d2253f0d8 kivy: python3 imports 2017-10-21 11:03:47 +02:00
ThomasV 4bc2a4e805 kivy: python3 imports 2017-10-21 11:00:56 +02:00
ThomasV 9b4d109e3b Merge pull request #3079 from SomberNight/build_security2
building on wine: check hash of NSIS, and GPG sig of Python
2017-10-21 09:29:11 +02:00
SomberNight 0dca33e2f4 building on wine: check hash of NSIS, and GPG sig of Python 2017-10-21 00:17:02 +02:00
ThomasV 0c967e555e Merge pull request #3078 from SomberNight/snap_update
updated snap packaging details
2017-10-21 00:12:23 +02:00
SomberNight 12c9cca102 updated snap packaging details 2017-10-20 23:23:32 +02:00
ThomasV 5d61fadd5b Merge pull request #3077 from danuker/patch-1
Update commands: output str(Decimals), not floats
2017-10-20 20:40:24 +02:00
Dan Haiduc 5e589133c9 Update commands: output str(Decimals), not floats
The commands `listunspent` and `history` were using float.
Patched to consistently return strings of Decimal objects.
2017-10-20 21:35:18 +03:00
ThomasV b2f029851a Merge pull request #3074 from SomberNight/build_security1
build scripts: https
2017-10-20 18:32:08 +02:00
ThomasV 4b60513d5e Merge pull request #3075 from ariard/fix_check_seed
fix: [check_seed command] import path
2017-10-20 18:31:25 +02:00
Antoine Riard 9ebca74724 fix: check_seed command import path 2017-10-20 12:03:02 -04:00
SomberNight c413fea404 https in build scripts 2017-10-20 16:01:59 +02:00
ThomasV 5a45f257ca fix #3071: import error message 2017-10-20 09:53:54 +02:00
ThomasV 76da6916f3 Merge pull request #3010 from SomberNight/qt_wiz_catch_exc
fix: [QT wallet wizard] catch exceptions: UserCancelled, GoBack
2017-10-19 16:03:01 +02:00
ThomasV 0497561e56 fix #3068 2017-10-19 16:01:56 +02:00
neocogent 7a92750ea5 add sat/byte fee info and fee_unit pref 2017-10-19 14:34:42 +02:00
ThomasV 24442de8df fix command line interface for hardware wallets. fixes #3056 2017-10-19 11:59:36 +02:00
ThomasV 3c281c4056 Merge pull request #3065 from SomberNight/py3_cosignerpool
py3: cosigner_pool
2017-10-19 06:30:50 +02:00
SomberNight db919ff340 py3: cosigner_pool 2017-10-19 03:19:48 +02:00