Commit graph

420 commits

Author SHA1 Message Date
Manfred Karrer
ea4fc12092 Use dash instead of underscore for offer id 2017-02-07 20:24:44 -05:00
Manfred Karrer
4cafddabc7 Add version nr to offer id, use more randomized prefix for short id 2017-02-07 19:44:45 -05:00
Manfred Karrer
d65e098933 Increase tx fee to 0.0007 btc, increase tradeprotocol version, change log level for tx details to INFO 2017-02-07 18:47:20 -05: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
32e7bd7f0b Update voting hash calculation 2016-12-22 01:46:14 +01:00
Manfred Karrer
5dc00eb427 Use version byte and ripemd160 hash of json for comp. data. Use only primitive data in comp. data. 2016-12-21 23:05:04 +01:00
Manfred Karrer
5de17018f0 Clean up tx creation, fix issue with tx commit in both wallets. Add data for voting hash 2016-12-19 00:47:21 +01:00
Manfred Karrer
d9f8e20554 Change naming: Proposal to CompensationRequest 2016-12-14 19:24:53 +01:00
Manfred Karrer
462158bae8 Add menu item and views for dao 2016-12-07 18:55:23 +01:00
Manfred Karrer
18a3a0df5a v0.4.9.8 2016-11-19 16:54:54 +01:00
Manfred Karrer
3bf4c60567 Prepare for v0.4.9.8 2016-11-19 14:36:23 +01:00
Manfred Karrer
2f5c1a926a Check if supported crypto key length is > 128 (security policy adopted in Oracel JDK) 2016-10-20 01:45:19 +02:00
Manfred Karrer
9a3cc19efa V 0.4.9.7 2016-10-20 00:10:45 +02:00
Manfred Karrer
22250574d8 Prepare for v 0.4.9.7 2016-10-19 22:04:46 +02:00
Manfred Karrer
b2b66d42a8 Add LookAheadObjectInputStream 2016-10-12 23:19:08 +02:00
Manfred Karrer
6834c808c6 Cleanup 2016-10-07 01:44:13 +02:00
Manfred Karrer
25830ed668 Add custom payout amount textfields to DisputeSummaryPopup (WIP) 2016-10-06 21:01:18 +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
e747392323 v0.4.9.6 2016-09-04 14:48:38 -05:00
Manfred Karrer
83d411eba5 Prepare v0.4.9.6 2016-09-03 10:34:48 -05:00
Manfred Karrer
04bcfead57 v 0.4.9.5 2016-08-29 16:48:15 +02:00
Manfred Karrer
cd0ec19f4b Add null checks, cleanup 2016-08-28 18:31:23 +02:00
Manfred Karrer
a803077296 Prepare for v 0.4.9.5 2016-08-26 17:03:01 +02:00
Manfred Karrer
e8cdea6aa4 Add email to Cash deposit and extend info text 2016-08-25 20:15:08 +02:00
Manfred Karrer
cd4401a001 Add new payment methods: ClearXExchange, US Postal Money Order and US CashDeposit (WIP). Deactivate bank transfers for US. 2016-08-25 18:25:19 +02:00
Manfred Karrer
18d3dfd38b Store arbitrator pubKey in trade object to avoid null pointer when the arbitrator is not available in the trade process 2016-08-25 02:36:16 +02:00
Manfred Karrer
7af384cb30 Prepare for 0.4.9.3 2016-08-23 15:38:08 +02:00
Manfred Karrer
1357cc3536 Apply inverted price to markets screens, various refactorings, bugfixes 2016-08-23 10:31:43 +02:00
Manfred Karrer
8d13df152a Fix layout and visibility bug for price feed provider logos, fix formatting issue with scientific notation 2016-08-21 02:40:59 +02:00
Manfred Karrer
a6958b570d Apply inverted price to create offer view 2016-08-20 21:47:59 +02:00
Manfred Karrer
1c6376d462 Invert price in pending offers and trades 2016-08-19 20:45:14 +02:00
Manfred Karrer
506899e326 Remove ETC warning 2016-08-19 19:26:33 +02:00
Manfred Karrer
20fd68193a Version 0.4.9.3 2016-08-08 04:18:45 +02:00
Manfred Karrer
849af2449d Add deleteOnExit for tem file 2016-08-08 01:34:04 +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
c9349d2935 Make num backups editable per storage, reduce for closed trades to 3 2016-08-07 16:41:14 +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
2adff1a5f9 Revert MessageDigest creation in Hash class 2016-08-07 03:08:30 +02:00
Manfred Karrer
a0510703cd Instantiate MessageDigest only once 2016-08-06 19:42:10 +02:00
Manfred Karrer
16a40c1906 Rename JsonString to PlainTextWrapper 2016-08-06 19:05:49 +02:00
Manfred Karrer
814bf8d065 Add statistics dump for offers 2016-07-31 04:10:40 +02:00
Manfred Karrer
5c86e6ed5d Save json as plain text instead of serialized java object 2016-07-31 02:52:52 +02:00
Manfred Karrer
3cf11e69e6 v0.4.9.2 2016-07-30 01:54:02 +02:00