Commit graph

560 commits

Author SHA1 Message Date
Mike Rosseel
c25e083cbe fix protobuffer bugs, nullcheck for truncatedString utility 2017-03-01 16:28:27 +01:00
Mike Rosseel
cc08e31546 logging changes 2017-03-01 16:26:40 +01:00
Mike Rosseel
fd9e48d8b7 revert to as close as the old version as possible 2017-03-01 16:26:07 +01:00
Mike Rosseel
5b5329ffd4 fix string interning problem by removing Utilities.serialize calls and doing signing also with protobuffer 2017-03-01 09:20:13 +01:00
Mike Rosseel
2cdb9917de fix missing round-trip ctor arguments 2017-02-24 16:13:28 +01:00
Mike Rosseel
f6f61a36fc fix the non-serialisable LazyStringArrayList objects which come from protobuffer if no value was present. 2017-02-22 16:55:38 +01:00
Mike Rosseel
a18bbc5f39 first pass at fixing NPE's 2017-02-21 15:05:44 +01:00
Mike Rosseel
1017502035 fix communication problem 2017-02-20 15:12:42 +01:00
Mike Rosseel
7db8b8ece3 remove BSEnvironment changes, add logging to fromProtoBuffer 2017-02-20 10:58:34 +01:00
Mike Rosseel
5d6537a0d2 Removed the spring bug fix class because upgrading to 4.3.6-RELEASE fixed the bug + no more confusion on import between the two classes. Bitsquare now starts again, P2P to be tested 2017-02-20 09:50:09 +01:00
Mike Rosseel
92323ce561 moving app classes to make it start again. 2017-02-17 14:46:06 +01:00
Mike Rosseel
a3b31ce32b moving app classes to make it start again. 2017-02-17 14:45:03 +01:00
Mike Rosseel
17798cabf0 move apps back to where they belong 2017-02-16 14:13:34 +01:00
Mike Rosseel
b8a68658b0 fromProtoBuf is code complete 2017-02-16 09:04:23 +01:00
Mike Rosseel
22d5d5267b compiles again 2017-02-14 17:33:35 +01:00
Mike Rosseel
104914a4de adding new/moved files 2017-02-09 12:32:50 +01:00
Mike Rosseel
daa5557385 fromProto 50% done, not compiling 2017-02-09 12:23:15 +01:00
Mike Rosseel
219ea61f85 all toProto implemented on messages and payloads, remaining: fromProto 2017-02-07 08:54:04 +01:00
Mike Rosseel
113e28f9ed all Messages and Payloads have been converted to proto, remaining task is implement all to/from proto methods 2017-02-03 07:56:37 +01:00
Mike Rosseel
f327b03e18 added some more proto messages, have utility to convert proto -> messages to keep as much of the existing flow as possible. Might not compile. 2017-01-31 16:23:33 +01:00
Mike Rosseel
8f68b25c15 added a few more messages, introduced interface to more cleanly convert between protobuf and messages - maybe need similar to convert in the other direction. No more errors in logs so all messages are correctly sent in protobuf format for the minimal usecase. 2017-01-30 16:49:10 +01:00
Mike Rosseel
dd17069b1e working ping/pong 2017-01-30 07:53:52 +01:00
Manfred Karrer
8f871e2629 Add UTXO handling of orphan transactions, Add SquBlockchainManager, add Unittests 2017-01-17 02:56:30 +01:00
Manfred Karrer
4ccb84dd4f Sign all squ inputs, rename proposal to compensation. 2016-12-15 18:48:54 +01:00
Manfred Karrer
44f8baecef Add URL to exception logging 2016-12-12 13:02:15 +01:00
Manfred Karrer
6f9e7af7b0 Move uid to HttpClient, cleanup 2016-12-05 23:50:09 +01:00
Manfred Karrer
963086106f Move mining fee payment to taker. Refactor package io.bitsquare.pricefeed to io.bitsquare.provider.price. Rename option priceFeedProviders to providers 2016-12-05 17:25:50 +01: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