Manfred Karrer
6b416ca278
Add TODO for removing the date from BlindVotePayload at mainnet launch
...
We don't want to break consensus and persisted data at current
dao_regtest by removing the date now. It is not used anywhere so it is
irrelevant but would break things as the hash would be different and
persisted data would not be readable anymore. So we delay that change
to the mainnet launch.
2019-04-06 19:46:58 -05:00
Manfred Karrer
419da79232
Republish only outside of voteReveal phase
2019-04-06 19:36:41 -05:00
Manfred Karrer
1df485a4fa
Remove DateTolerantPayload interface
...
The date check would not add real protection as the attacker could just
use a new date and we do not cross check the date with the tx date.
We could do that but it would add complexity and we have another
strategy which does not require that.
2019-04-06 19:29:31 -05:00
Manfred Karrer
5cfa2c77ac
Refactor: Rename method and parameter
2019-04-05 20:16:12 -05:00
Christoph Atteneder
400fbbd080
Merge pull request #2655 from ripcurlx/improve-tx-display-for-btc-withdrawal-from-bsq-wallet
...
Improve tx display for BTC withdrawal from BSQ wallet
2019-04-05 17:52:34 +02:00
Christoph Atteneder
63994ff13c
Merge pull request #2656 from m52go/proposal-popup-text
...
Reword text in proposal fee pop-up
2019-04-05 17:45:20 +02:00
Christoph Atteneder
e5d28b67c1
Prevent transaction already when there is a zero BTC output
2019-04-05 17:44:00 +02:00
Christoph Atteneder
dda54f8b64
Show zero BSQ transferred for BTC withdrawal form BSQ wallet
2019-04-05 17:41:32 +02:00
Steve Jain
eda85bf2e9
Reword text in proposal fee pop-up
2019-04-05 11:10:00 -04:00
Christoph Atteneder
79376f3faf
Prevent user from creating transactions that will burn money (mining fees > amount to transfer)
2019-04-05 16:28:55 +02:00
Christoph Atteneder
3275dfed10
Improve transaction display for BTC withrawals from BSQ wallet
2019-04-05 16:28:08 +02:00
Christoph Atteneder
de3a2bacd8
Merge pull request #2652 from devinbileck/fix-incorrect-txsize-for-bonding
...
Fix incorrect transaction size shown for bonding
2019-04-05 09:29:06 +02:00
Devin Bileck
71481396ae
Fix incorrect transaction size shown for bonding
...
When locking up or unlocking a bond, the displayed transaction size was
in bytes, but the prompt was indicating it was Kb. So adjust the value
so it is shown as Kb.
2019-04-05 00:16:54 -07:00
Manfred Karrer
32264070b7
Merge pull request #2643 from devinbileck/update-insufficient-funds-warning-for-proposal
...
Update insufficient BTC warning for issuance proposals
2019-04-04 18:28:37 -05:00
Manfred Karrer
9a6a03f1e5
Merge pull request #2646 from oscarguindzberg/regtest-fix
...
Bugfix for bitcoinRegtestHost=none mode
2019-04-04 18:27:30 -05:00
Manfred Karrer
97c3d5b57d
Merge pull request #2647 from oscarguindzberg/typo2
...
Fix typo
2019-04-04 18:26:46 -05:00
Oscar Guindzberg
4cb5b9d37e
Fix typo
2019-04-04 19:00:12 -03:00
Oscar Guindzberg
cc73c5e37b
Bugfix for bitcoinRegtestHost=none mode
2019-04-04 18:58:09 -03:00
Devin Bileck
837e79248f
Update insufficient BTC warning for issuance proposals
...
When attempting to submit a compensation request or reimbursement
request with insufficient BTC, the warning message only indicated that
BTC is required for mining fees. It did not indicate that BTC is also
required for the BSQ issuance.
So another display string was added and displayed when submitting an
issuance proposal with insufficient BTC funds available.
2019-04-04 12:59:30 -07:00
Manfred Karrer
4e173ac976
Merge pull request #2636 from ripcurlx/check-for-nullable-selected-proposal
...
Check if selected proposal is null
2019-04-04 12:54:47 -05:00
Christoph Atteneder
f2eabbc0b0
Add missing Bsq state listeners
2019-04-04 19:29:17 +02:00
Manfred Karrer
e0e1472fac
Merge pull request #2635 from ripcurlx/fix-wrong-crypto-name-in-removed-cryptos
...
Change wrong name for Siacoin in removed crypto list
2019-04-04 10:14:26 -05:00
Christoph Atteneder
77df0f9b53
Hide and show selected proposal window whenever new block has been parsed
2019-04-04 16:34:27 +02:00
Manfred Karrer
b9ab0f1965
Merge pull request #2638 from ripcurlx/improve-issuance-info-popup
...
Add information of Satoshis needed for coloring
2019-04-04 07:46:54 -05:00
Christoph Atteneder
b30f166e92
Add information of Satoshis needed for coloring
2019-04-04 13:19:30 +02:00
Christoph Atteneder
1782a364ca
Check if selected proposal is null and ignore vote in this case
2019-04-04 12:06:14 +02:00
Christoph Atteneder
383043e932
Change wrong crypto name for Siacoin in removed crypto list
2019-04-04 11:15:36 +02:00
Manfred Karrer
409e958903
Merge pull request #2630 from devinbileck/fix-incorrect-bsq-amount-in-warning-text
...
Fix incorrect required BSQ amount in warning text
2019-04-03 18:11:51 -05:00
Devin Bileck
2c001ad099
Fix incorrect required BSQ amount in warning text
...
When submitting a proposal with insufficient BSQ balance, the warning
message showed an incorrect required BSQ amount. The amount needed to be
divided by 100 (1 BSQ = 100 satoshis).
2019-04-03 15:17:04 -07:00
Manfred Karrer
1203d8b6e0
Merge branch 'master' of https://github.com/bisq-network/bisq
2019-04-03 12:43:32 -05:00
Manfred Karrer
3b16d508f4
Change log level
2019-04-03 12:22:59 -05:00
Manfred Karrer
6220ff7677
Merge pull request #2622 from devinbileck/fix-negative-max-stake-for-voting
...
Fix max available stake for voting showing negative
2019-04-03 11:47:29 -05:00
Devin Bileck
fb9774c6ff
Fix max available stake for voting showing negative
...
When attempting to vote on proposals with insufficient BSQ,
the max available stake for voting was showing a negative value.
2019-04-03 00:26:41 -07:00
Manfred Karrer
8d22d7b926
Improve error message
...
See https://github.com/bisq-network/bisq/issues/2620
https://github.com/bisq-network/bisq/pull/2614#discussion_r271290565
2019-04-02 19:25:34 -05:00
Christoph Atteneder
7f2e406e8d
Revert to SNAPSHOT versions
2019-04-02 17:25:03 +02:00
Christoph Atteneder
0ffc93a091
Bump version number
2019-04-02 17:13:04 +02:00
Christoph Atteneder
4bbbb63c68
Merge pull request #2616 from ManfredKarrer/fix-percentage-rounding-bug
...
Fix wrong precision value
2019-04-02 16:51:36 +02:00
Manfred Karrer
339198bb45
Fix wrong precision value
...
Fixes https://github.com/bisq-network/bisq/issues/2615
2019-04-02 09:42:39 -05:00
Christoph Atteneder
21e63066af
Revert to SNAPSHOT versions
2019-04-02 11:21:11 +02:00
Christoph Atteneder
fb3c8c214e
Bump version number
2019-04-02 11:19:03 +02:00
Christoph Atteneder
8b2396e7e2
Use pt translation instead of incomplete pt_BR one
2019-04-02 10:12:45 +02:00
Christoph Atteneder
9d4c60b1e0
Update translations
2019-04-02 09:51:20 +02:00
Christoph Atteneder
6e2aaecfe7
Merge pull request #2614 from ManfredKarrer/add-missing-check-for-mandatory-bsq-output
...
Add missing check for mandatory bsq output
2019-04-02 09:35:10 +02:00
Manfred Karrer
54f1a9ff5f
Only require change output for issuance proposals
2019-04-01 21:39:37 -05:00
Manfred Karrer
69a2a04546
Add check for mandatory BSQ output for compensation tx
...
Fixes https://github.com/bisq-network/bisq/issues/2613
If the user has the exact fee in his wallet no BSQ change output would
be created but that violates our requirement for compensation or
reimbursement txs.
Beside that the error message for dust outputs was not clear.
2019-04-01 21:33:11 -05:00
Manfred Karrer
6387cfa5bf
Refactoring: rename local variable
2019-04-01 21:23:00 -05:00
Manfred Karrer
eaeef7ab2d
Improve error message
...
See: https://github.com/bisq-network/bisq/issues/2613
2019-04-01 20:08:03 -05:00
Manfred Karrer
a3caa56709
Remove https for betanet and testnet explorers
...
- as the redirect does not work correctly with https
2019-04-01 17:53:49 -05:00
Manfred Karrer
70a3b30d49
Remove https for betanet and testnet explorers
...
- as the redirect does not work correctly with https
2019-04-01 16:48:38 -05:00
Manfred Karrer
d97de92dcd
Remove 2 dao testnet seeds
...
- I plan to shut them down soon after launch. I will leave 2 still
running for a few days after that...
2019-04-01 13:50:44 -05:00