Christoph Atteneder
3df94288b5
Merge pull request #4464 from chimp1984/show-popup-for-osx-key-logger-warning
...
Show popup about key-logger warning if OSX version is >= 10.14
2020-09-03 16:49:58 +02:00
Christoph Atteneder
5812103579
Merge pull request #4467 from chimp1984/remove-double-username-tf-in-revolut
...
Fix wrong label for account name when displaying revolut account
2020-09-03 16:48:58 +02:00
Christoph Atteneder
64f74031c0
Merge pull request #4468 from chimp1984/remove-old-news
...
Remove NewTradeProtocolLaunchWindow and badges for dao and account
2020-09-03 16:48:32 +02:00
Christoph Atteneder
254b1f1b0d
Merge pull request #4466 from chimp1984/change-localhost-to-loopback
...
Use InetAddress.getLoopbackAddress instead of InetAddress.getLocalHost()
2020-09-03 16:48:04 +02:00
chimp1984
e496637b4b
Remove NewTradeProtocolLaunchWindow and badges for dao and account
...
Those have been added for 1.2 and are not new anymore.
2020-09-02 22:44:49 -05:00
chimp1984
ef0e895c55
Fix typo
2020-09-02 22:27:42 -05:00
chimp1984
59725f8a5f
Fix wrong label for account name when displaying revolut account
2020-09-02 22:10:03 -05:00
chimp1984
fa626eda4b
Use InetAddress.getLoopbackAddress instead of InetAddress.getLocalHost()
...
On OSX InetAddress.getLocalHost() can cause problems. On my machine I
get a 5 sec. delay at each start up in localhost mode. The
InetAddress.getLoopbackAddress call is super fast.
Both versions connect to my local btc node, but not sure what can be
the differences if local environment is configured differently as
default. But as those issues with very slow getLocalHost lookup seems
to be more risky I would recommend that we change it.
It only affects localhost regtest mode and users who have a local btc
node running. The detection code for that is using getLoopbackAddress
as well.
See: a5cca0ee1e
2020-09-02 21:59:31 -05:00
chimp1984
ff7e3cb4cc
Add check for major version as well
2020-09-02 16:23:20 -05:00
chimp1984
98613d5210
Updated text
2020-09-02 16:19:44 -05:00
chimp1984
842eeebe56
Show popup about key-logger warning if OSX version is >= 10.14
...
Tell user about the issue and instruct him how to change OS settings.
2020-09-02 10:26:33 -05:00
sqrrm
9c13ced3ba
Merge pull request #4463 from bisq-network/revert-4443-upgrade-jfoenix
...
Revert "Upgrade JFoenix to v9.0.10"
2020-09-02 15:51:08 +02:00
Christoph Atteneder
641240d8a0
Revert "Upgrade JFoenix to v9.0.10"
2020-09-02 15:27:06 +02:00
sqrrm
604dabbb46
Merge pull request #4461 from ghubstan/1-singleton-coreapi
...
Make CoreApi a singleton
2020-09-02 14:44:23 +02:00
Christoph Atteneder
095c8b5bdb
Merge pull request #4415 from sqrrm/dev-css
...
Add option to use different css for dev mode
2020-09-02 14:20:57 +02:00
Christoph Atteneder
a691eed223
Merge pull request #4455 from sqrrm/simplify-witness-signing
...
Simplify witness signing
2020-09-02 14:19:46 +02:00
Christoph Atteneder
68921c3b9a
Merge pull request #4459 from freimair/removeSlackNotification
...
Remove Slack notification in travis build config
2020-09-02 14:13:32 +02:00
sqrrm
6e77ef08f0
Fix legit codacy complaints
2020-09-02 00:44:19 +02:00
sqrrm
f0acec0cb1
Add option to use different color header in dev mode
...
This is to help differentiate dev instances and live ones.
This can help devs avoiding silly mistakes.
2020-09-01 23:03:22 +02:00
Christoph Atteneder
7da3663e1d
Merge pull request #4457 from chimp1984/add-USDT-variants
...
Add Tether (ERC20, Omni and Liquid)
2020-09-01 20:04:57 +02:00
sqrrm
5b1d9cb759
Merge pull request #4453 from chimp1984/add-username-to-revolut
...
Add support for user name for Revolut accounts
2020-09-01 19:52:40 +02:00
sqrrm
7830dbf4e4
Merge pull request #4460 from chimp1984/refactor-filter
...
Refactor filter
2020-09-01 19:48:38 +02:00
chimp1984
3ef8abd972
Remove unused constructor
2020-09-01 10:25:54 -05:00
ghubstan
804adf08a3
Remove commented code from BisqAppMain
...
Also fixed line length of a comment, and removed two extra white lines.
2020-09-01 11:03:18 -03:00
ghubstan
7ed5028b8e
Add @VisibleForTesting annotation
...
The access modifier on CompositeOptionSet was changed to public
in commit c402386
, to make it visible to the apitest config
class. The annotation added in this change concisely explains
why the class is not package protected.
2020-09-01 10:58:37 -03:00
ghubstan
1efb8c8bee
Make CoreApi a singleton
2020-09-01 10:49:37 -03:00
sqrrm
43ad831916
Merge pull request #4451 from chimp1984/add-check-for-option-trade
...
Add check for option trade
2020-09-01 11:12:59 +02:00
Florian Reimair
f4a60d80fc
Remove Slack notification in travis build
2020-09-01 09:42:33 +02:00
chimp1984
86999e52d1
- Remove isPublicKeyInList check at remove as its irrelevant (dev could
...
add his key anyway to src code)
- Fix wrong logs
- Remove duplicated line
2020-08-31 17:13:09 -05:00
chimp1984
8bf75b5f45
- Filter out prices with code "NON_EXISTING_SYMBOL"
...
- Add comments
2020-08-31 15:19:31 -05:00
chimp1984
b409c8add5
Merge branch 'master_upstream' into add-tether-pinguin
2020-08-31 14:17:59 -05:00
chimp1984
334cb43c3b
Rename verifySignature to isSignatureValid
2020-08-31 13:53:17 -05:00
chimp1984
c755fc2592
Add isPrivilegedDevPubKeyBanned method
...
It is used atm only for filter itself which might have limited effect.
Applying it to alert and priv notification requires adding pubKey fields
there which is outside of the scope of that PR but should be added soon
as well.
2020-08-31 13:51:41 -05:00
chimp1984
5209018f4d
Add pub key
2020-08-31 13:24:02 -05:00
chimp1984
78142bda7d
Fix tests
2020-08-31 13:23:51 -05:00
chimp1984
4a2f7dc92c
Rename bannedSignerPubKeys to bannedAccountWitnessSignerPubKeys
...
We use several signing keys, so better to make it more explicit.
protobuf entry is not changed to not risk issues (i guess it would
work renaming it)
2020-08-31 13:01:44 -05:00
chimp1984
9a142be86e
Add bannedPrivilegedDevPubKeys field
2020-08-31 12:51:01 -05:00
chimp1984
1b5e449114
Remove dev test code
2020-08-31 12:34:16 -05:00
chimp1984
cc20a3b6c7
- Add support for multiple pubKeys
...
- Add more validation
- Add SignerPubKeyAsHex to filter
- Refactor add/remove filter code
2020-08-31 12:33:45 -05:00
sqrrm
4d32da7289
Merge pull request #4420 from stejbac/fix-blank-offer-book-price-cells
...
Fix intermittent blank price cells in offer book view
2020-08-31 19:02:19 +02:00
sqrrm
c551adb441
Merge pull request #4436 from chimp1984/bundle-msg-at-broadcast
...
Bundle messages at broadcast
2020-08-31 18:01:14 +02:00
chimp1984
e2de5221bf
Fix + prefix in string keys
2020-08-31 10:51:21 -05:00
chimp1984
f7951d5943
Combine if/else branches. Improve comments and variables
2020-08-31 10:38:46 -05:00
chimp1984
bc802c861d
Change log level to avoid too verbose logs
2020-08-31 10:37:58 -05:00
chimp1984
5555c43ea9
Merge branch 'master_upstream' into refactor-filter
2020-08-31 10:15:42 -05:00
chimp1984
591011e516
Add comment
2020-08-31 09:51:53 -05:00
chimp1984
59ebefc7d9
Revert to use empty string as default for accountId instead of null.
...
Prefer to keep old functionality here...
2020-08-31 09:47:35 -05:00
sqrrm
136da0c481
Merge pull request #4443 from ghubstan/upgrade-jfoenix
...
Upgrade JFoenix to v9.0.10
2020-08-31 16:41:47 +02:00
sqrrm
8c6b525553
Merge pull request #4433 from ghubstan/5-add-remote-debug-option
...
Allow remote debugging of background Bisq apps
2020-08-31 16:39:33 +02:00
sqrrm
51d1441dcc
Merge pull request #4432 from ghubstan/4-remove-redundant-options
...
Remove redundant ApiTestConfig options
2020-08-31 16:37:13 +02:00