Commit Graph

11517 Commits

Author SHA1 Message Date
wiz
243bc19ae2
Tweak seednode bitcoin.conf, remove timeout, separate testnet block 2020-08-29 08:54:05 +09:00
sqrrm
d1a1cc52fe
Merge pull request #4410 from chimp1984/optimize-shutdown-routines
Optimize application shutdown
2020-08-28 17:17:01 +02:00
Christoph Atteneder
3599355e4a
Merge pull request #4442 from cd2357/patch-1
Exclude spot price provider tests by default
2020-08-28 14:57:14 +02:00
cd2357
43cd6e9bf5
Exclude spot price provider tests by default
Exclude these tests from the default gradle test task. However, allow the option of having them included by specifying an optional gradle parameter (-Dtest.pricenode.includeSpotProviderTests=true).
2020-08-27 14:10:37 +02:00
Christoph Atteneder
a6a38a1ac1
Merge pull request #4437 from devinbileck/add-mempool.bisq.services
Add mempool.bisq.services explorer and mempool fee estimation provider
2020-08-27 11:06:41 +02:00
Devin Bileck
51f318d47f
Add mempool.bisq.services explorer and mempool fee estimation provider 2020-08-26 00:01:22 -07:00
sqrrm
f45a26ca54
Merge pull request #4428 from ghubstan/rm-duplicate-compositeoptset
Remove duplicate CompositeOptionSet class
2020-08-25 13:09:49 +02:00
sqrrm
10215b850d
Merge pull request #4427 from ghubstan/mv-grpc-boilerplate-to-daemon
Move gRPC boilerplate from :core to :daemon
2020-08-25 13:05:10 +02:00
Christoph Atteneder
30eeb6ec61
Merge pull request #4398 from pedromvpg/header-tweaks
Header and other visual tweaks
2020-08-24 20:46:47 +02:00
ghubstan
c4023869bf
Remove duplicate CompositeOptionSet class
This commit changes the access modifier on
bisq.common.config.CompositeOptionSet to make
it visible to bisq.apitest.config.ApiTestConfig,
and the duplicate bisq.apitest.config.ApiTestConfig
was deleted from 'apitest'.
2020-08-24 15:29:32 -03:00
ghubstan
d0397c1c62
Move gRPC boilerplate from :core to :daemon
This change moves gRPC boilerplate classes from the :core.grpc pkg
into a new :daemon.grpc pkg.

* The :core.grpc pkg was renamed :core.api, and no longer has any
  dependencies on gRPC libraries.

* All core service classes in the :core.api pkg are now package
  protected, excepting CoreApi, making CoreApi the only possible
  entry point for all Grpc*Service -> -Core*Service calls.

* All grpc service classes in the :daemon.grpc pkg are now package
  protected, excepting GrpcServer;  the only class depending on
  Grpc*Service class is GrpcServer.

* gRPC dependencies were moved from the gradle.build file's :core
  subproject to :daemon.
2020-08-24 15:09:15 -03:00
pedromvpg
636e20f1c6
Shorten line length 2020-08-24 13:56:52 -04:00
sqrrm
d5c81cedd6
Merge pull request #4366 from ghubstan/draft-apitest
Add API test harness for Linux & OSX
2020-08-24 18:57:53 +02:00
ghubstan
1de6239527
Shorten line length < 120 chars 2020-08-24 11:03:26 -03:00
Christoph Atteneder
ad72f89774
Merge pull request #4425 from wiz/reduce-seednode-maxconnections-40
Reduce seednode maxconnections setting from 50 to 40 in bisq.env
2020-08-23 14:10:19 +02:00
Christoph Atteneder
841f55b0a1
Merge pull request #4423 from wiz/pricenode-installer-use-master-branch
Modify pricenode install script to use master instead of release tag
2020-08-23 14:07:04 +02:00
Christoph Atteneder
e42b07ce40
Merge pull request #4424 from chimp1984/increase-data-request-timeout
Increase data request timeout
2020-08-23 14:06:32 +02:00
wiz
fcd8225e37
Reduce seednode maxconnections setting from 50 to 40 in bisq.env 2020-08-23 15:44:08 +09:00
chimp1984
6cd852631f
Change log level to make it more clear how long it takes for creating
a network connection.
2020-08-22 19:24:53 -05:00
chimp1984
25b22e7a24
Increase timeout for data request
At slow internet connections the current timeout make it impossible to
get the initial data and therefor to use Bisq.
The timeout is containing the request and response as well as the time
it takes to start up the network connection which can also be quite
slow.
In my scenario, it took about 6-10 sec for the connection and the
request is atm nearly 3 MB which takes about 24 sec on a 1 Mbit/s
connection (note that over tor connection is slower so if normal speed
is 3-5 Mbit tors speed can be considerable lower). The response data
depends on the missing data/last update but can be easily 6 MB which
adds about another 48 sec. So one can easily hit the 90 sec. limit.

There is work in development for optimizing the initial data request,
but as that is more complex and not clear when it will be deployed I
recommend that we increase the current timeout to 180 sec. to avoid
that critical issue that users get "locked out".
2020-08-22 19:24:14 -05:00
wiz
0c4b6a50f4
Modify pricenode install script to use master instead of release tag 2020-08-23 09:14:36 +09:00
sqrrm
b512e31553
Merge pull request #4409 from chimp1984/optimize-AssetService
Optimize AssetService
2020-08-22 14:56:33 +02:00
chimp1984
67312a5b66
Update desktop/src/main/java/bisq/desktop/main/dao/burnbsq/assetfee/AssetFeeView.java
Co-authored-by: sqrrm <sqrrm@users.noreply.github.com>
2020-08-21 20:58:12 -05:00
chimp1984
64dc529f48
Update core/src/main/java/bisq/core/dao/governance/asset/AssetService.java
Co-authored-by: sqrrm <sqrrm@users.noreply.github.com>
2020-08-21 20:57:54 -05:00
sqrrm
06cfe399bf
Merge pull request #4422 from wiz/tweak-pricenodes-remove-coinmate-cexio
Pricenode tweak: completely remove Coinmate and cex.io as data providers
2020-08-21 12:01:54 +02:00
wiz
bff4865ca7
Pricenode tweak: completely remove Coinmate and cex.io as data providers
Based on user feedback, these exchanges are too illiquid and do not
accurately reflect the true price of the market. After research, I found
the user's feedback to be correct and this PR removes both exchanges.
2020-08-21 17:53:14 +09:00
sqrrm
6ed770491c
Merge pull request #4406 from cd2357/xchange-integration-gui-label-adjustments
Update GUI labels to reflect multiple rate providers
2020-08-20 11:21:44 +02:00
sqrrm
94b8b69310
Merge pull request #4418 from wiz/update-devmode-pricenode
Add clearnet pricenode URL for devmode usage
2020-08-20 10:07:22 +02:00
wiz
d9e12e5f85
Add clearnet pricenode URL for devmode usage 2020-08-20 16:07:42 +09:00
ghubstan
ba8b9ccf54
Put 'empty' comments inside ignored catch blocks
Follow codacy rule against empty blocks.
2020-08-19 11:49:21 -03:00
ghubstan
2ba0ee9d5d
Change access modifer
This commit is for forcing a codacy check.  The previous
change to an .md doc did not force a codacy check.
2020-08-19 11:14:33 -03:00
ghubstan
fa11dab28b
Add punctuation & re-phrase sentence in README
A new commit was needed to force a codacy check after changes were
made to codacy rules.
2020-08-19 11:04:21 -03:00
sqrrm
22b0a3fbbe
Merge pull request #4404 from bisq-network/release/v1.3.7
Release/v1.3.7
2020-08-19 13:11:23 +02:00
Christoph Atteneder
fa000ddc45
Merge branch 'master' of github.com:bisq-network/bisq into release/v1.3.7
# Conflicts:
#	core/src/main/java/bisq/core/provider/ProvidersRepository.java
2020-08-19 13:04:26 +02:00
Christoph Atteneder
943d1c34d7
Merge pull request #4407 from chimp1984/use-sound-loop-on-osx
Revert usage of caffeinate on OSX
2020-08-19 12:58:51 +02:00
Christoph Atteneder
287abd21b1
Merge pull request #4408 from devinbileck/update-seednodes
Update seednodes
2020-08-19 12:57:16 +02:00
Christoph Atteneder
7cb02633e5
Merge pull request #4413 from wiz/add-new-mempool-fee-node
Add mempool.ninja to pricenodes as 3rd mempool fee estimation backend
2020-08-19 12:55:41 +02:00
ghubstan
c3abd4e533
Remove white lines 2020-08-18 10:38:26 -03:00
sqrrm
6153b82d67
Merge pull request #4403 from wiz/add-pricenode-wizpricej
Update all Pricenodes with new Tor V3 onions
2020-08-18 13:37:09 +02:00
ghubstan
8b081ad5f2
Update README 2020-08-17 16:18:08 -03:00
ghubstan
af7252ec47
Fix typo 2020-08-17 16:14:37 -03:00
ghubstan
f85ae2bb4d
Explain how to run test cases from Intellij 2020-08-17 16:11:31 -03:00
ghubstan
fc541257ae
Add build / run / test categories docs 2020-08-17 15:57:54 -03:00
wiz
1d784211c2
Add mempool.ninja to pricenodes as 3rd mempool fee estimation backend 2020-08-17 23:36:09 +09:00
sqrrm
06e533bb81
Merge pull request #4315 from cd2357/xchange-integration-introduce-aggregate-rates
PriceNode: Add support for multiple ExchangeRateProviders
2020-08-17 14:44:16 +02:00
ghubstan
12d52e869c
Fix port number typo 2020-08-15 13:22:32 -03:00
ghubstan
e88bdb9f8a
Add regtest-port-conflicts.md doc 2020-08-15 12:46:38 -03:00
ghubstan
72ff4dca2b
Use non-default regtest bitcoind -rpcport
The default bitcoind / bitcoin-cli rpcport option has been changed
from 18443 to 19443, to help avoid rpcport conflicts between apitest's
bitcoind instances and other bitcoind and/or bitcion-qt instances
which are probably using the bitcoin-core default (regtest) rpcport
18443.

However, this commit cannot include other changes for avoiding bind
address:port conflicts between apitest bitcoind instances and other
regtest bitcoin-core instances because bitcoinj's bind port is hardcoded
in RegTestParams.java as 18444.

In order to avoid bitcoin-core regtest mode bind address conflicts,
you must start or restart your bitcoind or bitcoin-qt instance with a
non-default bind port argument, e.g.

	bitcoin-qt -regtest -port=20444
2020-08-15 12:20:25 -03:00
sqrrm
176fc23cc2
Merge pull request #4402 from chimp1984/move-column-in-dao-vote-results
Move merit and stake column to the right
2020-08-13 23:52:56 +02:00
ghubstan
9637cc0943
Fix test fail() msg 2020-08-13 14:19:02 -03:00