Commit graph

9062 commits

Author SHA1 Message Date
SomberNight
e0cda39ae5 only cache expensive case 2018-03-06 17:15:14 +01:00
SomberNight
db0e3cd209 speed-up wallet.get_full_history: cache coin_price 2018-03-06 16:56:51 +01:00
SomberNight
d002549176 wallet.get_full_history: only do fiat calc, if enabled 2018-03-06 16:37:17 +01:00
SomberNight
0c2547543d fix openalias py3 2018-03-06 16:08:49 +01:00
SomberNight
f90c0d73db fix #4032 2018-03-06 16:07:33 +01:00
ThomasV
a6e23ae275 share icon file 2018-03-06 15:13:19 +01:00
ThomasV
c750ec153b new kivy gui 2018-03-06 14:58:00 +01:00
SomberNight
efd92aba67 qt history tab: text alignment in columns 2018-03-06 13:48:50 +01:00
SomberNight
135c5e805d fix #4046 2018-03-06 12:41:37 +01:00
Johann Bauer
7ec2bcd70f
Use internal GPU on macOS
Closes: #4030
2018-03-06 11:55:43 +01:00
SomberNight
851fe0dad5 fix #4036 2018-03-06 11:22:49 +01:00
ThomasV
7d2b47a5bf
Merge pull request #4044 from SomberNight/txn_segwit_coinbase
transaction serialization: fix segwit coinbase case
2018-03-06 11:00:27 +01:00
SomberNight
e5cba92564 transaction serialization: fix segwit coinbase case.
adjust unit tests so that they would have caught it.
2018-03-06 10:34:52 +01:00
SomberNight
ba3ac1b648 fee ui qt: fee_e and feerate_e was sometimes not getting filled 2018-03-06 09:21:58 +01:00
SomberNight
553993b4d0 Merge branch 'master' of github.com:spesmilo/electrum 2018-03-06 07:14:08 +01:00
SomberNight
6b7d5abd29 fix #4039 2018-03-06 07:13:35 +01:00
ThomasV
ade7cce144 fix #4034 2018-03-06 07:13:35 +01:00
ThomasV
ab042a0914 fix #4040 2018-03-06 07:08:38 +01:00
SomberNight
3be703ac0a fix #4037
No history summary for wallet without any tx-history.
2018-03-06 06:40:59 +01:00
SomberNight
bb5e195494 update frozen dependencies
fix #4031
2018-03-06 06:09:13 +01:00
Johann Bauer
4c81a77ccc
Revert "Check if value has 'is_nan' before calling it"
This reverts commit 1451c66a8f.
2018-03-05 23:24:12 +01:00
Johann Bauer
1451c66a8f
Check if value has 'is_nan' before calling it
Fixes: #4034
2018-03-05 23:07:52 +01:00
Johann Bauer
2bde686752
Windows Build: Create tmp dir 2018-03-05 17:16:30 +01:00
ThomasV
360dd5a7aa
Merge pull request #4028 from SomberNight/wizard_menu_master_key_str
wizard: rename option to "use a master key"
2018-03-05 13:03:26 +01:00
SomberNight
2fdbfa6b81 wizard: rename option to "use a master key" 2018-03-05 12:58:03 +01:00
脇山P
122cb08dc6 Add JPY exchange rate (#4016) 2018-03-05 12:08:10 +01:00
SomberNight
81666bf9ac fix #4026 2018-03-05 11:44:03 +01:00
ThomasV
e971bd8498 update release notes, add date 2018-03-05 10:39:29 +01:00
ThomasV
fe67012f71
Merge pull request #4025 from SomberNight/release_notes_3_1
release notes: 3.1 - more stuff
2018-03-05 10:15:07 +01:00
ThomasV
89599cf0d5 simplify fee preferences dialog 2018-03-05 10:12:44 +01:00
ThomasV
0bca97dd2f improve fee status message 2018-03-05 09:49:17 +01:00
SomberNight
fd4142703c typo in prev 2018-03-05 09:43:45 +01:00
SomberNight
e537b58d10 release notes: 3.1 - more stuff 2018-03-05 09:39:55 +01:00
ThomasV
2b5117ab3d kivy: fix tx dialog message 2018-03-05 09:37:25 +01:00
SomberNight
219ea6588b update default server list 2018-03-05 06:00:24 +01:00
ThomasV
c9b0840c78 kivy: minor fixes related to exchange rates 2018-03-04 23:58:38 +01:00
ThomasV
c3ff6040d2
Merge pull request #4008 from SomberNight/network_constants_refactor
refactor network constants
2018-03-04 23:13:50 +01:00
SomberNight
81b6d65764 refactor network constants 2018-03-04 22:10:59 +01:00
ThomasV
1c0e23c8b9 Revert "Add JPY exchange rate"
This reverts commit c2da8eb46d.
2018-03-04 10:35:14 +01:00
ThomasV
56c94153ff kivy: simplify fee dialog 2018-03-04 10:29:56 +01:00
ThomasV
451ac0d259
Merge pull request #4007 from wakiyamap/add_jpy_exchange_rate
Add JPY exchange rate
2018-03-04 09:31:45 +01:00
WakiyamaP
c2da8eb46d Add JPY exchange rate 2018-03-04 04:48:08 +09:00
Johann Bauer
10057b18de
Cache dependencies for Travis build
Also: * Move temporary directory to /tmp
      * Remove files with wrong hash (so we don't have to remove them manually)
2018-03-03 19:58:31 +01:00
Johann Bauer
83f2dc44de Add websocket library to binary for Ledger 2FA support
Closes: #2433
2018-03-03 19:37:32 +01:00
ThomasV
2e594d2d7a kivy: simplify fee dialog 2018-03-03 14:58:55 +01:00
ThomasV
721dc8cdb9 kivy: larger history icons 2018-03-03 12:18:01 +01:00
ThomasV
1526768cd6 kivy: simplify history screen, display either fiat or btc 2018-03-03 11:32:38 +01:00
ThomasV
f863e7c7a8 follow-up previous commit 2018-03-03 10:36:56 +01:00
ThomasV
1e6d522137 kivy: more usable amount dialog 2018-03-03 10:08:51 +01:00
ThomasV
7e501115cd
Merge pull request #4005 from SomberNight/trezor_segwit_offline_signing
trezor: segwit offline signing
2018-03-03 09:59:04 +01:00