chimp1984
a0e690997a
Merge branch 'master_upstream' into Fix-small-P2P-network-issues
...
# Conflicts:
# core/src/main/java/bisq/core/setup/CoreNetworkCapabilities.java
2019-08-28 19:49:18 +02:00
Devin Bileck
70a4009e85
Update backup operator
2019-08-28 09:16:06 -07:00
Devin Bileck
9c7c301860
Merge branch 'master' of https://github.com/bisq-network/bisq into add-seednode-backup
...
# Conflicts:
# core/src/main/resources/btc_mainnet.seednodes
2019-08-28 09:14:14 -07:00
Christoph Atteneder
d701d2f37a
Merge pull request #3157 from ripcurlx/change-burned-bsq-to-grouped-by-day
...
Group burned BSQ by day
2019-08-28 12:45:10 +02:00
Christoph Atteneder
4478476763
Merge pull request #3151 from chimp1984/dont-send-bsq-blocks-to-full-nodes
...
Do not send BSQ blocks to full nodes
2019-08-28 12:42:16 +02:00
Christoph Atteneder
41774bda48
Group burned BSQ by day
2019-08-28 11:18:01 +02:00
sqrrm
f8fe464ca3
Merge pull request #3121 from sqrrm/arbitrator-to-sign
...
Arbitrator to sign
2019-08-28 11:13:35 +02:00
Christoph Atteneder
bd89aa74f1
Merge pull request #3156 from wiz/add-backup-operator
...
Add @nicolasdorier as backup seednode operator for jhgcy2won7xnslrb
2019-08-28 10:23:41 +02:00
wiz
80ce113cae
Add @nicolasdorier as backup seednode operator for jhgcy2won7xnslrb
2019-08-28 17:04:44 +09:00
Christoph Atteneder
cbbd1a0bf8
Merge pull request #3150 from wiz/update-datastore
...
Update data storage on expired data removal
2019-08-28 09:43:20 +02:00
chimp1984
ca0a42ba42
Use node address for thread name; cleanup
2019-08-28 01:21:43 +02:00
chimp1984
72e291cf9c
Call supportedCapabilitiesListener on Userthread
2019-08-28 01:21:16 +02:00
chimp1984
79c08b6e04
Remove Capability.SIGNED_ACCOUNT_AGE_WITNESS
2019-08-28 01:20:10 +02:00
Devin Bileck
1790637c84
Add backup operator for seeds 3f3cu2yw7u457ztq and fl3mmribyxgrv63c
2019-08-27 15:32:55 -07:00
chimp1984
f95a7f5d3f
Add missing listener notification and clean up class
2019-08-27 22:03:23 +02:00
chimp1984
4bc6616e7a
Do not send BSQ blocks to full nodes
2019-08-27 19:27:39 +02:00
wiz
f3f04ddad9
Update data storage on expired data removal
2019-08-28 01:55:52 +09:00
ghubstan
39d823a6fb
Validate phone numbers
...
Created new PhoneNumberValidator + Test. Validator hides
no arg constructor; public constructor requires two letter
ISO country code for validating inputs.
After successful validation, inputs are transformed into E.164
format and cached in a field, accessible via a getter method.
However, area and region codes are not checked for correctness.
End users are responsible for correctness of area/region codes.
Four i18n properties (validation.phone.*) were added to
displayStrings.properties
This is a partial fix for Issue #3042 . The validator
will be integrated into the GUI if PR is approved & patch is
merged.
Question for Bisq devs:
Another new pkg protected class, CountryCallingCodes, contains
an immutable map of ISO country codes -> country calling codes;
it is the only non-validator class in its package. The map
declaration is too large to live in the PhoneNumberValidator class,
even after tweaking idea.properties in an attempt to prevent
the IDE from freezing. Is it OK to leave CountryCallingCodes
where it is, or is there a more appropriate home for it?
2019-08-27 12:19:52 -03:00
Christoph Atteneder
1be6abf262
Merge pull request #3148 from wiz/tempProposal-improvement
...
Improve TempProposal processing (fixes #3143 )
2019-08-27 15:54:39 +02:00
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