Commit graph

1710 commits

Author SHA1 Message Date
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
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