Commit Graph

230 Commits

Author SHA1 Message Date
gubatron
ea1d75cc45 [immutability-refactor] All these members are only assigned on constructors/declaration.
Avoid mutability as much as possible, it's the devil.
2016-01-14 17:14:51 -05:00
gubatron
df6d93a4a1 [encapsulation] abstract constructors can be package local. 2016-01-14 17:08:37 -05:00
gubatron
c899466ec4 [refactor] use lambda. 2016-01-14 17:07:49 -05:00
gubatron
088334014c [encapsulation] Alert::TTL. spaces. 2016-01-14 17:07:00 -05:00
gubatron
a4d7731987 [cleanup] bunch of dead code, small DRY refactor. 2016-01-14 17:05:38 -05:00
gubatron
7847607ca3 [cleanup] CurrencyUtil.java 2016-01-14 16:57:30 -05:00
Manfred Karrer
e6726a34ef change order of block explorers 2016-01-14 16:44:24 +01:00
Manfred Karrer
9653ff8437 remove maintainancemanager, adopt fees, adopt timer delays, v. 0.3.2.3 2016-01-14 14:05:52 +01:00
Manfred Karrer
db128c6815 fix wrong timer behaviour 2016-01-14 11:40:06 +01:00
Manfred Karrer
7c3732c0e5 P2P network improvements 2016-01-02 22:04:30 +01:00
Manfred Karrer
97629cb0cd Use extra classes for seednode 2016-01-01 20:26:16 +01:00
Manfred Karrer
e456883f9b incease fee as testnet is spammed with tx with high fees. use FxTimer in fx classes (gui). Use scheduledExecutor instead of timer 2016-01-01 19:34:00 +01:00
Manfred Karrer
8716a506e8 Add more logging 2016-01-01 15:28:50 +01:00
Manfred Karrer
be108a3035 Fix bug with failed offer removal. Fix reduced fees to avoid negative amounts 2015-12-31 19:27:47 +01:00
Manfred Karrer
860ffd2aff Reduce fee and sec. deposit to min. for testing 2015-12-31 18:58:55 +01:00
Manfred Karrer
d580c7866f Fix bug with missing update of arbitrator list 2015-12-31 18:55:49 +01:00
Manfred Karrer
16baa3ec8d Add btc peers to list in UI 2015-12-31 18:19:33 +01:00
Manfred Karrer
67fb7aa825 Rename peergroup 2015-12-31 16:17:01 +01:00
Manfred Karrer
7dc08b0459 fix ui bug with not updated offer direction 2015-12-31 12:57:27 +01:00
Manfred Karrer
91761ade14 ignore locktime if 0 2015-12-31 00:10:27 +01:00
Manfred Karrer
c2dbd55e77 Remove walletprefix, fix key event listener, v 0.3.2.23-snapshot 2015-12-29 00:36:19 +01:00
Manfred Karrer
2701af82bc Version 0.3.2.2 2015-12-28 13:33:58 +01:00
Manfred Karrer
c5ea60c2fe Fix issue with dangling msg 2015-12-28 00:44:26 +01:00
Manfred Karrer
2d518f9a16 Refactor data request at starup to separate class 2015-12-21 20:23:03 +01:00
Manfred Karrer
3222019480 Fix bug with not rePublished offers. Update offerbook when offer gets removed. Add pref. language and currency to preferences 2015-12-20 23:05:42 +01:00
Manfred Karrer
b1c4d7b636 change pom files for 0.3.2.2-SNAPSHOT 2015-12-20 20:20:14 +01:00
Manfred Karrer
5dcc68d04a dont allow mainnet 2015-12-19 18:11:31 +01:00
Manfred Karrer
f009434530 Small fixes for v 0.3.2.1 2015-11-18 22:58:41 +01:00
Manfred Karrer
5b4a360b26 RC version 0.3.1 2015-11-18 17:32:02 +01:00
Manfred Karrer
b235beb56b fix bug with map 2015-11-18 16:43:28 +01:00
Manfred Karrer
82e766e6b1 fix mailbox msg remove bug, add setup for release version 2015-11-18 13:46:47 +01:00
Manfred Karrer
f9a31f4b8a impl. feedback from aaron. improve popups, add warning for remove offer, deactivate mainnet,... 2015-11-17 20:54:03 +01:00
Manfred Karrer
6f523e02dd Improve popups 2015-11-16 17:52:01 +01:00
Manfred Karrer
cb8761b74e Add popups 2015-11-16 15:20:50 +01:00
Manfred Karrer
85427d7bde Fix authentication issues, store address 2015-11-12 02:00:04 +01:00
Manfred Karrer
f8adaaed62 Cleanup dependencies 2015-11-11 18:25:07 +01:00
Manfred Karrer
5618f23654 Add Network id 2015-11-10 15:30:47 +01:00
Manfred Karrer
09321c89b3 Add support for btc network version for p2p network messages 2015-11-10 00:42:28 +01:00
Manfred Karrer
b81e263c24 Cleanup listeners 2015-11-09 16:16:43 +01:00
Manfred Karrer
0f87eb99cc add P2PNetworkReadyListener 2015-11-09 14:20:52 +01:00
Manfred Karrer
13399057f7 improve logging 2015-11-07 23:13:19 +01:00
Manfred Karrer
6e1e3d4be3 fix serialisation issue with address entry 2015-11-07 03:39:37 +01:00
Manfred Karrer
e3cdad4299 extract authentication to class, map to user thread 2015-11-06 20:12:46 +01:00
Manfred Karrer
81bf4b65d4 Use sets instead of lists, fix threading issues 2015-11-05 23:23:15 +01:00
Manfred Karrer
def492a22a Update guava, cleanup threading 2015-11-05 20:55:55 +01:00
Manfred Karrer
1a66d3cef5 map to user thread 2015-11-04 03:33:16 +01:00
Manfred Karrer
8e74890a13 add more logs 2015-11-03 23:44:36 +01:00
Manfred Karrer
0b7e45ca55 add exception handling to runnables 2015-11-03 20:56:08 +01:00
Manfred Karrer
4d82467fa3 deactivate travis as it does not work anymore with javaFX 2015-11-03 17:28:04 +01:00
Manfred Karrer
c5ee2c9186 added jars, fixed tests 2015-11-03 15:34:04 +01:00