Commit graph

8989 commits

Author SHA1 Message Date
sqrrm
83b7ed9fea
Update core/src/main/java/bisq/core/dao/governance/votereveal/VoteRevealService.java
Co-Authored-By: ManfredKarrer <mk@nucleo.io>
2019-03-26 18:56:28 -05:00
sqrrm
3d5ff1c674
Update core/src/main/java/bisq/core/dao/governance/votereveal/VoteRevealService.java
Co-Authored-By: ManfredKarrer <mk@nucleo.io>
2019-03-26 18:56:20 -05:00
Devin Bileck
b86da3925b
Show close button when creating offer without required account
Issue: When attempting to create an offer without a trading account for
the selected currency, a prompt is shown asking the user whether to still
create an offer or to create a new account. But this prompt is missing a
cancel/close button in case you don't want to do either action. And
pressing Esc on the keyboard proceeds to create the account.

Cause: The close button on the prompt was renamed and being used to
create a new account.

Fix: Use the close button as a close button and add a secondary action
button to create a new account. The popup width was increased to
accommodate the long button text without being truncated.
2019-03-26 14:50:03 -07:00
Manfred Karrer
ff868311bb
Merge branch 'master' into add-check-for-bsq-balance
# Conflicts:
#	desktop/src/main/java/bisq/desktop/main/dao/wallet/dashboard/BsqDashboardView.java
2019-03-26 00:40:27 -05:00
Manfred Karrer
ce1da644c2
Add IRREGULAR txType for txs which are not rule conform but not burnt
We don't want to burn BSQ in cases like that the tx was published too
late, which is a valid case if the tx does not make it in the next block.
We set such txs as IRREGULAR and allow spending of the BSQ, but there
function in the governance is invalidated.

We also add a check if the sum of all UTXO is the same as the sum of the
genesis + sum of issuance txs - burned fees.
2019-03-26 00:37:55 -05:00
Manfred Karrer
c20964f47a
Don't create vote reveal tx in last block of phase 2019-03-26 00:33:57 -05:00
Manfred Karrer
15bf8ff08b
Merge pull request #2584 from ManfredKarrer/add-issuance-limit
Add ISSUANCE_LIMIT param and check for max issuance per cycle
2019-03-25 18:34:22 -05:00
Manfred Karrer
2a46133292
Merge pull request #2566 from ripcurlx/ui-dao-improvements
DAO UI improvements
2019-03-25 18:34:02 -05:00
Christoph Atteneder
1324290d34
Move vote results for proposal into popup 2019-03-25 23:46:40 +01:00
Christoph Atteneder
f6f2a663e8
Improve layout and fix issue with phase breaks 2019-03-25 20:47:28 +01:00
Manfred Karrer
1e66d6e5c0
Merge pull request #2582 from oscarguindzberg/typo
Fix typo
2019-03-25 13:46:16 -05:00
Manfred Karrer
f75ddf9346
Add ISSUANCE_LIMIT param and check for max issuance per cycle
We limit the possible max. issuance (including reimbursements) to the
valued defined in the ISSUANCE_LIMIT param.
In case we exceed that limit the whole cycle becomes invalid.

The main reason for that feature is limitation of max.
damage in case that an attacker manages to create unjustified issuance.

For valid cases we consider such a case as social consensus problem as
the majority of voters should be aware of that limit before they
accept such a high issuance. If known in advance that an extraordinary
high issuance is expected the DAO parameter can be changed.
2019-03-25 13:36:34 -05:00
Manfred Karrer
3a9131d203
Merge pull request #2583 from ManfredKarrer/increase-timeouts
Increase timeouts
2019-03-25 13:28:47 -05:00
Manfred Karrer
87378cde09
Merge pull request #2581 from freimair/netlayer
Update Netlayer to 0.6.5
2019-03-25 13:28:30 -05:00
Manfred Karrer
9b2c5a2d2a
Increase timeouts
See discussion at https://github.com/bisq-network/bisq/issues/2547
2019-03-25 12:44:54 -05:00
Oscar Guindzberg
56d152ebee Fix typo 2019-03-25 12:06:45 -03:00
Oscar Guindzberg
2113e02c63 Fix typo 2019-03-25 12:03:59 -03:00
Florian Reimair
bb6de99385
Update Netlayer to 0.6.5 2019-03-25 15:42:21 +01:00
Christoph Atteneder
c9c775d60f
Merge pull request #2529 from quantum13/rename_xdr
rename XDR ticker (conflict with ISO 4217)
2019-03-25 10:25:40 +01:00
Christoph Atteneder
ab4d203ece
Merge pull request #2575 from ManfredKarrer/higher-max-buyer-security-deposit
Set max buyer's security deposit to 20% instead of 10%
2019-03-25 10:24:48 +01:00
Christoph Atteneder
f65b340d3d
Merge pull request #2576 from ManfredKarrer/mk-fix-get-all-bonds
Fix get all bonds not returning not active bonds
2019-03-25 10:24:33 +01:00
Christoph Atteneder
3491c40e13
Merge pull request #2579 from devinbileck/update-change-param-validator-error-messages
Update change param validator error messages
2019-03-25 10:24:01 +01:00
Christoph Atteneder
100d838908
Set max buyer's security deposit to 20% instead of 10%
A Bisq trader suggested that change to cover risks with volatility
for seller.
2019-03-25 10:17:08 +01:00
Manfred Karrer
a9aaef7e9b
Complete pull request
We only want to show active bonds in the list for confiscation.
The Inactive bond label is not necessary in the vote result as a
confiscated bond is inactive anyway. Intention was probably to show it
as inactive in the proposal display but they will be filtered out
anyway there.
2019-03-25 10:05:19 +01:00
Ben Kaufman
f1077b82b3
Disallow proposing to confiscate inactive bonds 2019-03-25 10:05:19 +01:00
Ben Kaufman
5c066a6942
Fix get all bonds not returning not active bonds
Fix #2522
2019-03-25 10:05:18 +01:00
Christoph Atteneder
942d8366b2
Add informational popup when voting for the first time 2019-03-25 09:51:42 +01:00
Christoph Atteneder
e4ecb869ad
Use stake to reference voting weight 2019-03-25 09:51:42 +01:00
Christoph Atteneder
4ba8342f20
Move display of selected proposal into popup instead of showing it inline 2019-03-25 09:51:42 +01:00
Christoph Atteneder
0099c9c5e3
Move my vote out of selected proposal section 2019-03-25 09:51:42 +01:00
Christoph Atteneder
8d4a3de7b7
Make create proposal view more compact 2019-03-25 09:51:41 +01:00
Christoph Atteneder
8d7a35bd5b
Not show group separator for last group 2019-03-25 09:51:41 +01:00
Devin Bileck
85fc633430
Fix incorrect value stated in error message and use inputToBeAtLeast 2019-03-24 23:02:56 -07:00
Devin Bileck
a902a7b627
Fix incorrect display string name inputTooToBeAtLeast 2019-03-24 22:56:18 -07:00
Manfred Karrer
497e202420
Merge pull request #2577 from ManfredKarrer/mk-lock-bond-fees
Added mining fee to un/lock bond popup
2019-03-24 19:12:35 -05:00
Manfred Karrer
5d4235ff87
Update BTC_DONATION_ADDRESS_OWNER bond 2019-03-24 13:44:16 -05:00
Manfred Karrer
be94f106be
Add null check 2019-03-24 12:56:03 -05:00
Manfred Karrer
a6bdbe927b
Add null checks 2019-03-24 12:38:56 -05:00
Manfred Karrer
646c39033f
Add testnet seeds 2019-03-23 18:15:42 -05:00
Manfred Karrer
7c97a90f4a
Complete pull request
Use lockup and unlock tx for miner fee and tx size display.
The getMiningFeeAndTxSize in daoFacade was used for blind vote. Got
renamed in the meantime to make it more clear.
2019-03-23 17:06:28 -05:00
Manfred Karrer
c4a3a2ba77
Merge branch 'lock-bond-fees' of https://github.com/ben-kaufman/bisq into ben-kaufman-lock-bond-fees 2019-03-23 16:37:28 -05:00
Manfred Karrer
a9a43159f9
Add warning for money order accounts.
See discussion at: https://github.com/bisq-network/proposals/issues/75
2019-03-23 16:09:11 -05:00
Manfred Karrer
47fb177c07
Merge pull request #2556 from ManfredKarrer/misc-dao-improvements
Improve data structure, validation and performance
2019-03-22 23:46:17 -05:00
Manfred Karrer
eb8feece58
Add missing @EqualsAndHashCode(exclude = {"date"})
Was unintendely removed in latest refactorings
2019-03-22 20:44:37 -05:00
Manfred Karrer
43155b8926
Fix % display 2019-03-22 20:31:16 -05:00
Manfred Karrer
133db948c1
Merge pull request #2569 from devinbileck/suppress-popup-at-shutdown-when-open-offers-are-disabled
Suppress popup at shutdown when open offers are disabled
2019-03-22 16:02:57 -05:00
Devin Bileck
032892c8fd
Suppress popup at shutdown when open offers are disabled
Issue: When shutting down the application with disabled open offers, the
confirmation popup was still being shown informing the user there are
open offers.

Fix: On shutdown, check all open offers and only show the popup if any
of them are enabled.

Fixes #2115
2019-03-22 12:50:20 -07:00
Manfred Karrer
26fd61defb
Fix tests 2019-03-22 14:31:48 -05:00
Manfred Karrer
954c5afc7b
Use translation strings and show min/max values at change param validation 2019-03-22 14:14:24 -05:00
Manfred Karrer
68894ea2ce
Update db files 2019-03-22 12:25:45 -05:00