Commit graph

1102 commits

Author SHA1 Message Date
a123b
2b171e4831 Fix offer editing for low volume offers
For very low volume offers, it can happen that the minimum buyer security
deposit by coin value is bigger than the maximum security deposit by
percentage of trade amount.
This caused the security deposit validity check in the offer editor to fail,
making it impossible to edit these offers.
This commit fixes the problem by setting the default percentage value to
the model instead of the calculated one in this specific case.
2019-06-29 17:03:19 +02:00
Christoph Atteneder
d53c3b387c
Merge pull request #2890 from sqrrm/display-param-change-value
Display changed param value at proposal time, fix #2692
2019-06-19 18:06:27 +02:00
sqrrm
386209bd99
Merge pull request #2888 from sqrrm/late-vote-reveal-handling
Late vote reveal handling
2019-06-19 12:54:51 +02:00
sqrrm
8c278a650a
Fix check for vote inclusion 2019-06-18 15:02:41 +02:00
sqrrm
212b779203
Use genesis height as fallback 2019-06-17 10:58:29 +02:00
sqrrm
29c48e9548
Display changed param value at proposal time, fix #2692 2019-06-16 15:49:30 +02:00
sqrrm
ba002b5207
Limit BSQ validator to 10M BSQ, fix #2727 2019-06-16 14:49:37 +02:00
sqrrm
12e46f027a
Indicate when vote wasn't included in result in proposalDisplay 2019-06-16 00:34:49 +02:00
sqrrm
98b4fe0d91
Show failed ballots as failed, fix #2704 2019-06-16 00:08:27 +02:00
Christoph Atteneder
5b841709d4
Revert to SNAPSHOT version 2019-06-04 10:53:42 +02:00
Christoph Atteneder
ca24ce0217
Bump version number 2019-06-04 10:49:00 +02:00
agb19
9970571979
Fix "useless use of IPv6" in Tor socket
Implements the "possible fix" described in issue #2840 by appending the directive `java.net.preferIPv4Stack=true` to the JVM options. 
Tested successfully on Debian 9 and Tails 3.14, using platform Tor and onion-grater.
2019-06-03 10:08:46 +00:00
sqrrm
dcfb5faf1e
Show peer address properly 2019-05-28 17:01:40 +02:00
Devin Bileck
13cec4a877
Add more tests for formatDurationAsWords 2019-05-17 14:37:37 -07:00
Manfred Karrer
a730cc5300
Merge pull request #2705 from devinbileck/proposal-url-validation
Add specific URL validation for proposal links
2019-05-16 14:01:45 +02:00
Devin Bileck
f0fc83619c
Fix DAO synchronization text after restore from seed
After restoring from seed, the text shown under DAO /
BSQ Wallet / Transactions displays an incorrect progress - the numbers
are swapped. For example:
"Awaiting blocks... Verified 575,868 blocks out of 554,857"

Normally we get the latest block height from BitcoinJ as the
target height, and we request BSQ blocks from seed nodes up to latest
block.

But when restoring from seed, we receive the latest block height
from the seed nodes while BitcoinJ has not received all blocks yet and
is still syncing.

Fixes https://github.com/bisq-network/bisq/issues/2825
2019-05-15 23:14:55 -07:00
Manfred Karrer
cf9dc0df50
Merge pull request #2830 from ManfredKarrer/improve-dispute-ui
Fix issue with label width, add deposits
2019-05-15 01:23:40 +02:00
Manfred Karrer
4f7558b899
Fix issue with label width, add deposits 2019-05-14 15:18:13 +02:00
Manfred Karrer
25ee98dbce
Fixes https://github.com/bisq-network/bisq/issues/2804 and https://github.com/bisq-network/bisq/issues/2826 2019-05-14 15:05:12 +02:00
Manfred Karrer
96138e759b
Cleanups 2019-05-11 12:55:29 +02:00
Christoph Atteneder
98a7748a01
Revert to SNAPSHOT version 2019-05-06 10:55:09 +02:00
Christoph Atteneder
ac68da1dd3
Bump version number 2019-05-06 10:47:01 +02:00
Christoph Atteneder
d1d219b36b
Improve layout of Zelle form for buyer 2019-05-06 10:04:43 +02:00
Manfred Karrer
28727ad56d
Fix bug that sellers are restricted as well
Only buyers should be restricted if their account age is too young.
2019-05-05 21:14:30 -05:00
Christoph Atteneder
36c0e49504
Revert to SNAPSHOT version 2019-05-03 12:47:59 +02:00
Christoph Atteneder
8ceb2e3be2
Bump version number 2019-05-03 12:13:41 +02:00
Christoph Atteneder
7523fc5628
Merge pull request #2801 from ManfredKarrer/restrict-new-accounts
Add check for account age to apply restrictions
2019-05-03 12:09:50 +02:00
Christoph Atteneder
364f666a27
Only show information popup when actual amount was set 2019-05-03 11:57:38 +02:00
Manfred Karrer
830e693ace
Refactoring: Rename CheckIfPeerIsBanned to ApplyFilter 2019-05-02 21:48:51 -05:00
Manfred Karrer
3b613bebce
Improve handling of filter 2019-05-02 21:48:13 -05:00
Manfred Karrer
c4e30e5aa9
Fix limitations 2019-05-02 20:54:31 -05:00
Manfred Karrer
e51844a7f1
Improve dispute handling of failed trades 2019-05-02 17:39:58 -05:00
Manfred Karrer
08cf993d0f
Add amount limit to take offer view 2019-05-02 16:22:20 -05:00
Manfred Karrer
8e0ec54fb1
Refactor restriction handling 2019-05-02 15:15:13 -05:00
Manfred Karrer
c74025b409
Remove check for makerHasNoMatureAccountForBuyOffer 2019-05-02 13:44:14 -05:00
Manfred Karrer
6d6e869eef
Revert changes with filtering not mature accounts
- We will allow small amounts so we keep all accounts and add the check
later when the user click next
2019-05-02 13:41:26 -05:00
Manfred Karrer
8ab348c495
Add check for account age to apply restrictions 2019-05-02 13:06:46 -05:00
Christoph Atteneder
1d18029b1c
Update dbs 2019-05-02 18:00:35 +02:00
Manfred Karrer
df7b81138f
Add missing import 2019-04-27 16:03:16 -05:00
Manfred Karrer
b1a8429066
Merge pull request #2752 from ManfredKarrer/add-filter-to-trade-history
Add filter to trade history
2019-04-27 15:53:33 -05:00
Christoph Atteneder
ca0387ad5b
Add prompt text for filter textfield 2019-04-25 12:23:54 +02:00
Christoph Atteneder
d2d6636544
Merge pull request #2753 from ManfredKarrer/fix-trade-peers-account-age
Fix account age display of peer
2019-04-24 11:33:27 +02:00
Christoph Atteneder
3a1f69472c
Merge pull request #2763 from sqrrm/market-view-precision
Use same precision for all x-axis labels
2019-04-24 11:20:11 +02:00
sqrrm
4ed510d372
Refactor variable names 2019-04-22 12:20:51 +02:00
Manfred Karrer
fb4b66d691
Remove check if trade is disputed
It can be that one user opened a dispute but in the meantime the other
peer sent or received the funds. Atm after a dispute has been opened the
user cannot confirm anymore. This restriction forces all cases to be
resolved in arbitration. If we relax that restriction to allow users
to still confirm after they opened a dispute we might reduce work load
for arbitrators as the payout can be done by the users if both have
confirmed. The arbitrator still need to close the case to that the
open support cases get closed, but the payout tx was already created
 by the users.
2019-04-21 18:01:35 -05:00
Manfred Karrer
9b13740feb
Dont disable the confirm buttons
Arbitrators reported that there are some cases where the confirm
payment or receipt buttons are disabled and they cannot confirm it.
Another issue is that sometimes the confirm msg does not arrive and
after button click its disabled so the message cannot be resent but
clicking the button again.
The software should handle such case and there is some automatic resend
but it seems it does not cover all cases. By keeping the button active
the user can click again and there is higher chance that such cases
get resolved by itself.
I am aware that this is not a good solution but to find out what
exactly caused the issue and to build a more resilient resend
functionality requires much more work and this seems to be a easy fix
which might avoid many disputes.
2019-04-21 17:58:42 -05:00
Manfred Karrer
dc773460a9
Merge branch 'master' into fix-trade-peers-account-age 2019-04-21 17:17:46 -05:00
Manfred Karrer
eb1c4fd25c
Merge pull request #2737 from ManfredKarrer/use-utf8-for-getBytes
Add UTF8 for getBytes calls
2019-04-21 17:16:34 -05:00
sqrrm
7f00fe227f
Use same precision for all x-axis labels 2019-04-21 23:53:17 +02:00
Manfred Karrer
145ec99725
Hide age at altcoins 2019-04-20 00:05:16 -05:00