Commit Graph

7589 Commits

Author SHA1 Message Date
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
Jake Tarren
bcbb7db4a4 Update Horizen (ZEN) 2018-12-07 15:23:22 -05: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
Manfred Karrer
47a2aff371
Merge pull request #2060 from ripcurlx/fix-cash-deposit-extra-requirements-missing
Fix wrong positioning of requirements field in CashDeposit
2018-12-05 19:38:10 +01:00
Manfred Karrer
d0bda91791
Merge pull request #2063 from cbeams/fix-base-currency
Fix base currency option handling
2018-12-05 18:04:06 +01:00
Manfred Karrer
45a514e6e9
Merge pull request #2056 from ManfredKarrer/DAO-fix-reorg-issues
Dao fix reorg issues
2018-12-05 17:58:35 +01:00
Chris Beams
b122ff4104
Fix base currency option handling
This change fixes #2048 by removing the assignment of a default value
for the `baseCurrencyNetwork` option at the level of the command line
option parser. The assignment of this default was an oversight in #1961
(specifically commit 83e1dd3) that did not account for the fact that
users can change the `baseCurrencyNetwork` value via the Settings screen
in the application. When users change the setting in the application, the new
value is persisted to <appDataDir>/bisq.properties, which is handled at
runtime as a PropertySource with lower precedence than the command line
property source, which means that the changed value is never picked up
because the higher-precedence command line PropertySource always has a
default value.

This fix is surgical in that it addresses only this specific option. A
subsequent change should address the more general issue that setting
defaults in the command line option parser always precludes the
possibility of overriding them in bisq.properties. Basically, we should
revert to the previous strategy of reporting what the default value will
be in the help text without actually assigning a default value in the
option parser using the `defaultsTo` method.
2018-12-05 15:29:35 +01:00
Christoph Atteneder
9b7b0cf8be
Left align all columns, except last one (right-aligned)
Last columns with avatars or icons are centered
Use IBM Sans in columns
2018-12-05 14:48:32 +01:00
Christoph Atteneder
73aead2400
Simplify component 2018-12-05 14:46:05 +01:00
Christoph Atteneder
2b3874a81e
Fix wrong positioning of requirements field in CashDeposit to prevent scrolling 2018-12-05 09:48:22 +01:00
Manfred Karrer
397772f5d0
Fix tests 2018-12-05 02:38:56 +01:00