Manfred Karrer
3bd1f65f05
Update PersistedP2PStorageData
2017-02-11 18:02:43 -05:00
Manfred Karrer
890c724a87
Prepare for v 0.4.9.9
2017-02-10 19:49:33 -05:00
Manfred Karrer
33f16cee80
Deactivate outdated tests, cleanup
2017-02-10 14:59:23 -05:00
Mike Rosseel
6c6937f61f
add maven dependency check plugin
2017-02-09 16:22:45 +01:00
Manfred Karrer
7aea53bf6b
Update dumped trade statistics data
2017-02-08 21:14:38 -05:00
Manfred Karrer
e1d917f6c7
Merged PR ( https://github.com/bitsquare/bitsquare/pull/730 ) with some fixes and improvements. Use bitcoinj v 0.13.1.8
2017-02-03 07:42:33 -05:00
Manfred Karrer
93c1700796
Merged PR ( https://github.com/bitsquare/bitsquare/pull/730 ) with some fixes and improvements
2017-02-03 07:39:36 -05:00
Manfred Karrer
2c9d4ab0ec
Added prog arg for discovery mode, fixed small issues with PR #730
2017-02-02 20:26:47 -05:00
danda
9da8939aa6
Changes to support DNS lookups over Tor:
...
+ Add DnsTorLookup class that uses Tor Socks5 RESOLVE extension.
+ Add Socks5DnsDiscovery class that runs on separate threads for each lookup
Changes to support connecting to .onion addresses:
+ Add Socks5SeedOnionDiscovery class for discovery of .onion seeds.
+ Add Socks5MultiDiscovery wrapper class with modes for using ipv4 seeds, .onion seeds, dns, or all/mixed.
remove unused class
2017-01-21 08:45:49 -08:00
Manfred Karrer
020222ea2a
Update PersistedP2PStorageData
2016-11-19 16:51:31 +01:00
Manfred Karrer
3bf4c60567
Prepare for v0.4.9.8
2016-11-19 14:36:23 +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
4dbd3a03c8
Rename btcSeedNodes prog. arg to btcNodes
2016-11-14 15:17:05 +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
Manfred Karrer
624caae635
Update dmped trade statistics data
2016-11-12 12:49:23 +01:00
Manfred Karrer
e9f3381034
Make onion address selectable in peer info popup, fix wording, fix comment
2016-11-04 13:48:19 +01:00
Manfred Karrer
3ea9ad4712
Cleanup formatting, organize imports
2016-10-19 23:44:49 +02:00
Manfred Karrer
22250574d8
Prepare for v 0.4.9.7
2016-10-19 22:04:46 +02:00
Manfred Karrer
8d9e330916
Add handling for INVALID_CLASS case
2016-10-12 23:35:48 +02:00
Manfred Karrer
b2b66d42a8
Add LookAheadObjectInputStream
2016-10-12 23:19:08 +02:00
Manfred Karrer
bac867873d
Improve wording, improve layout
2016-10-06 00:34:10 +02:00
Manfred Karrer
be27a11998
Improve wording
2016-10-06 00:25:57 +02:00
Manfred Karrer
6a4e1d467b
Merge branch 'Development'
2016-09-04 14:46:31 -05:00
Manfred Karrer
a0f078735f
Add delay at result handler of mailbox msg propagation. Add logs
2016-09-04 14:32:00 -05:00
Manfred Karrer
75b269c791
Update PersistedP2PStorageData
2016-09-04 13:02:08 -05:00
Manfred Karrer
fd1efe7353
Fix issue with message Listenter added too late and wrong handling of PreliminaryDataRequest vs. UpdateDataRequest
2016-09-04 11:57:04 -05:00
Manfred Karrer
83d411eba5
Prepare v0.4.9.6
2016-09-03 10:34:48 -05:00
Manfred Karrer
d270a736fa
Improve logging
2016-09-03 10:25:35 -05:00
Manfred Karrer
86297331e8
Change INTERVAL_SEC from 40 to 30 sec (before 0.4.9.5 it was 20 sec)
2016-09-03 10:19:36 -05:00
Manfred Karrer
29ca2f0454
Revert decrease of peers to send broadcast msg (we got some issues with less reliable msg delivery which might be caused by that prev. change) to 7 peers again.
2016-09-03 10:14:51 -05:00
Manfred Karrer
c4c79e89b2
Update PersistedP2PStorageData
2016-08-29 14:19:17 +02:00
Manfred Karrer
885efea69c
Decrease nr of peers for broadcast form 7 to 5
2016-08-29 11:32:51 +02:00
Manfred Karrer
f752035156
Increase keep alive INTERVAL_SEC from 20 to 40 sec
2016-08-29 11:31:44 +02:00
Manfred Karrer
cd0ec19f4b
Add null checks, cleanup
2016-08-28 18:31:23 +02:00
Manfred Karrer
cb5c2a6eeb
Add check if socket closed
2016-08-28 01:01:03 +02:00
Manfred Karrer
eb9f40ab54
Update PersistedP2PStorageData
2016-08-26 19:30:56 +02:00
Manfred Karrer
a803077296
Prepare for v 0.4.9.5
2016-08-26 17:03:01 +02:00
Manfred Karrer
f4826a110f
Remove printStacktrace if error at feed provider occurs, throw error instead
2016-08-25 12:28:46 +02:00
Manfred Karrer
c201727548
Set flag to connection at initial data request so the peer does not get disconnected from seed node if max connections are reached at seed node.
2016-08-25 03:09:47 +02:00
Manfred Karrer
7af384cb30
Prepare for 0.4.9.3
2016-08-23 15:38:08 +02:00
Manfred Karrer
6187c5047b
Add markets columns, fix layout
2016-08-23 15:31:13 +02:00
Manfred Karrer
b729afe56c
Use list of keys for excluding data which we have already at startup. Add dumped persisted data to resources so new user do nto need to load all statistics data.
2016-08-08 01:05:01 +02:00
Manfred Karrer
d0db09a56a
Pack TradeStatistics file as resource and copy to dn dir at startup if not exist. Refactor delayed processing of trade statistics
2016-08-07 22:14:54 +02:00
Manfred Karrer
7ddd877c50
Remove LazyProcessedStoragePayload from Offer and MailBoxPayload
2016-08-07 20:26:24 +02:00
Manfred Karrer
66643ec166
Set log level to warn instead of errors if verifications fail
2016-08-07 16:48:00 +02:00
Manfred Karrer
c6a6712830
Persist tradestatistics storage map, optimize handling of received data, reduce num backups for navigation and P2PStorage
2016-08-07 16:45:11 +02:00
Manfred Karrer
ccb6ce88c8
Add param for num of max backup files and increase it to 20 for wallet and keys.
2016-08-07 13:03:41 +02:00
Manfred Karrer
f7a7c4087b
Prepare v 0.4.9.3
2016-08-07 04:17:13 +02:00
Manfred Karrer
e51fb8ece4
Refactor lookup set
2016-08-06 19:48:54 +02:00