Commit graph

271 commits

Author SHA1 Message Date
Manfred Karrer
4232a10f47 Improve loggings 2016-02-01 20:11:03 +01:00
Manfred Karrer
406bcd31ef Cleanups, improve loggings 2016-02-01 19:21:04 +01:00
Manfred Karrer
bee9d2c610 Cleanups, improve loggings 2016-02-01 13:26:41 +01:00
Manfred Karrer
186f85c44e Refactorings, small improvements/fixes 2016-01-31 00:38:03 +01:00
Manfred Karrer
65f2aefcc4 Removed holder name as not needed/visible at perfectmoney 2016-01-31 00:36:39 +01:00
Manfred Karrer
9dd9decb96 Bugfixes, refactorings,... 2016-01-30 23:43:58 +01:00
Manfred Karrer
3ea39bef32 increase timeout 2016-01-30 04:29:29 +01:00
Manfred Karrer
623b07dfcc UI bugfixes and improvements 2016-01-28 21:49:10 +01:00
Manfred Karrer
87e2119b84 Allow sorting in tables 2016-01-28 13:26:57 +01:00
Manfred Karrer
fc74c46b3b Remove Stellar 2016-01-28 03:58:29 +01:00
Manfred Karrer
d8086ffba9 Set mainnet as default 2016-01-27 22:28:09 +01:00
Manfred Karrer
495616edea version 0.3.3 2016-01-27 19:02:01 +01:00
Manfred Karrer
a856fa36d3 Refactor handshake out for peers request 2016-01-27 18:26:51 +01:00
Manfred Karrer
c68c06d598 Add maintenance task 2016-01-27 03:38:16 +01:00
Manfred Karrer
9339ab57cc Fix missing password key 2016-01-27 02:24:56 +01:00
Manfred Karrer
a91822803f Fix mailbox behaviour, renamings 2016-01-27 01:56:56 +01:00
Manfred Karrer
7b87c39ffd Renamed MailMessage to DirectMessage 2016-01-27 01:02:56 +01:00
Manfred Karrer
602c503cea Add callback for broadcaster when sending mailbox msg 2016-01-27 00:04:03 +01:00
Manfred Karrer
991a4350ac P2P network / UI improvements 2016-01-26 16:37:08 +01:00
Manfred Karrer
2ad72938ec Remove authentication for P2P network, UI improvements 2016-01-24 20:30:33 +01:00
Manfred Karrer
8aee8b617d Misc. cleanups 2016-01-21 13:08:40 +01:00
Manfred Karrer
ceae998bee Fix nullpointer, fix wrong hash at arb. select. 2016-01-21 13:03:38 +01:00
Manfred Karrer
c180491430 Rename Address to NodeAddress 2016-01-21 12:32:16 +01:00
Manfred Karrer
cb685d3b5c Run reformat and organize imports 2016-01-21 02:48:44 +01:00
Manfred Karrer
f723bf5737 Refactor fee handling, add user defined fee to settings, UI fixes 2016-01-21 02:40:49 +01:00
Manfred Karrer
34bbe4678f Cleanup 2016-01-20 02:55:55 +01:00
Manfred Karrer
578ec48d93 change log level 2016-01-19 19:39:52 +01:00
Manfred Karrer
9506bfd17d Remove wrong thread names 2016-01-19 19:15:58 +01:00
Manfred Karrer
23b1adbe7e Cleanups, better logging 2016-01-19 15:27:46 +01:00
Manfred Karrer
ca4bf16b1d Fix missing timeout for offeravailability request, set offer state at timeout , cleanups 2016-01-19 15:26:49 +01:00
Manfred Karrer
88812fcbb4 set 0.0003 btc as mining fee 2016-01-19 15:26:25 +01:00
Manfred Karrer
d88c0bc2e6 Add null check for storage 2016-01-18 23:32:59 +01:00
Manfred Karrer
2e363a36b6 Add Tradeblock explorer 2016-01-18 23:08:14 +01:00
Manfred Karrer
474ec2145a Adopt table row width, remove transient form static fields, cleanups 2016-01-18 16:02:04 +01:00
Manfred Karrer
be4a25abb0 use bitcoin as currency in lowercase 2016-01-18 13:04:15 +01:00
Manfred Karrer
49b5ac5403 add info regarg. lower tradeamount limit when using mainnet 2016-01-17 12:37:52 +01:00
Manfred Karrer
ec1fcad52e Reduce sec. deposit and max trade amount for mainnet 2016-01-15 23:15:36 +01:00
Manfred Karrer
e2a9a3701c Use tx id instead of tx as param 2016-01-15 01:40:56 +01:00
Manfred Karrer
c7b8921c61 Merge pull request #352 from gubatron/cleanup-gubatron-2016-01-14
Exploratory cleanup, Hi.
2016-01-15 00:13:01 +01:00
Manfred Karrer
af17c4938d fixed wrong fee 2016-01-14 23:44:30 +01:00
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
Manfred Karrer
f7c2a219c9 Adopt fees, allow mainnet, add mainnet seednodes, fix missing update at tx list view 2016-01-14 23:14:34 +01: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