Commit graph

9253 commits

Author SHA1 Message Date
Manfred Karrer
25931c0fd7
Merge pull request #2757 from sqrrm/count-voting-cycles
Count cycles correctly, fix #2706
2019-04-21 18:06:50 -05: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
sqrrm
d0c0bd9a25
Count cycles correctly, fix #2706 2019-04-20 15:18:23 +02:00
Manfred Karrer
145ec99725
Hide age at altcoins 2019-04-20 00:05:16 -05:00
Manfred Karrer
7af2d889ce
Add account age to dispute table 2019-04-19 23:50:29 -05:00
Manfred Karrer
3246bf4720
Add account age to contract json 2019-04-19 22:21:57 -05:00
Manfred Karrer
f23773b81c
Add account age to contract window 2019-04-19 22:14:34 -05:00
Manfred Karrer
c145cab7b8
Add account age to trade details window 2019-04-19 22:00:41 -05:00
Manfred Karrer
1f00e8c3aa
Move method 2019-04-19 21:52:28 -05:00
Manfred Karrer
f36823f145
Merge pull request #2736 from ManfredKarrer/fix-dao-full-mode-settings-issue
Fix issues with DAO full mode in preferences
2019-04-19 21:31:44 -05:00
Manfred Karrer
f88af6b450
Fix account age display of peer
We only showed makers account age before also at trade screens.
This PR fixes that so that the trade peers account age is displayed at
the peer info icon.
2019-04-19 21:31:26 -05:00
Manfred Karrer
d3503693d2
Merge branch 'fix-dao-full-mode-settings-issue' of https://github.com/ManfredKarrer/bisq into fix-dao-full-mode-settings-issue 2019-04-19 20:37:42 -05:00
Manfred Karrer
25e2621ce5
Fix missing arguments 2019-04-19 20:37:19 -05:00
Manfred Karrer
59f31c7c6e
Merge branch 'master' into fix-dao-full-mode-settings-issue
# Conflicts:
#	common/src/main/proto/pb.proto
#	core/src/main/java/bisq/core/user/Preferences.java
#	core/src/main/java/bisq/core/user/PreferencesPayload.java
#	desktop/src/main/java/bisq/desktop/main/settings/preferences/PreferencesView.java
2019-04-19 20:32:11 -05:00
Manfred Karrer
ad4be15eea
Merge branch 'master' of https://github.com/bisq-network/bisq 2019-04-19 20:26:31 -05:00
Manfred Karrer
7adb3226a4
Merge pull request #2746 from ripcurlx/fix-styling-of-alert-message
Use existing styling for developer alert message
2019-04-19 20:25:17 -05:00
Manfred Karrer
262fa851b6
Merge pull request #2742 from ripcurlx/set-lower-security-deposit-for-altcoins
Use different security deposit for fiat-crypto and crypto-crypto trades
2019-04-19 20:24:26 -05:00
Manfred Karrer
2f4497155c
Merge pull request #2740 from ripcurlx/handle-editing-of-offers-with-invalid-deposit
Improve handling of editing of offers with invalid security deposit
2019-04-19 20:19:12 -05:00
Manfred Karrer
c25c1ca82b
Add filter box to trade history
Can filter by onion address, date string, trade id and
payment details data.
2019-04-19 20:12:54 -05:00
Manfred Karrer
307bf73539
Show readable data in offer 2019-04-19 19:31:07 -05:00
Christoph Atteneder
dadd22cc31
Remove unnecessary static import 2019-04-19 10:53:44 +02:00
Christoph Atteneder
211f65f12b
Use existing styling for developer alert message 2019-04-18 22:19:23 +02:00
Christoph Atteneder
55d09a308b
Use different security deposit for fiat-crypto and crypto-crypto trades 2019-04-18 19:37:46 +02:00
Christoph Atteneder
8481593370
Improve handling of editing of offers with invalid security deposit 2019-04-18 14:45:23 +02:00
Manfred Karrer
1008e9bc51
Add UTF8 for getBytes calls
Fixes https://github.com/bisq-network/bisq/issues/2729
2019-04-17 19:56:21 -05:00
Manfred Karrer
2119872c9b
Merge pull request #2730 from ManfredKarrer/request-block-if-not-received
Request blocks in case we have not received it
2019-04-17 19:12:02 -05:00
Manfred Karrer
1f1d7a31c6
Fix missing argument in test class 2019-04-17 18:49:02 -05:00
Manfred Karrer
8a5ba9487d
Fix missing argument in test class 2019-04-17 18:47:30 -05:00
Manfred Karrer
da10470dc5
Request 1 block above our chain height 2019-04-17 18:40:31 -05:00
Manfred Karrer
6cd04a0d91
Merge pull request #2621 from ManfredKarrer/ignore-dust-utxo
Ignore dust utxo
2019-04-17 18:30:50 -05:00
Manfred Karrer
6f44dc5c1c
Fix issues with DAO full mode in preferences
There was missing the block notify port as well as the options have
not been applied correctly which led to the situation that when you
run the same application in full mode and later in lite mode that
data got persisted.

Added also to the footer a note if full mode is running.
2019-04-17 18:26:33 -05:00
zzzpotato
4a63d16337 List ZeroClassic (ZERC) 2019-04-17 16:30:57 -05:00
Manfred Karrer
5f86da9e73
Merge pull request #2734 from ripcurlx/include-bsq-in-markets-print-tool
Remove BSQ filter for crypto currencies
2019-04-17 09:21:44 -05:00
Manfred Karrer
bebb48108f
Merge pull request #2732 from ManfredKarrer/add-nodeaddress-at-getblocks-request
Add nodeaddress and capabilities at getblocks request
2019-04-17 09:21:27 -05:00
Christoph Atteneder
d05bafe20a
Merge pull request #2733 from ManfredKarrer/fix-ignore-list
Fix ignore list
2019-04-17 11:42:04 +02:00
Christoph Atteneder
e37a704016
Remove BSQ filter for crypto currencies 2019-04-17 11:16:55 +02:00
Manfred Karrer
683301fc23
Use full address instead of hostname
Mixing usage of host name and full name caused a few bugs in the past.
We should use only full address by default.
2019-04-16 23:19:54 -05:00
Manfred Karrer
70a950ce94
Use fullAddress for ignored peers and in peer info 2019-04-16 23:18:36 -05:00
Manfred Karrer
ab0c81804c
Make GetBlocksRequest implement SendersNodeAddressMessage and SupportedCapabilitiesMessage
When we request at startup the blocks from a seed which has not yet
received out capabilities or node address we will not get a response.
We do not want to depend on the state in the getData domain in the
p2p network by using only a seed which has already responded but we
prefer to make sure the seednode will get all the data by our request
to be able to respond.
2019-04-16 22:52:20 -05:00
Manfred Karrer
7e0a7a4f02
Only set capabilities if not null 2019-04-16 22:48:32 -05:00
Manfred Karrer
b0fef9819b
Add check for nullable senderNodeAddress 2019-04-16 22:33:46 -05:00
Manfred Karrer
fcbc3b659b
Ignore utxo below a user defined threshold to avoid dust attacks
Implements https://github.com/bisq-network/bisq/issues/2604
2019-04-16 20:42:13 -05:00
Manfred Karrer
21c5eec5f6
Remove referralIdInputTextField
The referralId support did not get any interest so we removed it from
the UI. It is still supported via prog argument and can be re-enabled
again once there are use cases (API?).
I left it commented out to make re-enabling easier.
2019-04-16 20:41:59 -05:00
Manfred Karrer
7df35f3ce8
Request blocks in case we have not received it
Once we get a new block from BitcoinJ we start a timer and check in 10
seconds if we have received the block from the P2P network. If not we
request it from the seed nodes.
2019-04-16 20:36:58 -05:00
Manfred Karrer
487f714687
Merge pull request #2728 from oscarguindzberg/fix-doichainparams
Doichain: set p2shHeader.
2019-04-16 19:09:54 -05:00
Manfred Karrer
1e991d1b6e
Sync up code with SeedNodeMain 2019-04-16 18:00:09 -05:00