Commit Graph

59 Commits

Author SHA1 Message Date
Jon Layton 0ca9fc8391 Merge remote-tracking branch 'up/master' into HEAD 2018-03-05 19:40:10 -06:00
脇山P 122cb08dc6 Add JPY exchange rate (#4016) 2018-03-05 12:08:10 +01:00
ThomasV 1c0e23c8b9 Revert "Add JPY exchange rate"
This reverts commit c2da8eb46d.
2018-03-04 10:35:14 +01:00
WakiyamaP c2da8eb46d Add JPY exchange rate 2018-03-04 04:48:08 +09:00
ThomasV 1526768cd6 kivy: simplify history screen, display either fiat or btc 2018-03-03 11:32:38 +01:00
Jon Layton 24809dc7e7 Fix explorers, add coinmarketcap, readme instructions 2018-03-01 13:32:48 -06:00
SomberNight 724ed874aa toggle capital gains columns in qt history tab 2018-03-01 19:05:51 +01:00
ThomasV a3554dc2b7 fix #3963 2018-02-27 16:00:56 +01:00
ThomasV b7b592fd6e fix #3948 2018-02-21 19:04:33 +01:00
ThomasV 9f7e256e39 cleanup get_full_history. fix #3939 2018-02-21 11:52:40 +01:00
ThomasV d77e522721 fix #3912: Use Decimal('NaN') instead of None when exchange rate is not available. 2018-02-20 23:22:36 +01:00
ThomasV 26d09b4915 fix timestamp of data in get_historical_rates 2018-02-20 10:52:11 +01:00
SomberNight 945ba8decf fix #3912 2018-02-16 13:20:56 +01:00
Johann Bauer e3a082d58d
Fix #3907 2018-02-14 21:58:35 +01:00
ThomasV 0f16bcdc1f Capital gains:
* Show acquisition price in history.
* Add summary to history command
2018-02-14 12:04:47 +01:00
ThomasV b2c0350240 allow to use exchange rates while offline 2018-02-14 10:42:59 +01:00
ThomasV 264e80a7b7 cache historical exchange rates 2018-02-10 15:56:05 +01:00
ThomasV 0df42fe046 use Decimal for exchange rates 2018-02-10 15:03:45 +01:00
ThomasV 42a16d9c3e computation of capital gains for outgoing transactions 2018-02-09 20:43:42 +01:00
ThomasV 95c5815fe3 Fix CoinDesk exchange rates and update currencies.json 2018-02-08 22:39:55 +01:00
SomberNight 743ef9ec8f fix #3783 2018-01-28 01:56:26 +01:00
Jon Layton 30c0139d09 UI - Capitalization consistency, clarity 2018-01-27 16:47:02 -06:00
Jon Layton 037a27e3cf BTC->ZCL-USD exchange rates, ux 2018-01-22 22:42:12 -06:00
Justin Turner Arthur 857eb4ac1d Remove unused imports. Explicitly import a few deep imports. 2017-11-13 02:28:00 -06:00
Justin Turner Arthur 9a0aa9b478 Remove Python 2 support imports. 2017-11-13 02:26:48 -06:00
SomberNight c65d01ea96 file i/o: use 'with' keyword 2017-11-12 14:33:46 +01:00
SomberNight 48eab8f286 python3: exchange_rate.py 2017-09-24 02:53:17 +02:00
Alexx Saver 7b3a398d46 Removed BTCe and added WEX to exchange_rate.py
Notice: WEX uses RUR instead of RUB, but we return it as RUB to conform to ISO 4217.
2017-09-17 01:55:07 +04:00
ThomasV 216e9403be cleanup six (no python2 support) 2017-09-04 14:43:31 +02:00
ThomasV b7e8147ca8 Merge pull request #2621 from KoffeinFlummi/fiat-balance-addresses
Add optional Fiat balance column to addresses view
2017-09-01 06:30:13 +02:00
ThomasV ab15ff3a00 updates for python3 2017-08-26 08:28:24 +02:00
ThomasV f1a8c0b0e6 misc. fixes for python3 2017-08-26 08:28:24 +02:00
Dmitry Sorokin d304ccdf17 py3 in qtgui 2017-08-26 08:27:47 +02:00
Dmitry Sorokin 5be78950ca py3 2017-08-26 08:27:47 +02:00
KoffeinFlummi 9a44cde6cd Add optional fiat balance column to addresses view 2017-07-20 19:30:44 +02:00
ThomasV 321adf600a sort currencies in currencies.json 2017-07-08 14:22:21 +02:00
Alexx Saver 4847fe5f41 Sorted exchange_rate.py
Notice: no real changes
2017-07-08 14:14:13 +02:00
Alexx Saver 1c02ced131 Added BTCe to exchange_rate.py
Notice: BTCe uses RUR for RUB, it is not compatible with ISO 4217, so we return it as RUB. Also we use an official mirror because btc-e.com is banned in Russia.
2017-07-08 14:13:03 +02:00
ThomasV d4b9b1f3f9 Merge pull request #2457 from chris-belcher/master
Made status bar exchange rate display in terms of base unit
2017-06-29 18:40:49 +02:00
kwaaak d6572e1387 Update BitcoinAverage API to v2 2017-06-07 14:18:14 +02:00
chris-belcher 3195eca6ea Made status bar exchange rate display in terms of base unit 2017-05-27 15:48:47 +01:00
ThomasV 0e11accd7b fix exchange_rate class naming issue 2017-02-09 17:27:11 +01:00
ThomasV 1f350c31dd kivy: simplify currency dialog 2017-01-24 10:45:49 +01:00
ThomasV 13b16e9d4f exchange rates: enforce https APIs. store exchanges list in json file. 2017-01-23 14:56:49 +01:00
Marcdnd 0e73e8b498 Added BRL exchanges: Bitvalor, Foxbit, NegocieCoins 2017-01-20 16:50:30 -02:00
ThomasV d0755698ce fix #2104 2017-01-10 10:57:47 +01:00
ThomasV 13678d9e13 Merge exchange_rate plugin with main code
* fixes #2037 (tab indexes)
2017-01-03 17:04:04 +01:00
thomasv a563091f30 separate core and gui in different modules 2013-03-02 12:26:21 +01:00
ThomasV 1b19382887 disable https because the server requests a client certificate 2013-02-24 08:21:42 +01:00
ThomasV c7edba0990 currency conversions (bkkcoins) 2013-01-05 15:23:35 +01:00