Android-X13
f0c353cdf6
Fix overlay centering
2022-11-21 15:16:39 +02:00
Bisq GitHub Admin
60522218a7
Merge pull request #6412 from bisq-network/release/v1.9.6
...
Merge release branch
2022-11-15 21:03:40 +01:00
Christoph Atteneder
900fa47138
Revert to SNAPSHOT version
2022-11-13 10:48:44 +01:00
sqrrm
3dd9b0e575
Merge pull request #6403 from HenrikJannsen/disable-deactivation-of-dao
...
Require the DAO is enabled for traders
2022-11-04 11:44:26 +01:00
HenrikJannsen
8d0b0be505
Fix wrong rowSpan values (was bug in current version)
...
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
2022-11-03 11:19:30 -05:00
HenrikJannsen
b5df4afd40
Remove DevEnv.isDaoActivated method as not used anymore
...
Remove daoActivatedToggleButton from PreferencesView and NewsView
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
2022-11-03 11:16:10 -05:00
HenrikJannsen
114bda22cd
Remove DevEnv.isDaoActivated()
from combined if statements with &&
as isDaoActivated is always true
...
In case of a `||` the statement gets removed as it always is true.
At getUserPaymentAccounts we refactor further the steam to a HashSet constructor operation as the filter method gets removed.
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
2022-11-03 11:04:36 -05:00
HenrikJannsen
e8a9132d30
Remove if blocks with !DevEnv.isDaoActivated()
and combined &&
as isDaoActivated is always true the whole statement is always false
...
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
2022-11-03 11:00:23 -05:00
HenrikJannsen
80e7dc7203
Remove tertiary operator DevEnv.isDaoActivated() ?
as isDaoActivated is always true
...
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
2022-11-03 11:00:22 -05:00
HenrikJannsen
3e99a110d7
Remove if (!DevEnv.isDaoActivated())
checks as !isDaoActivated is always false
2022-11-03 11:00:22 -05:00
HenrikJannsen
72d97b8d97
Remove if (DevEnv.isDaoActivated())
checks as isDaoActivated is always true
...
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
2022-11-03 10:51:01 -05:00
HenrikJannsen
97648c51f3
Rename to make use case more clear
...
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
2022-11-02 22:49:57 -05:00
HenrikJannsen
710dba9f36
Remove validateDonationAddress method without dispute param
...
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
2022-11-02 22:47:39 -05:00
HenrikJannsen
e8c6b0ae14
Remove daoFacade as unused parameter
...
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
2022-11-02 22:32:28 -05:00
HenrikJannsen
e49e634956
Move testIfAnyDisputeTriedReplay and related methods to DisputeValidation
...
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
2022-11-02 22:14:55 -05:00
HenrikJannsen
37457ed132
Move validateDonationAddress to DisputeValidation
...
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
2022-11-02 22:12:55 -05:00
HenrikJannsen
aa22bd366a
Add DisputeValidation class for validation methods and exceptions of the dispute domain.
...
Move AddressException, NodeAddressException and DisputeReplayException to DisputeValidation.
Use DisputeValidation.ValidationException as type for DisputeManager.validationExceptions.
Remove Nullable annotation for dispute field in those exceptions.
Remove null checks when those DisputeValidation.ValidationException are used.
2022-11-02 22:09:30 -05:00
Christoph Atteneder
e84c94f2b7
Resize action column if it contains own offers
2022-10-20 11:02:04 +02:00
Christoph Atteneder
ace27cf65c
Resize action column if it contains own offers
2022-10-19 13:25:28 +02:00
Christoph Atteneder
3580b648c8
Bump version number for v1.9.6
2022-10-13 09:54:32 +02:00
Christoph Atteneder
060246651a
Merge pull request #6374 from jmacxx/change_buy_sell_button_text
...
Reduce width of Buy/Sell offerbook button
2022-10-13 09:50:55 +02:00
jmacxx
b35e316cdc
Warn at shutdown if Dispute message is pending.
2022-10-11 17:54:07 -05:00
jmacxx
df2630b379
Reduce minWidth of Buy/Sell offerbook button.
2022-10-11 09:56:19 -05:00
Christoph Atteneder
b29b054469
Merge pull request #6296 from jmacxx/change_buy_sell_button_text
...
Clarify wording on buy/sell offerbook button
2022-10-06 09:48:19 +02:00
Christoph Atteneder
4a7b76916c
Merge pull request #6337 from jmacxx/bsq_supply_stats_fixes
...
Fix bugs in BSQ Supply screen
2022-10-06 09:44:06 +02:00
jmacxx
b5dc6a4e45
Misc burn chart series CSS color settings and tooltip description.
2022-10-05 07:11:40 -05:00
jmacxx
8b92b2cdf5
UI Changes for BSQ Supply screen.
...
Adds ability to track Misc Burnt amounts (incl. voting, asset listing etc)
Corrects the descriptions for Total BSQ and Change in supply.
2022-10-05 07:11:36 -05:00
jmacxx
f0af8a516e
Fix Total BSQ Supply and Change of BSQ Supply calculations.
...
Total BSQ Supply needs to be cumulative from genesis to datapoint.
Change of BSQ Supply needs to handle situations where there is no
issuange to offset a burn. There was a bug in the use of
getMergedMap(a - b) which would result in a burn being counted as
an issuance in that case. Solved by making burns negative and using
Long::sum instead of a - b.
2022-10-05 07:11:29 -05:00
jmacxx
f3e53d43f6
Historical dataset for BSQ Supply page only relevant for mainnet.
2022-10-05 07:11:26 -05:00
jmacxx
eacef13b5a
Fix date range filter in BSQ Supply screen.
2022-10-05 07:11:17 -05:00
jmacxx
12014bb9fd
Clarify wording on buy/sell offerbook button.
2022-10-05 07:05:26 -05:00
jmacxx
b67b2eb11d
Offers from a banned node should not be displayed.
2022-10-04 20:34:16 -05:00
Christoph Atteneder
75e030f541
Merge pull request #6362 from jmacxx/dispute_min_payout
...
Set the minimum payout at mediation to be 2.5% of trade amount
2022-10-04 09:12:38 +02:00
Christoph Atteneder
5d06b512da
Merge pull request #6348 from Android-X13/update-peer-tags
...
Refresh all avatars upon setting a peer's tag
2022-09-21 21:20:57 +02:00
Android-X13
1bbe90a5a2
Use custom map listening for tag change events
2022-09-21 12:11:09 +03:00
Android-X13
73bb97d2dd
Include ability to refresh all tags in Portfolio
2022-09-21 12:11:08 +03:00
Android-X13
1e82070e74
Handle avatar map better
2022-09-21 12:11:07 +03:00
Android-X13
76d85b1940
Refresh all avatars upon setting a tag
2022-09-21 12:10:58 +03:00
Christoph Atteneder
3cc1517606
Merge pull request #6352 from Android-X13/npe-open-proposals
...
Prevent NPE in Open Proposals when last column is empty
2022-09-21 10:10:44 +02:00
Christoph Atteneder
dc5802930f
Merge pull request #6324 from xyzmaker123/dao-governance-fix-menu-button
...
Updating DAO->Governance menu to indicate vote possible
2022-09-21 10:10:20 +02:00
jmacxx
11e4469b0e
Set the minimum payout at mediation to be 2.5% of trade amount.
...
If 2.5% is less than 0.0005 BTC, then fall back to 0.0005 BTC.
2022-09-18 21:51:24 -05:00
Christoph Atteneder
dc1c014310
Not use platform specific binary signing and notarization
2022-09-15 09:41:15 +02:00
Christoph Atteneder
44af373570
Merge pull request #6345 from Android-X13/fix-npe-in-offerbook
...
Prevent NPE when editing offer while not fully connected
2022-09-09 10:18:00 +02:00
Christoph Atteneder
328d7c12a1
Revert to SNAPSHOT version
2022-09-09 09:56:19 +02:00
Android-X13
741a3d16bd
Fix NPE in Open Proposals when last column is empty
2022-09-08 14:22:31 +03:00
Android-X13
e5f702c842
Fix NPE when editing offer while not yet connected
2022-09-02 14:48:30 +03:00
Christoph Atteneder
15aaa77b91
Bump version number for v1.9.5
2022-08-21 21:32:26 +02:00
Christoph Atteneder
aa1891a062
Merge pull request #6314 from xyzmaker123/5278-ability-to-copy-links
...
Possibility to copy addresses / transaction ids
2022-08-20 21:48:40 +02:00
Christoph Atteneder
5b5d09db8d
Merge pull request #6316 from xyzmaker123/dont-use-all-utxos
...
Send funds - don't use all available funds by default
2022-08-20 21:47:50 +02:00
xyzmaker123
d6f195e4db
Replace "copy" with "copy to clipboard"
2022-08-19 14:15:52 +02:00