Commit Graph

9589 Commits

Author SHA1 Message Date
Christoph Atteneder
305b5454dd
Add autogenerated entry by Intellij (2019.2) 2019-09-05 10:32:16 +02:00
Christoph Atteneder
af95fcc9cf
Merge pull request #3186 from christophsturm/fix-exception-logging
Log Exceptions to logfile instead of STDERR
2019-09-04 10:33:45 +02:00
Christoph Atteneder
285e5f236d
Merge pull request #3189 from gordonel/patch-1
Change trader-facing language to gender-neutral
2019-09-04 10:33:23 +02:00
Christoph Atteneder
dd17e0834d
Merge pull request #3188 from wiz/beyond-the-css
Fix CSS styling bug caused by using Text() instead of Label()
2019-09-04 10:31:53 +02:00
Christoph Atteneder
16a2f07c21
Merge pull request #3192 from wiz/japanese-locale-chart-axis-bugfix
Reduce size of chart axis font to fit Japanese string
2019-09-04 10:26:13 +02:00
Christoph Atteneder
6adbc41247
Merge pull request #3193 from wiz/more-dark-mode-polishing
More UI polish for Dark Mode
2019-09-04 10:21:54 +02:00
Christoph Atteneder
2c9e927150
Merge pull request #3195 from battleofwizards/remove-bcprov-as-direct-dependency
Remove bcprov from direct dependencies - a major step towards eventually removing Bouncy Castle
2019-09-04 10:18:55 +02:00
Christoph Atteneder
8624c2604a
Merge pull request #3196 from battleofwizards/remove-json-simple-dependency
Remove json-simple dependency
2019-09-04 10:16:50 +02:00
battleofwizards
d27311f0a8
Remove json-simple dependency
Turns out it was only used in a dead code.
2019-09-03 16:53:41 +02:00
battleofwizards
1c580da5ed
Remove bouncycastle:bcprov from *direct* dependencies
We still depend on this jar *indirectly* via bouncycastle:bcpg,
which is used for PGP signature verification of Bisq Desktop updates.

This gets us closer to prospect of removing Bounce Castle dependency
entirely in the future.

Rationale for this direction:

* We are really only using Bouncy Castle for PGP sig verification
* Java's builtin cryptography got vastly better since 2000
* We should prefer boring and proven cryptography anyway
* Australian projects should be considered compromised,
  and Bouncy Castle is run by Australian non-profit organization
* Bouncy Castle is a heavy dependency totaling 3.6MB
2019-09-03 15:07:22 +02:00
battleofwizards
e93a4efbc9
Remove Ergo coin as prep to remove Bouncy Castle 2019-09-03 15:03:35 +02:00
wiz
c7c2082aa3
More UI polish for Dark Mode
* Tweak contrast of background linear gradient
* Tweak background colors slightly darker
* Tweak foreground colors slightly lighter
* Tweak buy/sell buttons color slightly darker
* Tweak chart axis line and label font colors
2019-09-03 21:58:37 +09:00
battleofwizards
e974d616cf
Replace bouncycastle Base64 with java builtin Base64
Compatibility is assumed based on the following:

* Java follows RFC 4648 which is considered the "regular" Base64
* Bouncy Castle does *not* specify the standard but uses the same
  charset and padding as RFC 4648:
  https://github.com/bcgit/bc-java/blob/master/core/src/main/java/org/bouncycastle/util/encoders/Base64Encoder.java
2019-09-03 14:49:48 +02:00
wiz
97b6ba133d
Reduce size of chart axis font to fit Japanese string 2019-09-03 21:39:07 +09:00
battleofwizards
7719851658
Replace bouncycastle Hex with guava Hex
Hex encoding and decoding compatibility has been verified regarding
null, "", character case handling, and incorrect digits handling.
2019-09-03 13:54:32 +02:00
Gordon E
74215d1846
Update TakeOfferDataModel.java 2019-09-03 12:38:14 +03:00
Gordon E
7b2ab4adda
Update ApplyFilter.java 2019-09-03 12:36:42 +03:00
Gordon E
688bb4e423
Update displayStrings.properties 2019-09-03 12:35:38 +03:00
Gordon E
42a69c73bb
add missing corrections 2019-09-03 12:31:35 +03:00
Gordon E
a25aeef9e7
Update GetDataRequestHandler.java 2019-09-03 12:16:15 +03:00
Gordon E
ce43142507
Update TacWindow.java 2019-09-03 12:14:01 +03:00
Gordon E
e257df4244
Update displayStrings.properties 2019-09-03 12:12:19 +03:00
Gordon E
73d097566b
gender-neutral language change in P2PService.java 2019-09-03 12:06:51 +03:00
wiz
93e4611831
Fix CSS styling bug caused by using Text() instead of Label() 2019-09-03 05:54:24 +09:00
Christoph Sturm
cbfa35ec18 Log Exceptions to logfile instead of STDERR 2019-09-02 17:50:01 +02:00
Christoph Atteneder
9047ff17a2
Merge pull request #3184 from sqrrm/use-latest-btcd-cli4j
Use latest btcd-cli4j
2019-09-02 16:14:28 +02:00
sqrrm
ab96f2a735
Use latest btcd-cli4j 2019-09-02 15:59:55 +02:00
Christoph Atteneder
4139e022df
Update bitcoinj checkpoint 2019-09-02 15:14:42 +02:00
Christoph Atteneder
3fc19f92b8
Merge pull request #3182 from christophsturm/fix-npe
fix NPE in shutdown hook
2019-09-02 14:39:12 +02:00
sqrrm
ca0bccf84c
Merge pull request #3183 from chimp1984/add-mediator-type
Change DisputeCommunicationMessage.Type enum
2019-09-02 14:25:38 +02:00
chimp1984
3f885c21e5
Use ARBITRATION instead of MEDIATION 2019-09-02 14:15:15 +02:00
chimp1984
629a16f163
Change DisputeCommunicationMessage.Type enum
To support future mediation chats
2019-09-02 14:10:54 +02:00
Christoph Sturm
ba099d9262 fix NPE in shutdown hook 2019-09-02 13:04:29 +02:00
Christoph Atteneder
bcb7b1a756
Merge pull request #3180 from ripcurlx/update-data-stores
Update data stores
2019-09-02 12:47:59 +02:00
Christoph Atteneder
7f17ab5858
Merge pull request #3181 from cbeams/remove-cbeams-pricenode
Remove cbeams pricenode from ProvidersRepository
2019-09-02 12:47:27 +02:00
Chris Beams
fdecf6f33c
Remove cbeams pricenode from ProvidersRepository
The BitcoinAverage developer plan API keys in use for this node have
recently expired. Given that we already have four other pricenodes
up and running, there's no compelling reason to keep this fifth one in
place and to pay for hosting and API keys for it every month.
2019-09-02 12:34:22 +02:00
Christoph Atteneder
c235093c2b
Merge pull request #2977 from donito-inc/master
Rebrand Neos to Donu
2019-09-02 11:36:18 +02:00
Christoph Atteneder
5d260ad42b
Update translations 2019-09-02 11:26:50 +02:00
Christoph Atteneder
e2a17dcb8e
Update data stores 2019-09-02 11:14:59 +02:00
Christoph Atteneder
a212a5889c
Merge pull request #3149 from ghubstan/validate-phone
Validate phone numbers
2019-09-02 09:47:11 +02:00
Christoph Atteneder
0e21ffb08e
Merge pull request #3168 from wiz/fifty-shades-of-gray
Various CSS fixes for v1.1.6
2019-09-02 09:24:36 +02:00
Christoph Atteneder
f972984a92
Merge pull request #3172 from battleofwizards/fix-doubleclick-on-autocomplete-dropdowns
Fix #3171 doubleclick on autocomplete dropdowns
2019-09-02 09:21:26 +02:00
Christoph Atteneder
e6d5429e25
Merge pull request #3174 from blabno/remove-byteball
Remove Byteball in order to remove commons-codec.
2019-09-02 09:20:45 +02:00
Christoph Atteneder
e0c91d22b3
Merge pull request #3176 from sqrrm/blocknotify-option
Add rpcBlockNotificationHost option
2019-09-02 09:20:13 +02:00
Christoph Atteneder
9c0be827c9
Merge pull request #3177 from chimp1984/fix-bsq-wallet-performance-issue
Fix performance issue in BsqWalletService
2019-09-02 09:19:55 +02:00
Christoph Atteneder
800b677730
Merge pull request #3178 from chimp1984/Improve-logging
Improve logging
2019-09-02 09:18:16 +02:00
chimp1984
3412725a48
Update core/src/main/java/bisq/core/dao/monitoring/DaoStateMonitoringService.java
Co-Authored-By: sqrrm <sqrrm@users.noreply.github.com>
2019-09-02 01:29:54 +02:00
chimp1984
8521164adc
Add duration log for DaoStateMonitoringService
Creating the daoStateHash is quite expensive (about 20-30 ms/block).
As this happens while parsing it delays the parsing time (parsing is
very fast). We persist t the hashes so it is only done for new blocks.
For 1 month of blocks (4000) it would take about 80-120 seconds.
It is not blocking the user thread as it is done per block and those
are parsed one after another.
2019-09-01 23:24:08 +02:00
chimp1984
9db4d69276
Improve RequestDataHandler
- Remove processDelayedItems list as we do not delay anymore the data
items and protectedStoragePayloads do not get an extra treatment if
they are marked as LazyProcessedPayload.
- Add duration logging
- Replace checkArgument with an if check
- Apply code inspection
- Cleanup
2019-09-01 23:03:29 +02:00
chimp1984
a876273c52
Reset daoFullNode in preferences if rpc data are not set 2019-09-01 22:58:51 +02:00