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
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
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
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
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
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
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
Christoph Atteneder
e37a704016
Remove BSQ filter for crypto currencies
2019-04-17 11:16:55 +02:00
Manfred Karrer
70a950ce94
Use fullAddress for ignored peers and in peer info
2019-04-16 23:18:36 -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
Christoph Atteneder
36f8b0275a
Revert to SNAPSHOT version
2019-04-16 16:26:41 +02:00
Christoph Atteneder
bdf163ca2d
Bump version number
2019-04-16 16:03:12 +02:00
Christoph Atteneder
6cceed2bc4
Merge pull request #2724 from ripcurlx/show-news-badge-for-dao-launch
...
Show DAO news badge to increase visibility of DAO launch
2019-04-16 15:51:49 +02:00
Manfred Karrer
536ef67be0
Merge pull request #2725 from ripcurlx/remove-rounding-popup-showing-redundancy
...
Only show rounding popup once during activation
2019-04-16 08:49:43 -05:00
Christoph Atteneder
c972dfe668
Only show rounding popup once during activation and not show it in edit offer screen.
...
Fixes #2708 .
2019-04-16 15:01:14 +02:00
Christoph Atteneder
b119c71a1c
Show DAO news badge to increase visibility of DAO launch
2019-04-16 13:34:50 +02:00
Christoph Atteneder
02f6475470
Fix wrong calculation of percentage based security deposit
2019-04-16 11:27:59 +02:00
Christoph Atteneder
60826a11e1
Revert to SNAPSHOT
2019-04-15 17:42:16 +02:00
Manfred Karrer
6c98d98ce1
Merge branch 'master' into rc_v1.0.0
2019-04-15 09:00:31 -05:00
Manfred Karrer
b8b2e8b2bd
Merge pull request #6 from ripcurlx/fix-scrolling-in-trade-view
...
Reduce table height and update height calculation to prevent scrolling
2019-04-15 08:31:39 -05:00
Christoph Atteneder
edfe035cb9
Align Altcoin list with Altcoin selection combobox
2019-04-15 15:26:10 +02:00
Christoph Atteneder
8f7dae49c6
Reduce table height and update height calculation to prevent scrolling
2019-04-15 15:15:15 +02:00
Christoph Atteneder
1664a72788
Update Mainnet dbs and remove old test dbs
2019-04-15 14:13:53 +02:00
Manfred Karrer
1f9e2ce6a1
Fix nullpointer
2019-04-14 19:14:25 -05:00
Manfred Karrer
1f05e8ff75
Merge pull request #5 from ripcurlx/improve-sepa-form
...
Small improvements
2019-04-14 15:22:46 -05:00
Christoph Atteneder
ac4cd820d6
Move country into second column to save space
2019-04-14 21:50:35 +02:00
Manfred Karrer
57ae8af3d7
Add requireUpdateToNewVersion check
2019-04-14 13:52:53 -05:00
Manfred Karrer
5b8ff6ef73
Merge branch 'master' into rc_v1.0.0
2019-04-13 12:49:29 -05:00
Manfred Karrer
bb71fb122b
Use full address instead of hostname
2019-04-13 10:58:17 -05:00
Christoph Atteneder
5d70e3d755
Fix wrong padding of links in trade feedback popup
2019-04-13 17:19:25 +02:00
Christoph Atteneder
60e23f8f24
Reduce min width of close button to prevent truncations
2019-04-13 17:07:43 +02:00
Manfred Karrer
8a3f42c572
Improve filter
2019-04-12 18:52:00 -05:00
Manfred Karrer
4269607065
Merge pull request #4 from ripcurlx/bump-version-number
...
Bump version number
2019-04-12 17:26:40 -05:00
Manfred Karrer
cc255c2733
Merge branch 'master' into rc_v1.0.0
2019-04-12 17:24:48 -05:00
Manfred Karrer
813365df1e
Reduce initial delay for animation
2019-04-12 11:20:19 -05:00
Christoph Atteneder
2c106c74c6
Bump version number
2019-04-12 12:09:49 +02:00
Christoph Atteneder
2691ebab3f
Add slide out animation and delay initial slide in animation to increase the chance that it is seen (dependent on available processing power on startup)
2019-04-12 11:23:20 +02:00
Manfred Karrer
b5a0cc1ce2
Remove random string for dev testing
2019-04-11 16:25:13 -05:00