chimp1984
04b6c2abea
Don't wrap into BundleOfEnvelopes is only 1 message is used
2020-08-25 22:43:24 -05:00
chimp1984
b8152d68ae
Change BROADCAST_INTERVAL_MS to 2 sec.
2020-08-25 22:42:48 -05:00
chimp1984
ea50ce8f49
Merge branch 'improve-network-statistics' into bundle-msg-at-broadcast
2020-08-25 22:12:58 -05:00
chimp1984
876c99e6e3
Fix display strings
2020-08-25 22:09:15 -05:00
chimp1984
b97effc6b1
Change log level
2020-08-25 21:42:13 -05:00
chimp1984
5a167d618e
Add more detailed network statistics
...
- Show in network settings UI data sent/received, total messages
sent/received, msg/sec and messages of last second
- Log every minute statistics
2020-08-25 21:39:23 -05:00
chimp1984
06f407fda3
Add todo and curly brackets
2020-08-25 21:31:06 -05:00
chimp1984
5433707fa2
Bundle broadcast requests
2020-08-25 21:30:33 -05: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
chimp1984
c4932829fe
Refactoring
2020-08-24 00:37:14 -05:00
chimp1984
badc872533
Refactoring
2020-08-24 00:13:14 -05: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