Manfred Karrer
8cdc759903
Merge pull request #2394 from ripcurlx/show-new-badge-on-dao-menu-item
...
Show DAO news badge
2019-02-11 02:14:33 +01:00
Manfred Karrer
f87522f27f
Merge pull request #2377 from ManfredKarrer/dao-fix-remove-proposal-handling
...
Fix missing removal of old or invalid proposals
2019-02-11 01:40:58 +01:00
Manfred Karrer
12d2879f7f
Merge pull request #2371 from ManfredKarrer/dao-fix-majorityvote-issue
...
Dao fix majorityvote issue
2019-02-09 14:56:48 +01:00
Manfred Karrer
01bd0983d6
Use property file for display string
2019-02-09 08:38:16 -05:00
Manfred Karrer
e8844ee50c
Rename DecryptedBallotsWithMerits to txOutputToDecryptedBallotsWithMerits
2019-02-09 08:34:20 -05:00
Devin Bileck
3f6d81c20b
Improve handling when unable to connect to tor
...
Issue: If an IOException is raised when attempting to create
tor and the hidden service, the application will just quit without
any indication to the user. One particular scenario where this occurs
is mentioned in https://github.com/bisq-network/bisq/issues/2398 .
Cause: There is an explicit statement to exit the application when an
IOException is raised.
Fix: Rather than just exit the application, show an error message
and inform the user what went wrong.
2019-02-08 13:57:25 -08:00
sqrrm
9f005f44d6
Refactor voteresult to make it easier to understand
2019-02-08 15:59:02 +01:00
Christoph Atteneder
2cdf6b7175
Show DAO news badge in version 0.9.4+ until section visited
2019-02-08 15:52:06 +01:00
Christoph Atteneder
fd3e947d00
Show warning for bonded role if user has insufficient funds
2019-02-07 11:49:49 +01:00
LitecoinZ
be257da259
List LitecoinZ (LTZ)
2019-02-07 11:47:49 +01:00
Christoph Atteneder
9703bf5af1
Merge pull request #2319 from aphivantrakul/list-cash2-asset
...
List Cash2 (CASH2)
2019-02-07 09:23:28 +01:00
Christoph Atteneder
0a0be73675
Merge pull request #2380 from devinbileck/add-btc-node
...
Add btc node
2019-02-07 09:16:13 +01:00
Devin Bileck
7166459cf6
Add btc node
...
onion address: lva54pnbq2nsmjyr.onion
ipv4: 165.227.34.198
dns: btc1.dnsalias.net
2019-02-06 15:27:17 -08:00
Christoph Atteneder
f43032dab3
Show BSQ trading fee next to BTC total amount that needs to be used to fund the trade
2019-02-06 17:28:59 +01:00
Manfred Karrer
a110d7d82d
Merge branch 'master' into dao-fix-majorityvote-issue
...
# Conflicts:
# desktop/src/main/java/bisq/desktop/main/dao/governance/make/MakeProposalView.java
2019-02-06 11:37:00 +01:00
Christoph Atteneder
0b81095ccb
Merge pull request #2376 from ManfredKarrer/refactor-clock-handlers
...
Refactor: Add handler, make onMissedSecondTick default
2019-02-06 09:20:49 +01:00
Manfred Karrer
31a54b29bd
Cleanup DaoStateListener handlers
2019-02-06 01:11:31 +01:00
Manfred Karrer
d10d91bb84
Make methods in DaoStateListener default
...
To avoid empty handlers I have set all methods to default so the client
code implements only the used one.
Move handler code from onNewBlockHeight to
onParseTxsCompleteAfterBatchProcessing to avoid too much UI updates
while parsing.
2019-02-06 00:43:02 +01:00
Manfred Karrer
1a71f4928f
Filter vote result items according to majority hash
2019-02-06 00:39:27 +01:00
Manfred Karrer
4868b0e5df
Fix onParseBlockChainComplete handler
...
We had 2 times the onParseTxsComplete called in the version before
2019-02-06 00:26:11 +01:00
Manfred Karrer
df0a8b7571
Remove duplicate log
2019-02-05 22:51:32 +01:00
Manfred Karrer
fc362c71be
Fix missing removal of old or invalid proposals
...
- If a proposal had a tx which is not in our BSQ state it was not removed
- If a tx was outdated (> 60 days old) it was only removed if we are
in proposal phase. We added check for past cycle to cover those as well.
2019-02-05 21:16:16 +01:00
Manfred Karrer
c53612fb78
Improve logging
2019-02-05 20:44:27 +01:00
Manfred Karrer
dcf40bcfb5
Refactor: Add handler, make onMissedSecondTick default
2019-02-05 20:43:46 +01:00
Manfred Karrer
69b8dacae4
Move DaoUtil to bisq.core.dao.presentation
2019-02-05 16:59:59 +01:00
Christoph Atteneder
0aa931dce6
Display time of next make proposal phase
2019-02-05 15:52:42 +01:00
Christoph Atteneder
20a1cf567f
Improve not in make proposal phase state
2019-02-05 15:21:23 +01:00
Manfred Karrer
df685ceb55
Remove merit from majority hash calculation (use only stake)
2019-02-05 15:00:19 +01:00
Manfred Karrer
e2fac0c759
Only use blind vote payloads which are in majority list
2019-02-05 14:25:48 +01:00
Manfred Karrer
076e3faf95
Refactor: Move code for adding decryptedBallotsWithMeritsSet to daoStateService
2019-02-05 13:41:15 +01:00
Manfred Karrer
5702ab03cc
Fix handling of majority vote
...
We need to add any valid vote reveal tx / blind vote tx pair for the
majority hash calculation even if the blind vote payload is missing as
that could be relevant for the majority hash calculation. We add an
empty ballotList and meritList in such cases.
2019-02-05 13:36:24 +01:00
Oscar Guindzberg
52e36187d1
Remove libdohj dependency
2019-02-05 09:33:58 -03:00
Manfred Karrer
68a6de2576
Merge pull request #2346 from devinbileck/tor-on-regtest
...
Allow tor to be used with regtest
2019-02-04 12:24:58 +01:00
Devin Bileck
d233aef5b1
Check useTorFlagFromOptions rather than bisqEnvironment.getProperty
2019-02-03 23:17:02 -08:00
Manfred Karrer
1b21030b11
Merge pull request #2365 from ManfredKarrer/dao-handle-burn-cases
...
Dao handle burn cases
2019-02-04 00:54:38 +01:00
Manfred Karrer
3f4e641f19
Merge pull request #2355 from ManfredKarrer/dao-add-filter-flag-for-disable-dao
...
Dao add filter flag for disable dao
2019-02-04 00:17:08 +01:00
Manfred Karrer
2ad6298c0f
Add more TODO and comments
2019-02-04 00:16:38 +01:00
Manfred Karrer
90f656c257
Revert setting to UNDEFINED_TX_TYPE
2019-02-04 00:08:42 +01:00
Manfred Karrer
0abe00ed1d
Add isActive method to bondState
2019-02-04 00:03:37 +01:00
Manfred Karrer
ac670e1afe
Merge pull request #2357 from ManfredKarrer/only-allow-grinbox-addresses
...
Remove support for IP:port Grin address format.
2019-02-03 23:42:14 +01:00
Manfred Karrer
c4d561b7aa
Merge pull request #2242 from sqrrm/dao-avoid-bsq-burn
...
Dao avoid bsq burn
2019-02-03 22:59:30 +01:00
Manfred Karrer
957da9f8d8
Add log
2019-02-03 22:38:34 +01:00
Manfred Karrer
cc7d7086af
Call onParseTxsComplete always in onParseBlockComplete
2019-02-03 22:38:26 +01:00
Manfred Karrer
f6e8473324
Improve logs
2019-02-03 21:22:35 +01:00
Manfred Karrer
69a9f6f311
Merge branch 'master' into dao-add-params
2019-02-03 21:13:48 +01:00
Manfred Karrer
002f225bdd
Merge branch 'master' into dao-add-filter-flag-for-disable-dao
2019-02-03 21:13:06 +01:00
Manfred Karrer
fcc0dcf91f
Improve logs
2019-02-03 21:05:00 +01:00
Manfred Karrer
33eb90849d
Merge branch 'master' into dao-fix-vote-result-with-permutated-blindvotelist
2019-02-03 19:02:46 +01:00
Manfred Karrer
2615464511
Merge pull request #2360 from ManfredKarrer/dao-fix-issues-with-majority-hash
...
Dao fix issues with majority hash
2019-02-03 19:01:27 +01:00
Manfred Karrer
0232fadad5
Rename heightOfFirstBlock to heightOfFirstBlockInCycle
2019-02-03 18:49:57 +01:00