Commit graph

7524 commits

Author SHA1 Message Date
ThomasV
608568839e gettransaction command: require network instead of wallet 2017-03-12 12:33:52 +01:00
ThomasV
ac88ae9c7f kivy: fix i18n with unicode 2017-03-12 10:47:02 +01:00
ThomasV
3cbde4c398 windows builds: update trezorlib version 2017-03-12 10:45:19 +01:00
ThomasV
ca1d28ae45 Merge pull request #2284 from Matoking/fixpaytomany
Fix 'paytomany' command
2017-03-12 09:13:24 +01:00
Janne Pulkkinen
f3f82a91fc Fix a typo'd function call preventing paytomany command from working 2017-03-12 09:16:17 +02:00
ThomasV
5c1cdf02cd Revert "display unicode wallet path in Qt GUI"
This reverts commit 6318bda54d.
2017-03-11 16:13:28 +01:00
ThomasV
81b6ae77ef version 2.8.1 and release notes 2017-03-11 15:52:34 +01:00
ThomasV
3b0383128f fix trustedcoin wallet creation 2017-03-11 15:51:00 +01:00
ThomasV
8e368d2251 dbb: derivation must be byte string 2017-03-11 15:38:51 +01:00
ThomasV
584b19a11e fix for older formats 2017-03-11 14:54:03 +01:00
ThomasV
8c42b9a8e8 Merge pull request #2283 from btchip/ledger-cpfp-fix
Ledger : Fix CPFP on change
2017-03-11 14:22:23 +01:00
BTChip
aa7434bdaa Fix CPFP on change 2017-03-11 13:13:20 +01:00
ThomasV
31cd9753aa fix #2270: height sorting can use negative value 2017-03-11 12:06:15 +01:00
ThomasV
c506c3e720 fix password message issue #2277 2017-03-11 11:32:00 +01:00
ThomasV
0e49274eae fix #2279: jsonrpc wallet 2017-03-11 10:26:26 +01:00
ThomasV
2b0a7bcd73 Merge branch 'master' of git://github.com/spesmilo/electrum 2017-03-10 14:16:57 +01:00
ThomasV
e43abb5c96 fix trustedcoin wizard. fixes #2276 2017-03-10 14:16:46 +01:00
ThomasV
b8fdfe2037 Merge pull request #2275 from digitalbitbox/170310/dbb_bugfix
Digital Bitbox cannot send coins bug (due to a later upstream change)
2017-03-10 11:59:37 +01:00
djb
5b0d5814b9
dbb - bugfix after an upstream change 2017-03-10 11:49:59 +01:00
ThomasV
9628619e68 Merge pull request #2273 from shsmith/master
fix https://github.com/spesmilo/electrum/issues/2271
2017-03-10 05:13:23 +01:00
shsmith
5c9d443688 fix https://github.com/spesmilo/electrum/issues/2271 2017-03-09 15:40:46 -08:00
ThomasV
3ff500c7bd update release notes 2017-03-09 18:34:52 +01:00
ThomasV
c3349df724 fix kivy not updating units in history 2017-03-09 16:55:32 +01:00
ThomasV
0cf14635e0 kivy: always show wallet name 2017-03-09 15:04:14 +01:00
ThomasV
a921f5becf kivy labels plugin: use Clock 2017-03-09 14:48:31 +01:00
ThomasV
6318bda54d display unicode wallet path in Qt GUI 2017-03-09 12:16:07 +01:00
ThomasV
d1ca4f994f fix #2262 2017-03-09 11:57:00 +01:00
ThomasV
c847ee5ae3 use Python 2.7.13 with Windows, and install Cryptodome 2017-03-09 11:54:18 +01:00
ThomasV
a159cc3a06 fix bug with storage.encrypt 2017-03-09 10:55:30 +01:00
ThomasV
8fabd1245d replace PyCrypto with PyCryptodome 2017-03-09 10:47:53 +01:00
ThomasV
60b300d6ed windows builds: pass name to pyinstaller (try to fix issue #1000) 2017-03-09 10:20:27 +01:00
ThomasV
1899f1f0df fix warning in windows builds 2017-03-09 09:17:14 +01:00
ThomasV
cbeaa52101 kivy: minor fix 2017-03-08 20:05:26 +01:00
ThomasV
50fdc6fe4e kivy: disable softinput mode 2017-03-08 18:58:23 +01:00
ThomasV
cf67b032c1 small kivy fix 2017-03-08 18:41:47 +01:00
ThomasV
2ae15c00e6 updates for kivy wizard 2017-03-08 17:49:21 +01:00
ThomasV
5b38ce20ea follow up previous commit 2017-03-08 11:58:25 +01:00
ThomasV
0f8387dbab fix #2257 2017-03-08 11:56:01 +01:00
ThomasV
ed42faa2e6 Revert commit 36f08ab2c3. 2017-03-08 11:22:27 +01:00
ThomasV
36f08ab2c3 changes for windows builds 2017-03-07 18:27:04 +01:00
ThomasV
c9ff20b00c add socks to make_packages 2017-03-07 12:04:15 +01:00
ThomasV
904b3d17dd add import for pyinstaller 2017-03-07 11:14:09 +01:00
ThomasV
2eeea3199a update release notes 2017-03-07 08:04:32 +01:00
ThomasV
5eda662e1d reorganize menu 2017-03-06 21:17:26 +01:00
ThomasV
ff9d00ba1d minor fix: do_update_fee 2017-03-06 21:05:48 +01:00
ThomasV
c2d40db47c add RBF policy to preferences 2017-03-06 20:56:43 +01:00
ThomasV
682645bfe0 Merge pull request #2245 from shsmith/master
fix #2204
2017-03-06 17:17:31 +01:00
ThomasV
dcffea150e store contacts and invoices in wallet file. fix #1482 2017-03-06 17:12:27 +01:00
shsmith
7ff5681010 fix #2204
avoid exception in close_interface when interface.server is not in
self.interfaces
2017-03-06 07:53:43 -08:00
ThomasV
acd70f55c3 simplify storage: we don't store pubkeys anymore 2017-03-06 15:54:31 +01:00