Commit graph

8384 commits

Author SHA1 Message Date
Manfred Karrer
dcadbdfc3e
Merge branch 'master' into avoid-taker-fee-publishing-for-failed-trades
# Conflicts:
#	core/src/main/java/bisq/core/offer/OfferPayload.java
2019-03-04 11:12:04 -05:00
Christoph Atteneder
5b6d986191
Merge pull request #2433 from ArqTras/arqma
List Arqma
2019-03-04 15:36:13 +01:00
ArqTras
e4bd07959b
List Arqma (ARQ) 2019-03-04 15:20:14 +01:00
Christoph Atteneder
b84b73712d
Merge pull request #2443 from mbroemme/master
List Galilel (GALI)
2019-03-04 14:17:42 +01:00
Christoph Atteneder
4c3fe95be9
Merge pull request #2494 from ManfredKarrer/improve-p2p-network-performance
Add program arguments for p2p network config
2019-03-04 14:11:45 +01:00
Maik Broemme
915793381a List Galilel (GALI) 2019-03-04 14:05:44 +01:00
Christoph Atteneder
a0c3ca369e
Merge pull request #2466 from davehlong/list-plenteum
List Plenteum (PLE)
2019-03-04 10:33:41 +01:00
Christoph Atteneder
9b698aebb4
Merge pull request #2454 from quantum13/list_xdr
List XDR (XDR)
2019-03-04 10:33:15 +01:00
Christoph Atteneder
129a57ca00
Merge pull request #2448 from Doichain/list-doichain-asset
List Doichain (DOI)
2019-03-04 10:32:58 +01:00
Christoph Atteneder
55127398e3
Merge pull request #2418 from typhoonsimon/list-litecoinplus
List LitecoinPlus (LCP)
2019-03-04 10:32:17 +01:00
Christoph Atteneder
793f958f9d
Merge pull request #2407 from WG91/master
List MirQuiX (MQX)
2019-03-04 10:31:56 +01:00
Christoph Atteneder
3e767fa711
Merge pull request #2385 from DSTRACoin/list-dstra-asset
List DSTRA (DST)
2019-03-04 10:26:17 +01:00
typhoonsimon
613285fb30
List LitecoinPlus (LCP) 2019-03-04 09:53:54 +01:00
Manfred Karrer
4c4084cf6d
Increase offer TTL and decrease refresh interval
- We get about 300 refresh msg / min. That causes quite  a bit of load
for the network. I think it is safe to increase TTL from 7 to 9 minutes
and change REFRESH_INTERVAL from 5 to 6 min. and
REPUBLISH_INTERVAL from 30 to 40 min.
2019-03-04 01:45:40 -05:00
Manfred Karrer
c65decfeaf
Add prog args for connection parameters
- Add program args: msgThrottlePerSec, msgThrottlePer10Sec,
sendMsgThrottleTrigger and sendMsgThrottleSleep
- Add ConnectionConfig class with static injected field in Connection
- Cleanups
2019-03-04 00:57:29 -05:00
Manfred Karrer
744bbe6ad7
Use class name instead of NetworkEnvelope in messageTimeStamps
- NetworkEnvelope was only used to print the class name if we exceed
throttle limits. Should reduce memory footprint
2019-03-03 23:39:55 -05:00
Manfred Karrer
ed6fa7b1a3
Increase TTL for offer from 7 to 8 min.
We got reports that offers got removed and re-added even if the maker
had good network connections. Seems the network did not propagate the
refresh msg in time or get too crowded. Increasing the TTl should help
to make those cases more rare. To decrease the refresh rate from 5 min
to 4 min. might be more risky as it would create much more traffic.
2019-03-03 22:57:33 -05:00
Manfred Karrer
0711ab936d
Reduce timeout to 90 sec
- We had it initially at 60 sec. and increased it as attempt to fight
those timeout errors, but it did not help. So letting the user wait
longer as needed does not make sense.
2019-03-03 20:46:10 -05:00
Manfred Karrer
f44e9b12cd
Merge branch 'master' into avoid-taker-fee-publishing-for-failed-trades 2019-03-03 18:57:56 -05:00
Manfred Karrer
67eed82a8a
Merge pull request #2492 from ben-kaufman/system-tray-dark-mode-mac
Fix system tray visibility for dark mode Mac
2019-03-03 18:56:55 -05:00
Manfred Karrer
b9bfa83015
Merge branch 'master' into avoid-taker-fee-publishing-for-failed-trades 2019-03-03 18:47:23 -05:00
Ben Kaufman
26a710d0c2 Fix system tray visibility for dark mode Mac 2019-03-03 22:37:05 +02:00
Manfred Karrer
ce109daf4d
Merge pull request #2483 from ben-kaufman/macos-setup-jdk
Add MacOS support in install_java.sh script
2019-03-03 12:11:01 -05:00
Manfred Karrer
d600ff4dfb
Merge pull request #2487 from devinbileck/update-bond-lockup-prompt
Update bond lockup prompt
2019-03-02 11:55:09 -05:00
Manfred Karrer
dd96a185ea
Delay broadcasting of taker fee tx
To avoid the issue with lost taker fees if the take-offer attempt fails,
we delay the publishing of the taker fee tx just before the deposit tx
gets published.
The taker fee tx must not be committed to the wallet to avoid that the
wallet would require a resync in case the tx is not published.
If the tx is not committed the addresses used there are not considered
as used and that would cause issues with the address entry context
assignment for the deposit tx. To avoid those issues we need to force
the creation of new addresses used for the multisig and payout address
entries. To be sure that happens before any of the following tasks make
use of those address entries we do that already in the createTakerFee
task.
For BSQ fee tx it behaves similar but needs separate testing.
2019-03-01 22:56:46 -05:00
Devin Bileck
5293b4a494
Update bond lockup prompt
- Changed display string from "lockup time" to "unlock time"
otherwise it may be confused with how long it takes to lock
up the bond.
- Included estimated time duration (e.g. days) for the unlock time.
2019-03-01 16:37:02 -08:00
Manfred Karrer
79865eb839
Merge pull request #2471 from ripcurlx/update-installer-background
Combine and update installer background
2019-03-01 17:55:09 -05:00
Ben Kaufman
faf27f8930 Add MacOS support in install_java.sh script 2019-03-01 10:14:11 +02:00
Manfred Karrer
bb368d638c
Merge pull request #2481 from devinbileck/show-btc-valuation
Show valuation in BTC balance tooltips
2019-02-28 20:59:13 -05:00
Devin Bileck
1d55d06fce
Show valuation in BTC balance tooltips
When hovering over the available, reserved, and locked BTC balances
in the main view, show the market price valuation based on your
preferred currency.

Fixes https://github.com/bisq-network/bisq/issues/1770
2019-02-28 16:46:52 -08:00
Manfred Karrer
89c9fd20b0
Merge branch 'master' of https://github.com/bisq-network/bisq 2019-02-28 14:11:27 -05:00
Manfred Karrer
c565156b58
Change log level. Log notification sendMessage only if really sent. 2019-02-28 14:10:29 -05:00
Christoph Atteneder
538e4ec56c
Merge pull request #2468 from devinbileck/update-testing-doc
Update testing doc for TestPad
2019-02-28 16:01:09 +01:00
Manfred Karrer
a9ee15d9f6
Revert 2473067b09
Seed nodes do not connect to correct network. The PR needs to be better
tested and fixed.
2019-02-27 14:00:05 -05:00
Manfred Karrer
740c112b48
Update seednode operator 2019-02-27 13:21:34 -05:00
Manfred Karrer
2473067b09
Merge pull request #2464 from freimair/seedNodeRepo_refactoring
Seed node repo refactoring
2019-02-27 13:18:06 -05:00
Manfred Karrer
76e406a643
Merge pull request #2475 from freimair/memoryleak_be_gone
Fixed memory leak in message throttle mechanism
2019-02-27 13:07:12 -05:00
Florian Reimair
03a20a05f7
Fixed memory leak in message throttle mechanism 2019-02-27 16:08:33 +01:00
Christoph Atteneder
d68198efeb
Merge pull request #2401 from hatchpay/list-HATCH-asset
List Hatch (HATCH)
2019-02-27 13:05:11 +01:00
hatchpay
e2352e2a07
List Hatch (HATCH) 2019-02-27 12:54:04 +01:00
Christoph Atteneder
21e29e3ed5
Merge pull request #2353 from heliumchain/list-helium-asset
List Helium (HLM)
2019-02-27 12:49:47 +01:00
Christoph Atteneder
aac7e93cd7
Merge pull request #2326 from CloakProject/master
List CloakCoin (CLOAK)
2019-02-27 12:49:33 +01:00
Christoph Atteneder
a0bf57a219
Merge pull request #2184 from sennevb/list-bitzec
List Bitzec (BZC)
2019-02-27 12:48:40 +01:00
sennevb
6d3328dba2
List Bitzec (BZC) 2019-02-27 12:21:48 +01:00
Devin Bileck
b1c8e82b16
Update testing doc for TestPad 2019-02-26 15:11:37 -08:00
Christoph Atteneder
b4c248426b
Combine and update installer background
tiffutil -cathidpicheck Bisq-background.png Bisq-background@2x.png -out Bisq-background.tiff
Afterwards rename tiff into png to trick the javapackager installer
2019-02-26 15:43:29 +01:00
Manfred Karrer
341b718026
Merge pull request #2467 from devinbileck/bugfix-1996
Fix Windows system tray icon resolution
2019-02-26 09:30:49 -05:00
Florian Reimair
37115294d3
Remove testnet seed node repo 2019-02-26 10:38:09 +01:00
Florian Reimair
985239bf01
Adjust monitor to new seed node repo 2019-02-26 10:35:52 +01:00
Devin Bileck
812a4bdfd2
Fix Windows system tray icon resolution
For high resolution, using auto sizing provides better results.

Fixes https://github.com/bisq-network/bisq/issues/1996
2019-02-25 23:42:00 -08:00