Manfred Karrer
92b19ca786
Merge pull request #748 from wodry/patch-4
...
Bugfix
2017-02-08 06:46:39 -05:00
wodry
cd3606191e
Bugfix
2017-02-08 05:58:16 +01:00
Manfred Karrer
4df6971835
Merge pull request #747 from wodry/patch-3
...
Translated outstanding strings
2017-02-07 16:40:41 -05:00
wodry
0e55e50508
Translated outstanding strings
2017-02-07 22:28:48 +01:00
Manfred Karrer
b6805586e5
Merge pull request #743 from wodry/patch-2
...
Added some German translations, one Bugfix
2017-02-05 21:45:49 -05:00
wodry
ac4263f163
Fix doubled line
...
Fix doubled line from copy & paste.
2017-02-04 11:29:13 +01:00
wodry
bf4142bd3f
Added some missing German translations, one Bugfix
...
According to the Post of user coinstash: https://forum.bitsquare.io/t/any-cunning-linguists-among-us/721/5
I would be delighted if I could help out with German translations.
There is also one type bugfix.
2017-02-04 11:23:29 +01:00
Manfred Karrer
60880639d3
Add logs for price providers
2017-01-03 22:31:19 +01:00
Manfred Karrer
7f978832fe
Add Contributing notes
2017-01-03 12:29:18 +01:00
Manfred Karrer
1225d34302
Merge pull request #716 from HostFat/master
...
Adding Bitaps block explorer
2017-01-01 18:39:20 +01:00
HostFat
6b1dd041b6
Adding Bitaps block explorer
2016-12-29 09:23:51 +01:00
Manfred Karrer
ea954d18b5
Merge pull request #706 from HostFat/patch-1
...
Adding italian language translation
2016-11-26 10:09:39 +01:00
HostFat
96371fa28f
Adding italian language translation
2016-11-26 05:56:22 +01:00
Manfred Karrer
0ba98c40ce
update dev scripts
2016-11-19 19:54:39 +01:00
Manfred Karrer
aeb72b26da
update dev scripts
2016-11-19 18:07:44 +01:00
Manfred Karrer
18a3a0df5a
v0.4.9.8
2016-11-19 16:54:54 +01:00
Manfred Karrer
38239749a9
Increase width of data columns
2016-11-19 16:53:54 +01:00
Manfred Karrer
020222ea2a
Update PersistedP2PStorageData
2016-11-19 16:51:31 +01:00
Manfred Karrer
fc4e7bfa62
Use default btc format (allow more then 4 decimal places)
2016-11-19 16:42:55 +01:00
Manfred Karrer
16a542696e
Fix bug with displaying wrong tx id if deposit tx id was missing in trade process
2016-11-19 16:22:35 +01:00
Manfred Karrer
90565bf43b
Check if offer id is null before republishing
2016-11-19 16:07:18 +01:00
Manfred Karrer
c7e6c0309a
Removed duplicate entry
2016-11-19 16:07:02 +01:00
Manfred Karrer
b454226c74
Fix wrong info
2016-11-19 14:46:04 +01:00
Manfred Karrer
3bf4c60567
Prepare for v0.4.9.8
2016-11-19 14:36:23 +01:00
Manfred Karrer
9ab423619c
Update BitcoinJ to 0.13.1.7
2016-11-19 14:31:41 +01:00
Manfred Karrer
6ca66c6b8f
Add export tool for wallet data
2016-11-19 14:31:26 +01:00
Manfred Karrer
c970201833
Show always bank name
2016-11-18 01:28:13 +01:00
Manfred Karrer
abcfe202ea
Avoid duplicate countries in list
2016-11-18 01:25:12 +01:00
Manfred Karrer
f94a390b89
Dont apply TTL check for persisted data, increase timeouts, dont show btc nodes window at startup
2016-11-15 23:21:45 +01:00
Manfred Karrer
31760bbfd8
Add dev test seed node
2016-11-15 15:43:55 +01:00
Manfred Karrer
e816e8d8ab
Increase max. trade period for US postal money order to 8 days
2016-11-15 14:11:15 +01:00
Manfred Karrer
710789acb9
Update comments
2016-11-15 14:04:19 +01:00
Manfred Karrer
b800999614
Add popup for adding a full btc node ip address at first startup as well in settings
2016-11-15 01:13:24 +01:00
Manfred Karrer
c8022fd7db
Added Crown
2016-11-14 18:59:07 +01:00
Manfred Karrer
4dbd3a03c8
Rename btcSeedNodes prog. arg to btcNodes
2016-11-14 15:17:05 +01:00
Manfred Karrer
3fb7cb1de4
Merge branch 'master' into Development
2016-11-13 22:56:31 +01:00
Manfred Karrer
f9023908d7
Update code settings
2016-11-13 22:31:07 +01:00
Manfred Karrer
08695377ce
Rename method, use statics for prefix symbol
2016-11-13 22:30:53 +01:00
Manfred Karrer
54bbf54c64
Merge pull request #699 from riclas/getcurrencylistsymbol
...
create a getter for the GUI symbols of trade currencies
2016-11-13 22:24:11 +01:00
Manfred Karrer
061e79137e
Remove comment
2016-11-13 21:48:08 +01:00
Manfred Karrer
fe341e1836
Update request period
2016-11-13 21:47:44 +01:00
Manfred Karrer
e751958de1
Request Pricefeed via proxy and use new BtcAverage API and add coinmarketcap.
...
* Now all traffic is going over Tor (price requests from Poloniex could not be routed over Tor because they use Cloudflare)
* Added request to CoinMarketCap to get more prices for altcoins not listed at Poloniex
* Use 2 proxy price feed providers as hidden service for requesting accumulated BitcoinAverage (new API), Poloniex and CoinMarketCap price data
* Add program argument to add custom price feed providers
* Add module for running a own proxy price feed provider (requires BitcoinAverage API keys). Supports both clearnet and hidden service
* Display time of latest price update at tooltip over provider icon in market price widget
* Remove http proxy option because it is not needed anymore (Cloudflare issue with Poloniex solved by the proxy)
* Remove tor bridge support (was not solving GFW issues and caused only problems when connections to Tor failed at startup)
2016-11-13 21:12:46 +01:00
Ricardo Filipe
502e43f875
create a getter for the GUI symbols of trade currencies
2016-11-12 23:11:15 +00:00
Manfred Karrer
00f17c6d14
Add log for trade state, improve install doc
2016-11-12 12:50:49 +01:00
Manfred Karrer
624caae635
Update dmped trade statistics data
2016-11-12 12:49:23 +01:00
Manfred Karrer
8e073efe47
Merge pull request #697 from Erkan-Yilmaz/patch-1
...
typo
2016-11-11 10:17:11 +01:00
Erkan Yilmaz
6b1139a74d
typo
...
typo
2016-11-11 09:17:02 +01:00
Manfred Karrer
34928fb61f
Add Zclassic
2016-11-10 01:00:17 +01:00
Manfred Karrer
d81f74a3ef
Add Zclassic
2016-11-09 19:03:06 +01:00
Manfred Karrer
0eccfb87cc
Merge branch 'master' into Development
...
# Conflicts:
# gui/src/main/resources/i18n/in_dev/displayStrings_pt.properties
2016-11-06 23:23:00 +01:00