Oscar Guindzberg
962ef6e388
WalletConfig: Use provideBlockStore() instead of SPVBlockStore constructor
2019-02-11 10:50:20 -03:00
Christoph Atteneder
4c10620cba
Merge pull request #2384 from ripcurlx/wait-for-proposal-confirmation
...
Wait until proposal is published before resetting the form
2019-02-11 09:57:49 +01:00
Christoph Atteneder
dfeb6b0db9
Wait until proposal is published before resetting the form
2019-02-11 09:46:37 +01:00
Christoph Atteneder
a47f1def99
Merge pull request #2386 from ripcurlx/add-warning-for-bonded-role-if-insufficient-funds
...
Show warning for bonded role if user has insufficient funds
2019-02-11 08:50:28 +01:00
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
1a310fa0b7
Merge pull request #2389 from ripcurlx/add-launchers-for-ui-tests
...
Add application launchers for UI test files
2019-02-09 14:42: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
Manfred Karrer
b471fea9a7
Merge pull request #2 from sqrrm/refactor-vote-result
...
Refactor voteresult to make it easier to understand
2019-02-09 14:32:45 +01:00
Christoph Atteneder
861f222013
Only show news badge on Mainnet if DAO is not live
2019-02-08 16:00:43 +01: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
10f7007037
Add application launchers for UI test files
2019-02-07 21:18:34 +01:00
Christoph Atteneder
f4bf209960
Merge pull request #2382 from lichuan/list-askcoin-asset
...
List Askcoin (ASK)
2019-02-07 14:54:32 +01:00
Christoph Atteneder
b172c9f83d
Merge pull request #2221 from LitecoinZ-Community/master
...
List LitecoinZ (LTZ)
2019-02-07 11:59:16 +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
edabca6ac5
Merge pull request #2289 from imnotarobot0x/list-Credits
...
List Credits (CRDS)
2019-02-07 09:24:10 +01:00
Christoph Atteneder
a3fa68bcd6
Merge pull request #2309 from bitdaric/list-bitdaric-asset2
...
List BitDaric [DARX]
2019-02-07 09:23:57 +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
0c93ea93a4
Merge pull request #2321 from LytixChain/master
...
List Lytix (LYTX)
2019-02-07 09:23:14 +01:00
Christoph Atteneder
4cdc933360
Merge pull request #2322 from adeptio-project/list-adeptio-asset
...
List Adeptio (ADE)
2019-02-07 09:23:00 +01:00
Christoph Atteneder
1d05d426db
Merge pull request #2341 from w07wong/list-vectorspaceai
...
List VectorspaceAI (VXV)
2019-02-07 09:22:34 +01:00
Christoph Atteneder
2751c3b2d0
Merge pull request #2359 from cryptocrowdclub/master
...
List CRowdCLassic (CRCL)
2019-02-07 09:22:08 +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
lichuan
38fcdf7866
List Askcoin (ASK)
2019-02-07 14:53:56 +08: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
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
1d5d9678bf
Add popup for invalid votes
2019-02-06 00:50:24 +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
26ffe14778
Cleanup
2019-02-05 20:14:14 +01:00
Manfred Karrer
69b8dacae4
Move DaoUtil to bisq.core.dao.presentation
2019-02-05 16:59:59 +01:00
Manfred Karrer
a4428ffc06
Merge pull request #2372 from ripcurlx/add-wait-until-next-proposal-phase-state
...
Show info if not in proposal phase
2019-02-05 16:57:52 +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
67b255562f
Merge pull request #2368 from oscarguindzberg/remove-libdohj
...
Remove libdohj dependency
2019-02-05 13:49:07 +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