Commit Graph

8428 Commits

Author SHA1 Message Date
Christoph Atteneder
75fd991b3b
Bump version number 2019-03-06 10:04:50 +01:00
Manfred Karrer
92b91ba391
Merge pull request #2500 from ManfredKarrer/remove-dev-logging
Remove Log.traceCall methods
2019-03-05 11:52:21 -05:00
Manfred Karrer
dd7c578a66
Remove if statement 2019-03-05 11:25:34 -05:00
Manfred Karrer
b711f571a4
Cleanup some log.debug calls 2019-03-05 11:24:07 -05:00
Manfred Karrer
1d0fdf4c55
Cleanup some log.trace calls 2019-03-05 11:11:04 -05:00
Manfred Karrer
7fd2030003
Remove Log.traceCall methods
Florian reported that they consume quite a bit of performance.As
they have not been used for development testing since long we should
better remove those.
2019-03-05 10:32:39 -05:00
Christoph Atteneder
5c69d75192
Update data stores 2019-03-05 16:24:55 +01:00
Christoph Atteneder
6381078d78
Update translations 2019-03-05 16:04:16 +01:00
Manfred Karrer
ac3cae101e
Merge pull request #2498 from ManfredKarrer/make-buyer-security-deposit-percentage-based
Use percentage based value for security deposits
2019-03-05 09:47:24 -05:00
Christoph Atteneder
549348aee0
Add news badge for instant trade 2019-03-05 15:02:37 +01:00
Christoph Atteneder
95d8f514ad
Add news badge for new percentage security deposit 2019-03-05 13:08:26 +01:00
Christoph Atteneder
279b38bf2e
Add information icon to buyer security deposit showing the deposit amount in BTC 2019-03-05 13:07:24 +01:00
Christoph Atteneder
07db51d2e8
Merge pull request #2430 from furszy/veil-integration
List Veil (VEIL)
2019-03-05 11:11:20 +01:00
Manfred Karrer
cffa42a7a2
Update security deposit values 2019-03-05 00:04:24 -05:00
Manfred Karrer
e04d042e4e
Update security deposit values 2019-03-04 23:48:41 -05:00
Manfred Karrer
b8f8fbff20
Use percentage based value for security deposits
Use percentage based value of trade amount for buyer and seller
security deposit.
To ensure that the BTC value is not getting too low, we apply a min.
value for both.
2019-03-04 23:35:35 -05:00
Manfred Karrer
c8493d127c
Add more logs 2019-03-04 20:02:02 -05:00
furszy
7b96dd366e List Veil (VEIL)
Veil modifications

base58 getParams reverted
2019-03-04 22:35:51 +01:00
Manfred Karrer
46d15dcff4
Merge remote-tracking branch 'origin/avoid-taker-fee-publishing-for-failed-trades' into avoid-taker-fee-publishing-for-failed-trades
# Conflicts:
#	core/src/main/java/bisq/core/trade/protocol/tasks/taker/TakerPublishFeeTx.java
2019-03-04 11:37:37 -05:00
Manfred Karrer
ba376febac
Add TxType to bsqWalletService.commit call 2019-03-04 11:35:05 -05:00
Manfred Karrer
64f085ce48
Merge branch 'allow-spending-unconfirmed-bsq-utxs'
# Conflicts:
#	core/src/main/java/bisq/core/trade/protocol/tasks/taker/CreateTakerFeeTx.java
2019-03-04 11:20:55 -05:00
Manfred Karrer
c91792ca06
Fix incorrect BSQ validator in send BSQ view 2019-03-04 11:17:20 -05:00
Manfred Karrer
f790bfce86
Merge branch 'add-live-trading' 2019-03-04 11:13:11 -05:00
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
Manfred Karrer
804f8e9abf
Improve wording 2019-03-04 11:10:26 -05:00
Manfred Karrer
9e7a619ba4
Merge branch 'master' into add-live-trading 2019-03-04 11:09:24 -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
Manfred Karrer
db4c6f5fb8
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-04 14:48:54 +01:00
Manfred Karrer
35dfc4b5bd
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-04 14:48:50 +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
afd9d9c03a
Fix table layout 2019-03-03 23:38:05 -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
997819eab4
Add line break 2019-03-03 20:01:10 -05:00
Manfred Karrer
44f57984f6
Merge branch 'master' into add-live-trading 2019-03-03 19:24: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