Commit graph

9712 commits

Author SHA1 Message Date
wiz
f5d75c4f60
Improve TempProposal processing (fixes #3143) 2019-08-27 22:36:37 +09:00
Christoph Atteneder
66e963aaa7
Merge pull request #3059 from camthegeek/list-masari
List Masari (MSR)
2019-08-27 14:19:11 +02:00
Christoph Atteneder
12a9e21f36
Merge pull request #3068 from zero24x/add-coin-varius
Add coin VARIUS
2019-08-27 14:18:35 +02:00
sqrrm
ace881cc04
Fix test, add singleton check for ChargeBackRisk 2019-08-27 12:47:02 +02:00
sqrrm
e3bd3a99e3
Merge remote-tracking branch 'origin/master' into arbitrator-to-sign 2019-08-27 11:27:33 +02:00
Christoph Atteneder
4c91671eec
Merge pull request #3113 from christophsturm/travis-jdk12
also run tests on jdk12
2019-08-27 11:00:49 +02:00
Christoph Sturm
9e17f812ce Reformat travis config 2019-08-27 10:44:14 +02:00
Christoph Sturm
c5866eff80 Also run tests on jdk12 2019-08-27 10:42:46 +02:00
Christoph Atteneder
e93370ccd5
Merge pull request #3122 from christophsturm/fix-defaultseednoderepository
fix random test failure.
2019-08-27 10:01:16 +02:00
Christoph Atteneder
db823dda60
Merge pull request #3131 from christophsturm/improve-logging
fix logging of peer address
2019-08-27 09:43:23 +02:00
Christoph Atteneder
70e304e828
Merge pull request #3135 from TyphooN-/list-solo
List Solo (XSL)
2019-08-27 09:35:53 +02:00
Christoph Atteneder
a75f5929ef
Merge pull request #3142 from devinbileck/suppress-rpc-service-log-entries_
Suppress RPC service log entries when running as DAO lite node
2019-08-27 09:34:29 +02:00
sqrrm
74244c4ad9
Add non static ChargeBackRisk wrapper 2019-08-26 14:33:50 +02:00
sqrrm
972dda655b
Test BuyerDataItem, use lombok generated equals and hash 2019-08-26 11:33:42 +02:00
sqrrm
0cdc091f3d
Merge remote-tracking branch 'origin/master' into arbitrator-to-sign 2019-08-26 10:46:28 +02:00
sqrrm
6273246926
Merge pull request #3133 from wiz/japanese-nav-buttons
Increase top navigation button text size for Japanese locale
2019-08-25 17:04:32 +02:00
wiz
5bef161c6b
Tweak class names for navigation button text size for Japanese locale 2019-08-24 14:05:07 +09:00
TyphooN
8e237b23ef
List Solo (XSL) 2019-08-23 17:11:51 -04:00
wiz
d32f390809
Increase top navigation button text size for Japanese locale 2019-08-24 02:17:43 +09:00
Christoph Sturm
31285b4419 Fix logging
don't log peer as optional [....onion]
2019-08-23 17:16:58 +02:00
Christoph Atteneder
0d9d1bdd8c
Merge pull request #3124 from battleofwizards/fix-dropdown-autocomplete-bugs
Fix bugs in SearchComboBox (improve autocomplete)
2019-08-23 11:10:35 +02:00
Devin Bileck
7da3bab9ca
Suppress RPC service log entries when running as DAO lite node
When running as DAO lite node, the following would get logged:

> INFO  b.c.dao.node.full.RpcService: The value of rpchost is
> INFO b.c.dao.node.full.RpcService: Starting RPCService with btcd-cli4j
version 0.5.8.4 on 127.0.0.1:8332 with user null

So instead of logging it when instantiating the RPCService, log it when
setting up the service.
2019-08-23 01:38:08 -07:00
Christoph Atteneder
c9e6cd84fd
Merge pull request #3125 from plutomonkey/ergo
List Ergo (ERG)
2019-08-22 21:28:28 +02:00
Jason Davies
8ad5bf1d99
List Ergo (ERG) 2019-08-22 19:38:40 +01:00
Christoph Atteneder
b43a006832
Merge pull request #3127 from devinbileck/activate-dao-preferences
Fix incorrect DAO full node check when loading PreferencesView
2019-08-22 19:35:25 +02:00
Devin Bileck
1780090558
Fix incorrect DAO full node check when loading PreferencesView
When loading the preferences view, it would always log a warning
indicating that DAO full node is selected without providing required
parameters even though it wasn't selected.
2019-08-22 01:28:11 -07:00
battleofwizards
fed956f63f
Fix bugs in SearchComboBox (improve autocomplete)
Bisq's SearchComboBox implements a simple autocomplete. It is used
on the "add new altcoin account" form.

This fixes the following bugs in the SearchComboBox:

* no more dropdown flickering (fixed hide+show hack)
* space key no longer resets the text input
* unconfirmed changes no longer affect the form
* empty list no longer renders empty dropdown

This is a preparation step for using SearchComboBox more widely
in the project.
2019-08-21 22:19:31 +02:00
Christoph Sturm
5a67d9f092 fix random test failure. 2019-08-21 19:04:43 +02:00
sqrrm
61895102fd
Arbitrator sign accountAgeWitnesses
Automatically filter to only sign accounts that
- have chargeback risk
- bought BTC
- was winner in dispute
2019-08-21 17:43:29 +02:00
sqrrm
aed1e8027e
Publish signed witness 2019-08-21 17:35:43 +02:00
sqrrm
f40728b448
Merge pull request #3091 from christophsturm/remove-jdk-10-need
jdk10 is no longer needed to build and run the test suite
2019-08-21 17:23:03 +02:00
sqrrm
ad9715a2cd
Merge pull request #3108 from christophsturm/test-signed-witness
make sure that signed witness is immutable.
2019-08-21 16:31:37 +02:00
Florian Reimair
0731579a35
Merge pull request #3115 from christophsturm/only-add-kotlin
Apply kotlin plugin and convert one unused class to kotlin
2019-08-21 12:40:00 +02:00
Christoph Atteneder
8634181123
Merge pull request #3119 from wiz/wiz/btcnode2
Add wiz's 2nd Bitcoin node
2019-08-21 12:04:31 +02:00
wiz
4d2a819a65
Add wiz's 2nd Bitcoin node 2019-08-21 18:17:18 +09:00
Christoph Atteneder
b1ddb07015
Merge pull request #3118 from devinbileck/prevent-proposals-view-null-pointer-exception
Prevent NullPointerException in ProposalsView
2019-08-21 10:33:36 +02:00
Devin Bileck
b095086204
Prevent NullPointerException in ProposalsView
When activating the ProposalsView, the table height is updated on the
user thread. Sometimes the scene is unavailable and causes a
NullPointerException. This should at least prevent the exception.

Fixes #2883 and #3116
2019-08-21 00:59:30 -07:00
Christoph Sturm
9b046be39d put version variables in alphabetical order. 2019-08-21 08:35:58 +02:00
sqrrm
f2f62c7033
Merge pull request #3112 from freimair/optimizations
Various optimizations
2019-08-20 22:08:19 +02:00
Christoph Sturm
26c053dae8 Apply kotlin plugin and convert one unused class to kotlin
just to check that everything works and to show how much simpler
kotlin code looks.
2019-08-20 16:07:07 +02:00
Christoph Sturm
856630d1f0 Improve naming 2019-08-20 12:49:42 +02:00
Florian Reimair
ecd01fd91d
Adjust log levels of price feed service 2019-08-20 12:08:02 +02:00
Florian Reimair
01e91cc35c
Adjust log levels of P2P connection class 2019-08-20 12:08:02 +02:00
Florian Reimair
5ff4bc2201
Adjust log level for DAO logging statements 2019-08-20 12:08:02 +02:00
Florian Reimair
bd3f999e5c
Only validate param change after parsing is done 2019-08-20 12:06:22 +02:00
Christoph Atteneder
85a93ba261
Merge pull request #3107 from christophsturm/christoph-more-tests
inject CorruptedDataFilesHandler instead of making it static
2019-08-20 11:34:14 +02:00
Christoph Atteneder
ab75db865b
Merge pull request #3103 from battleofwizards/auto-remove-whitespace-from-iban
Auto remove whitespace in the IBAN input field
2019-08-20 11:27:41 +02:00
Florian Reimair
0501412d8e
Fix performance issue with DaoResultView 2019-08-20 11:18:17 +02:00
Florian Reimair
53362868e0
Optimize initial tradestats processing 2019-08-20 11:14:43 +02:00
Florian Reimair
a56fc947e5
Use same seednodes for updatedDataReq 2019-08-20 11:06:40 +02:00