Commit graph

58 commits

Author SHA1 Message Date
Chris Beams
88951d71b8
Capitalize 'Bitsquare' consistently 2014-10-30 15:52:19 +01:00
Chris Beams
8ca7b72e48
Introduce NoopMessageFacade 2014-10-30 13:03:57 +01:00
Chris Beams
e3b21fecff
Rename MessageFacade => TomP2PMessageFacade
- Rename MessageFacade => TomP2PMessageFacade
 - Reintroduce MessageFacade as an interface
2014-10-30 12:43:58 +01:00
Manfred Karrer
72763d0e5a Rename orders to portfolio, orderbook to offerbook 2014-10-25 01:53:04 +02:00
Manfred Karrer
aeb7730147 Use async handlers at Bootstrap 2014-10-24 19:35:12 +02:00
Manfred Karrer
cf6fa5205f Fix problem with seednode at localhost 2014-10-14 23:40:42 +02:00
Steve Myers
bec9a68750 Merged seedpeer branch with master branch, cleanup 2014-10-12 14:56:52 -07:00
Steve Myers
f8b9408514 Merged seedpeer branch with master branch
Conflicts:
	src/main/java/io/bitsquare/BitSquare.java
	src/main/java/io/bitsquare/gui/main/MainModel.java
2014-10-12 13:07:28 -07:00
Manfred Karrer
32fb720d2b Use regtest 2014-10-08 14:38:06 +02:00
Manfred Karrer
e2cdc517e4 Use BlockdownloadPane from wallettemplate 2014-10-07 22:56:43 +02:00
Steve Myers
ce1b57d87a Remove JFx service from seed node startup 2014-10-06 11:33:24 -07:00
Steve Myers
5e9f97953f Added built in dht seed node 2014-10-04 19:19:18 -07:00
Chris Beams
041d8ec7a7
Upgrade to BitcoinJ 0.12-SNAPSHOT
- Update imports to reflect BitcoinJ's repackaging, including:

   git grep -l 'import com.google.bitcoin' | \
   xargs perl -p -i -e 's/import com.google.bitcoin/import org.bitcoinj/'

   git grep -l 'com.google.bitcoin' | \
   xargs perl -p -i -e 's/com.google.bitcoin/org.bitcoinj/'

 - Replace use of BitcoinJ's CoinFormat, which has now been renamed to
   MonetaryFormat, using:

   git grep -l 'CoinFormat' | \
   xargs perl -p -i -e 's/CoinFormat/MonetaryFormat/g'

 - Fix calls to BitcoinJ's Script#correctlySpends, whose signature has
   changed from 0.11 => 0.12.

See #98
2014-10-02 16:07:27 +02:00
Manfred Karrer
b9b7d4b3e0 Improve usability, fix bugs 2014-10-02 14:30:05 +02:00
Manfred Karrer
ba3d04fed1 Add config file support for seednode selection, Fix resource loading bug with checkpoint file for mainnet 2014-09-29 03:01:01 +02:00
Manfred Karrer
a5a04fe72c Add config file support for network type selection 2014-09-29 01:44:50 +02:00
Manfred Karrer
76b6bcfc22 Cleanup 2014-09-26 02:21:34 +02:00
Manfred Karrer
f0f5ddd4ec Move Enum to Navigation, renamings 2014-09-15 23:17:39 +02:00
Manfred Karrer
1a5d9b6d6c Rename Overlay- and NaviagtionController 2014-09-15 15:29:27 +02:00
Manfred Karrer
c30646a11c Orderbook, Mainview, refactorings 2014-09-15 00:05:40 +02:00
Manfred Karrer
bd5f8d0020 Use DI for validators, add @Deprecated/TODOs, 2014-09-11 11:17:11 +02:00
Manfred Karrer
892e831b8d Resolve more cyclic package dependencies 2014-09-11 02:06:00 +02:00
Manfred Karrer
1db44639bf Refactor navigation 2014-09-09 18:11:20 +02:00
Manfred Karrer
dcceb85669 Refactored MainView 2014-09-09 15:42:49 +02:00
Manfred Karrer
b91fe8273b changed validation 2014-08-29 16:14:25 +02:00
Manfred Karrer
ab6ae89c38 reformatting 2014-08-27 21:26:40 +02:00
Manfred Karrer
8e22e42556 update MVP for create offer, improve addressTF, balanceTF, create inputvalidator 2014-08-27 01:29:34 +02:00
Manfred Karrer
919cde4e43 removed unused code, comments, small refactorings 2014-08-26 21:52:04 +02:00
Manfred Karrer
5415878356 changed fiat comparison in tests, added comments 2014-08-26 17:58:37 +02:00
Manfred Karrer
1c3c8b9d21 merged with cbeams formatting changes. use MVP pattern for create offer screen 2014-08-26 16:57:31 +02:00
Chris Beams
a31aa9c883
Organize import statements 2014-08-26 16:01:34 +02:00
Chris Beams
a3c4df8dc3
Adjust line wrapping by hand 2014-08-26 16:01:33 +02:00
Chris Beams
1ad1d318e8
Wrap lines at 120 chars 2014-08-26 16:01:33 +02:00
Chris Beams
7d6ca37d06
Apply formatting to Java sources
This is essentially the default IDEA formatting settings, with one tweak
made to allow same-line field annotations (useful particularly in the
case of the @FXML annotation)
2014-08-26 16:01:32 +02:00
Chris Beams
be3beb5c13
Apply copyright to Java sources
Per http://www.gnu.org/licenses/gpl-howto.html
2014-08-26 15:56:14 +02:00
Manfred Karrer
656a517057 save last successful bootstrap method and use that afterwards directly (speed up bootstrap when fallbacks are used like port forwarding and relay). Relay mode cause still issues on the server, need to be fixed ba Thomas Bocek (see mailinglist) 2014-08-22 18:28:12 +02:00
Manfred Karrer
7e8ee84ed1 fixed validation bugs and bugs at create order view 2014-08-20 21:55:27 +02:00
Manfred Karrer
7cac1eceec refactored create offer process 2014-08-06 14:31:22 +02:00
Manfred Karrer
0f04d3c483 update to bitcoinJ master 2014-08-05 20:00:47 +02:00
Manfred Karrer
603e86f14c refactoring: bank account, user, persistence 2014-08-01 16:45:42 +02:00
Manfred Karrer
57d5ddcc4f updated to master branch of tomp2p. refactored messaging. bootstrapping to seed node (server supported). right management. 2014-07-31 18:45:58 +02:00
Manfred Karrer
65d97819ac add system try support, add address to create offer screen 2014-07-07 16:28:40 +02:00
Manfred Karrer
4f26d76746 remove @Nullable/@NotNull annotations (too noisy and better use Optional/Either instead to avoid null pointer exc.) 2014-07-01 15:09:23 +02:00
Manfred Karrer
ebf2c559db add @Nullable/NotNull annotations, cleanup with intellij inspections 2014-06-30 02:17:26 +02:00
Manfred Karrer
7abbe21329 error handling, popups, code cleanup 2014-06-27 15:36:03 +02:00
Manfred Karrer
205259bee9 separate wallet addresses 2014-06-19 23:58:27 +02:00
Manfred Karrer
70522383c6 update listeners 2014-06-18 23:59:13 +02:00
Manfred Karrer
1b5cd9862b update readme 2014-05-19 22:27:49 +02:00
Manfred Karrer
d39ae903ff payment process summary screen offerer, process imporved 2014-05-19 19:16:11 +02:00
Manfred Karrer
a508f95582 payment process payout done 2014-05-17 01:48:23 +02:00