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
Christoph Sturm
f3b3ca9fc4
make sure that signed witness is immutable.
...
btw I do hate byte arrays
2019-08-19 20:14:21 +02:00
Christoph Sturm
2ccecd2738
fix formatting
2019-08-19 18:26:39 +02:00
Christoph Sturm
aae430887e
fix formatting, set method parameter wrapping to "chop if long"
2019-08-19 18:13:05 +02:00
Christoph Sturm
79b3e5baf3
inject storage where possible
2019-08-19 17:21:35 +02:00
Christoph Sturm
7694d4e7d1
change some storage creations to injection. ensure its not a singleton
2019-08-19 17:19:45 +02:00
Christoph Sturm
b543c7f148
remove unused test method
2019-08-19 17:08:20 +02:00
Christoph Sturm
b77cff9e26
inject CorruptedDataFilesHandler instead of making it static
2019-08-19 16:54:46 +02:00
Christoph Sturm
2383d7ea50
restore the test that was lost in a rebase of my test branch
2019-08-19 16:35:18 +02:00
battleofwizards
becfdc6819
Auto remove whitespace in the IBAN input field
...
When adding a payment account Bisq requires IBAN to be whitespace free.
It is annoying for the user to manually clean pasted IBAN of spaces.
In online banking IBAN-s are usually displayed *with* spaces for
better readability.
This commit auto-removes whitespace when user is leaving the input
field, right before validation, effectively allowing to paste
real world IBAN-s.
2019-08-17 22:36:26 +02:00
sqrrm
62c57cbab7
Merge pull request #3011 from WG91/master
...
List WORX (WORX)
2019-08-16 18:25:40 +02:00
sqrrm
56037f0a08
Merge pull request #3077 from freimair/gui_tweaks
...
Gui layout tweaks
2019-08-16 18:23:55 +02:00
sqrrm
4381eea242
Merge pull request #3086 from christophsturm/p2ptest
...
inject publickeyring
2019-08-16 18:22:38 +02:00
sqrrm
e82577bc86
Merge pull request #3089 from battleofwizards/remove-deprecated-asset-default-address-validator
...
Remove deprecated DefaultAddressValidator
2019-08-16 18:18:31 +02:00
sqrrm
74fc76db87
Merge pull request #3097 from battleofwizards/bump-protobuf-to-fix-warning
...
Update protobuf to fix annoying warnings
2019-08-16 18:17:08 +02:00
sqrrm
f947340f2b
Merge pull request #3098 from battleofwizards/gui-texts-replace-p2p-with-bisq
...
Replace "P2P network" with "Bisq network" in GUI
2019-08-16 18:16:41 +02:00
sqrrm
02def6e698
Merge pull request #3099 from battleofwizards/enhance-documentation-on-translation-process
...
Enhance docs/translation-process.md
2019-08-16 18:14:30 +02:00
sqrrm
c0b4a86a2a
Merge pull request #3100 from ghubstan/tidy-build-file
...
Define more version variables, fix style problems
2019-08-16 18:14:09 +02:00
ghubstan
7b2ba53b66
Define more version variables, fix style problems
...
Define fontawesomefx version variables.
Fix testCompile org.mockito:mockito-core syntax.
2019-08-16 11:18:41 -03:00
battleofwizards
d5ceee4dd5
Enhance docs/translation-process.md
2019-08-16 15:50:47 +02:00
battleofwizards
0a7dd4db15
Update protobuf to fix annoying warnings
...
Protobuf got updated to the latest released version 3.9.1.
The main motivation was to fix the following annoying warnings:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.protobuf.UnsafeUtil (file:/home/qertoip/.gradle/caches/modules-2/files-2.1/com.google.protobuf/protobuf-java/3.5.1/8c3492f7662fa1cbf8ca76a0f5eb1146f7725acd/protobuf-java-3.5.1.jar) to field java.nio.Buffer.address
WARNING: Please consider reporting this to the maintainers of com.google.protobuf.UnsafeUtil
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Additionally, protobuf-gradle-plugin got updated to 0.8.10.
2019-08-16 14:13:47 +02:00
battleofwizards
7ea3ce0443
Replace "P2P network" with "Bisq network" in GUI
...
Rationale: it is not obvious whether "P2P network" in GUI
refers to Bitcoin network, Tor network, traded altcoin network,
or Bisq.
2019-08-16 13:56:26 +02:00
sqrrm
b1e293efb3
Merge pull request #3093 from wiz/jhgcy2won7xnslrb-transfer
...
Takeover jhgcy2won7xnslrb.onion from @devinbileck
2019-08-15 09:20:08 +02:00
wiz
d39f9f7499
Takeover jhgcy2won7xnslrb.onion from @devinbileck
2019-08-15 16:07:12 +09:00
battleofwizards
19b2ba0dfd
Remove deprecated DefaultAddressValidator
...
Migrate the last coin (Noir) and remove the no longer used
DefaultAddressValidator and related AbstractAssetWithDefaultValidatorTest.
2019-08-14 20:43:46 +02:00