Manfred Karrer
f3efe505bf
Use JFXButton for voting icons
2018-12-09 20:24:03 +01:00
Manfred Karrer
f7572cdca6
Revert https://github.com/bisq-network/bisq/pull/2099
...
Sorry was too fast with an untested ACK and merge.
- The icon loses it's color so its always black now. I think we should
stick with the colors.
- The duration was set to 10 seconds. I thinks that is too long.
- Not clear what the 'Object a = new Object() {{' definition means. I
assume you want a initializer block instead
('{ itemProperty().addListener.... }')
- We should maybe better make a small component out of that button
which behaves similar like the checkbox or radio button animation.
Maybe we can use those components instead of a normal button.
Or maybe the normal button animation from the new UI framework is enough.
2018-12-09 20:21:37 +01:00
Manfred Karrer
7f6aa8f80a
Merge pull request #2099 from sqrrm/voting-ui-background
...
Highlight the changed vote for 10 seconds
2018-12-09 19:46:38 +01:00
Manfred Karrer
a46ceac3c9
Merge pull request #2098 from ManfredKarrer/handle-rpc-errors
...
Handle rpc errors
2018-12-09 19:43:24 +01:00
sqrrm
cb26398b43
Update core/src/main/java/bisq/core/dao/node/full/FullNode.java
...
Co-Authored-By: ManfredKarrer <mk@nucleo.io>
2018-12-09 19:43:08 +01:00
sqrrm
eecf8c6553
Highlight the changed vote for 10 seconds
2018-12-09 15:39:26 +01:00
Manfred Karrer
53a050ab24
Add missing param
2018-12-09 14:34:57 +01:00
Manfred Karrer
f27918c28a
Handle RPC errors
...
- Trigger apply from snapshot if rpc error is detected
- Add warn handler to show only warning msg instead of error msg if
btc full node is not running in full mode
2018-12-09 14:32:16 +01:00
Manfred Karrer
a27391da16
Merge branch 'master' into handle-rpc-errors
2018-12-09 13:41:21 +01:00
Manfred Karrer
cad0156617
Update btcd-cli4j to 0.5.8.4 (commit hash 065d3786)
...
- Log btcd-cli4j version
- Update witness
- Update findbugs to 3.0.2
2018-12-09 13:38:08 +01:00
Christoph Atteneder
0bf2f9b88f
Merge pull request #2095 from ManfredKarrer/remove-basecurrencies-extra-nets
...
Remove testnet and regtest for dash and ltc
2018-12-09 06:48:49 +01:00
Manfred Karrer
971a91eaf9
Merge pull request #2096 from ManfredKarrer/remove-BCH
...
Remove BCH
2018-12-08 19:41:42 +01:00
Manfred Karrer
6050bd5ea0
Map error handler to user thread
2018-12-08 18:39:15 +01:00
Manfred Karrer
6c0c3ace3c
Remove BCH
...
Applying the proposal "Remove BCH from Bisq"
(https://github.com/bisq-network/proposals/issues/61 )
There have been 44 upvotes and 0 downvotes so a clear signal that the
Bisq community does not want to have BCH listed on Bisq.
2018-12-08 18:14:33 +01:00
Manfred Karrer
6c8f405488
Remove testnet and regtest for dash and ltc
2018-12-08 17:53:29 +01:00
Manfred Karrer
fb4c865647
Handle RPC errors
2018-12-08 15:37:56 +01:00
Manfred Karrer
2e4b8ea389
Merge pull request #2094 from sqrrm/voting-ui-fixes
...
Voting ui fixes
2018-12-08 14:48:42 +01:00
sqrrm
91f14f7faf
Show remove column header during proposal phase
2018-12-08 13:13:45 +01:00
Manfred Karrer
3cbf9948ed
Merge pull request #2067 from ManfredKarrer/DAO_improve-reorg-handling
...
Use only first block in pendingBlocks instead of iteration
2018-12-08 00:38:04 +01:00
Manfred Karrer
f9afcdc0c2
Add check if block exists in list
2018-12-08 00:36:48 +01:00
Manfred Karrer
9b974cfa9b
Merge branch 'master' into DAO_improve-reorg-handling
2018-12-08 00:35:10 +01:00
Manfred Karrer
79c573640a
Add log for trade price
2018-12-07 21:16:13 +01:00
Manfred Karrer
fd2d2fd1d8
Merge pull request #2090 from freimair/remove-defaults
...
Surgical fix to default command line parameters
2018-12-07 20:51:07 +01:00
Florian Reimair
e9ca340ccb
surgically fixes #2048 , fixes #2084
2018-12-07 19:45:19 +01:00
Manfred Karrer
66df9692e9
Merge pull request #2081 from freimair/stream-isolation
...
Stream isolation for Tor
2018-12-07 18:23:01 +01:00
Florian Reimair
5e96b8ebe2
Patch deprecated Networknode
2018-12-07 10:14:20 +01:00
Florian Reimair
14ef76124c
Mark --torStreamIsolation experimental
2018-12-07 10:12:30 +01:00
Florian Reimair
c255099763
Singleton proxy restores original behaviour
2018-12-07 09:59:55 +01:00
Florian Reimair
f134b278ff
Fixed TorNetworkNode tests
2018-12-07 09:54:10 +01:00
sqrrm
40698fd413
Fix issue with wrong vote icons when scrolling
...
JavaFX reuses the cells in a table as they're expensive to create. The
iconButton needs to be a temporary as it will otherwise update cells
with the button icon of another item when scrolling fast.
2018-12-07 01:06:19 +01:00
Manfred Karrer
fab38d112c
Merge pull request #2085 from devinbileck/update-install_java.bat
...
Update install_java.bat
2018-12-07 00:57:06 +01:00
Devin Bileck
3394980b90
Update install_java.bat
...
If the JDK is already installed, there is no need to download,
extract, and install it again. Just need to ensure the environment
variables are set.
2018-12-06 15:46:39 -08:00
sqrrm
d3498ade5c
Add header to my vote icon column
2018-12-06 23:24:09 +01:00
Florian Reimair
fdd6e7186c
Stream-isolation for Tor available
2018-12-06 21:25:51 +01:00
Florian Reimair
615992d6d9
Preparations for Tor stream isolation
2018-12-06 21:14:22 +01:00
Manfred Karrer
13b7016bf2
Merge pull request #2079 from ManfredKarrer/reduce-tolerance-window
...
Decrease the tolerance window for offers
2018-12-06 17:55:29 +01:00
Manfred Karrer
913bc41928
Decrease the tolerance window for offers
2018-12-06 17:50:57 +01:00
Manfred Karrer
a27666c0e4
Merge pull request #2070 from ManfredKarrer/update-checkpoint-files
...
Update checkpoint files
2018-12-06 17:47:06 +01:00
Manfred Karrer
87198f2f2a
Merge remote-tracking branch 'origin/update-checkpoint-files' into update-checkpoint-files
...
# Conflicts:
# gradle/witness/gradle-witness.gradle
2018-12-06 17:21:51 +01:00
Manfred Karrer
647d873d0c
Fix gradle-witness command and hashes
2018-12-06 17:20:49 +01:00
Manfred Karrer
5bbb8b8d46
Merge branch 'master' into update-checkpoint-files
2018-12-06 17:00:13 +01:00
Manfred Karrer
0f45e86895
Merge pull request #2077 from ripcurlx/bug-fixes
...
Fix wording and close window without action
2018-12-06 16:25:44 +01:00
Manfred Karrer
aadfd5c997
Merge pull request #2074 from sqrrm/proposal-display
...
Don't validate display fields in proposal display
2018-12-06 16:25:25 +01:00
Christoph Atteneder
3489b36194
Use secondary action instead of close button, which fixes #2051 .
2018-12-06 11:47:03 +01:00
Christoph Atteneder
26cdbbcb53
Introduce secondary action for popup
2018-12-06 11:45:58 +01:00
Christoph Atteneder
d717a83f23
Change wording in currency dropdown. Fixes #2068 .
2018-12-06 09:50:06 +01:00
Christoph Atteneder
428868c59d
Remove unnecessary checksums
2018-12-06 09:31:22 +01:00
Manfred Karrer
9389a8e1fa
Update checkpoint files
...
We used checkpoint files from BitcoinJ 0.14.4 and those caused a very
slow initial download. I tested with the WalletAppKit and different
release version sof BitcoinJ and could reproduce the behaviour there.
WIth v0.14.5 it was much better. But also that caused slow startup in
Bisq. After creating a current checkpoint file and using that the
download is now very fast.
Also added logging for versions of BitcoinJ and libDohJ so that we have
better control which version is used.
2018-12-06 02:22:58 +01:00
Manfred Karrer
92c852b601
Use only first block in pendingBlocks instead of iteration
2018-12-05 20:33:12 +01:00
Manfred Karrer
806fcbe7c0
Merge pull request #2062 from ripcurlx/left-align-columns
...
Left align columns, except last one
2018-12-05 20:24:22 +01:00