Commit Graph

7194 Commits

Author SHA1 Message Date
ThomasV 9295d5257b kivy: add thread wrapper calling jnius.detach() 2016-10-24 12:12:04 +02:00
ThomasV 93ebe9cb22 kivy: fix typo 2016-10-24 11:57:12 +02:00
ThomasV 92d2395e3d add_hw_info only if a hw wallet is there. that should fix #1995 2016-10-24 10:34:55 +02:00
ThomasV 1e908bbf37 version 2.7.10 2016-10-22 10:18:34 +02:00
ThomasV ac59296846 allow spaces in private keys (fix #1602) 2016-10-22 10:06:51 +02:00
ThomasV 23c8684448 qt: show both sign and broadcast buttons in tx dialog 2016-10-22 00:32:19 +02:00
ThomasV c0fc844390 fix #1673 2016-10-21 15:13:40 +02:00
ThomasV 86c3655080 improve bump_fee (fix #1985) 2016-10-21 12:59:55 +02:00
ThomasV 3062a62cf9 fix #1989 2016-10-21 11:35:26 +02:00
ThomasV 9285a7198e Revert "remove custom entropy option; nobody uses it"
This reverts commit e0c38b31b4.
2016-10-20 10:22:17 +02:00
ThomasV b907018a25 trezor: fix length of signatures array 2016-10-20 09:22:48 +02:00
ThomasV 4a5bece492 fix #1987 2016-10-20 08:38:13 +02:00
ThomasV 45aab8654d fix crash #1987 2016-10-20 08:32:44 +02:00
ThomasV 3f64e4d1f8 fix #1988 2016-10-20 08:23:10 +02:00
ThomasV bccdab758b fix #1986 2016-10-18 14:07:52 +02:00
ThomasV 15546d817c remove dust output when bumping fee 2016-10-17 14:46:51 +02:00
ThomasV 9d2e322760 revert 98b1271 (it freezes the gui on retsore) 2016-10-17 08:47:43 +02:00
ThomasV 1fd6aef9c9 fix #1984 2016-10-17 08:27:06 +02:00
ThomasV 27b4a8dd51 move variable definitions at the top 2016-10-17 07:11:27 +02:00
ThomasV 98b12715a9 remove while loop from wallet.synchronize; we are already in a job 2016-10-17 06:58:01 +02:00
ThomasV 983e152ea3 fix update_pasword bug 2016-10-17 06:42:53 +02:00
ThomasV 2d1607b0c8 version 2.7.9, release notes 2016-10-16 22:43:58 +02:00
ThomasV 84f17c2ede fix test 2016-10-16 22:17:52 +02:00
ThomasV 96016a9ee8 force pubkey regeneration in some multisig wallets 2016-10-16 21:59:28 +02:00
ThomasV 7904481a1c Merge branch 'master' of git://github.com/spesmilo/electrum 2016-10-16 19:21:16 +02:00
ThomasV 5e92e09044 fix pubkey ordering in multisig wallets. fix #1975 2016-10-16 19:17:32 +02:00
ThomasV 12387c6b62 Merge pull request #1982 from jonathancross/fix-test_transaction
Fixing / commenting out broken tests in test_transaction.py
2016-10-16 15:19:15 +02:00
ThomasV f209b81f98 Merge pull request #1983 from jonathancross/fix-TestWalletStorage
Fixing final test in test_wallet.py
2016-10-16 15:18:36 +02:00
Jonathan Cross 481a64417e
Fixing final test in test_wallet.py 2016-10-16 13:23:43 +02:00
Jonathan Cross b503243d0e
Fixing / commenting out tests in test_transaction.py 2016-10-16 13:08:27 +02:00
ThomasV ebc9656108 Merge pull request #1981 from jonathancross/fix-tests-test_mnemonic
Fixing 2 tests in test_mnemonic.py
2016-10-15 20:16:51 +02:00
ThomasV e1d4e9734e Merge pull request #1980 from jonathancross/fix-travis-tests
Fixing test_bitcoin.py::Test_bitcoin::test_crypto
2016-10-15 20:08:30 +02:00
Jonathan Cross 2c619142f9
Fixing 2 tests in test_mnemonic.py 2016-10-15 19:43:48 +02:00
Jonathan Cross 65f0c25027
Fixing test_bitcoin.py::Test_bitcoin::test_crypto 2016-10-15 19:24:53 +02:00
ThomasV 73f30e0397 Merge pull request #1978 from jonathancross/fix-travis-tests
Remove broken tests for `NewWallet` & `account` classes.
2016-10-15 15:02:18 +02:00
Jonathan Cross 3de2d9cdbd
Remove broken tests for & classes. 2016-10-15 14:56:31 +02:00
ThomasV 11ba5c441a fix #1976 2016-10-15 14:34:19 +02:00
ThomasV 34e271594a skip trezor address check with multisig addresses (issue #1975) 2016-10-15 13:57:55 +02:00
ThomasV ff85cdd5f7 Merge pull request #1977 from jonathancross/trustedcoin-logo
High-resolution TrustedCoin logo with company name.
2016-10-15 13:49:18 +02:00
Jonathan Cross 1a68044826
High-resolution TrustedCoin logo. 2016-10-15 13:36:27 +02:00
ThomasV 90f022cc03 improve readme 2016-10-15 12:12:10 +02:00
ThomasV 4cc76c8a64 bump_fee: fix error message 2016-10-15 10:57:18 +02:00
ThomasV 227f3973a6 kivy: fix password_dialog cancel 2016-10-14 14:52:24 +02:00
ThomasV afa7761d7d version 2.7.8 + release notes 2016-10-14 14:31:13 +02:00
ThomasV 7ea91dde2e do not expose network to wizard. update message in issue #1972 2016-10-14 14:05:24 +02:00
ThomasV bab15a245b simplification (get rid of get_mnemonic) 2016-10-14 12:09:43 +02:00
ThomasV d950cd7323 fix crash when parsing request (issue #1969) 2016-10-14 06:38:49 +02:00
ThomasV e64f630433 bump_fee: add_input_info is needed 2016-10-14 05:38:43 +02:00
ThomasV 8c603d6396 version 2.7.7 + release notes 2016-10-13 13:20:25 +02:00
ThomasV f244b6be60 read apk version from lib 2016-10-13 10:22:12 +02:00