Manfred Karrer
fe3af46198
Add throws VoteResultException.ConsensusException
2019-02-03 19:07:49 +01:00
Manfred Karrer
b249289213
Add PermutationUtil
...
In case that the users blind vote list does not match the hash of the
majority we want to find if any variation of our list leads to a match
so we can still calculate the vote result.
2019-02-02 23:28:26 +01:00
Manfred Karrer
9be41fcb7f
Add logs for blindVoteList used for hash
2019-02-02 12:12:53 +01:00
Manfred Karrer
6459e3c86c
Return true if we find a permutated list matching the majority hash
2019-02-02 12:12:08 +01:00
Manfred Karrer
af0c5fe4ab
Remove exception which is never thrown
2019-02-02 12:11:31 +01:00
Manfred Karrer
b087b95826
Merge pull request #2329 from ManfredKarrer/dao-fix-snapshot-issue
...
Dao fix snapshot issue
2019-01-29 15:33:15 +01:00
Manfred Karrer
de80b25300
Merge pull request #2330 from ManfredKarrer/dao-add-null-checks
...
Add null checks for proposalDisplay
2019-01-29 15:33:03 +01:00
Manfred Karrer
688fad7647
Add null checks for proposalDisplay
2019-01-29 15:17:28 +01:00
Manfred Karrer
a52fff1acc
Increase snapshot grid size to 20 blocks
2019-01-29 15:10:25 +01:00
Manfred Karrer
56d2f36897
Update comments
2019-01-29 15:04:03 +01:00
Manfred Karrer
94d8e12b0e
Remove parseBlockChainComplete from onParseTxsComplete
2019-01-29 15:00:37 +01:00
Manfred Karrer
41795ad122
Remove onEmptyBlockAdded
...
Was not used anywhere
2019-01-29 14:59:49 +01:00
Manfred Karrer
5804ff3cf0
Remove empty onParseTxsCompleteAfterBatchProcessing methods
...
Make onParseTxsCompleteAfterBatchProcessing default in listener
2019-01-29 14:59:10 +01:00
Manfred Karrer
32f4c20175
Refactor: Rename onParseTxsComplete to onParseTxsCompleteAfterBatchProcessing
2019-01-29 14:57:21 +01:00
Manfred Karrer
5daa35dd2c
Call onParseTxsComplete at snapshotService also if parseBlockChainComplete is false
2019-01-29 14:52:24 +01:00
Christoph Atteneder
750e00898d
Merge pull request #2320 from m52go/new-asset-template
...
Add issue template for new assets
2019-01-28 10:13:16 +01:00
Steve Jain
f45382d8a9
Add issue template for new assets
2019-01-25 17:41:39 -05:00
Manfred Karrer
8b7646a9df
Merge pull request #2315 from ripcurlx/fix-multiple-payment-account-selection-disabled
...
Not disable the payment account selection in take offer screen
2019-01-25 15:00:51 +01:00
Christoph Atteneder
8013aa2076
Disable payment accounts combobox so it is clear that it cannot be selected anymore
2019-01-25 13:50:30 +01:00
Christoph Atteneder
dced3c1f4e
Not disable the payment account selection in take offer screen as long DAO is not live
2019-01-25 13:47:35 +01:00
Manfred Karrer
43da9ad8c7
Merge pull request #2318 from ripcurlx/remove-filter-in-offerbook-tables
...
Remove filter for offerbook teaser tables
2019-01-24 21:44:04 +01:00
Christoph Atteneder
59a515d291
Extend progress status label over two columns to prevent truncation
2019-01-24 19:52:13 +01:00
Christoph Atteneder
ee55aa3e09
Remove filter for offerbook teaser tables
2019-01-24 19:48:37 +01:00
Manfred Karrer
e847a863c9
Merge pull request #2316 from ripcurlx/fix-multiple-payment-account-import
...
Not show warning popup for imported payment accounts
2019-01-24 18:05:28 +01:00
Manfred Karrer
c4c0ea40de
Merge pull request #2317 from ripcurlx/improve-table-resizing
...
Improve resizing of buy and sell tables
2019-01-24 17:58:02 +01:00
Christoph Atteneder
cb3fa50f22
Improve resizing of buy and sell tables
2019-01-24 15:45:07 +01:00
Christoph Atteneder
ccd7a3f1b2
Merge pull request #2273 from cypheron/list-ZelCash
...
List ZelCash (ZEL)
2019-01-24 15:04:11 +01:00
Christoph Atteneder
17ab1efacc
Not show warning popup for imported payment accounts
2019-01-24 14:39:46 +01:00
Manfred Karrer
92d15c231a
Merge pull request #2312 from devinbileck/regtest-host-parameter
...
Allow host as bitcoinRegtestHost parameter
2019-01-24 12:34:41 +01:00
Christoph Atteneder
852a1df70f
Merge pull request #2313 from devinbileck/fix-incorrect-phase-time
...
Fix incorrect time shown in phase duration
2019-01-24 11:46:27 +01:00
Christoph Atteneder
b25b99f695
Merge pull request #2314 from devinbileck/update-display-strings
...
Fix grammatical mistakes and errors in display strings
2019-01-24 11:45:24 +01:00
Devin Bileck
e17519348b
Fix grammatical mistakes and errors in display strings
2019-01-23 23:19:35 -08:00
Devin Bileck
20fc55d5a5
Fix incorrect time shown in phase duration
...
The phase duration was showing the hour in am/pm (1-12) rather than the
hour in the day (0-23).
2019-01-23 16:50:19 -08:00
Manfred Karrer
01a044062f
Change log level
2019-01-24 00:15:28 +01:00
Devin Bileck
145e3ea295
Merge branch 'master' of https://github.com/bisq-network/bisq into regtest-host-parameter
2019-01-23 14:18:31 -08:00
Christoph Atteneder
efcee3e28f
Fix broken test
2019-01-23 22:31:46 +01:00
Devin Bileck
5ebc9bf776
Allow host as bitcoinRegtestHost parameter
...
When using a remote regtest host, instead of having to pass
REG_TEST_SERVER to the bitcoinRegtestHost parameter and hard code the
host address within the code, allow the host to be specified by the
bitcoinRegtestHost parameter.
2019-01-23 13:02:59 -08:00
Manfred Karrer
83d67e3532
Merge pull request #2310 from ripcurlx/fix-tradecurrency-selection
...
Fix trade currency handling for multiple currency payment accounts
2019-01-23 20:07:20 +01:00
Manfred Karrer
fc815eed77
Fix testclass
2019-01-23 13:47:10 +01:00
Manfred Karrer
200c90b7aa
Merge pull request #2251 from ManfredKarrer/refactor-fee-estimation
...
Refactor fee estimation
2019-01-23 13:44:27 +01:00
Christoph Atteneder
0a7c85f7d8
Use selected trade currency if available in payment account
2019-01-23 13:16:55 +01:00
Christoph Atteneder
75655c689d
Exclude localized name to be used in equals as it fails for users using different locales than en_US
2019-01-23 13:16:34 +01:00
Christoph Atteneder
d44823afd6
Bind currency combobox to trade currency from model
...
Remove data logic from view model that is set in data model
2019-01-23 13:16:19 +01:00
Manfred Karrer
90e95e5d2e
Make fields private
2019-01-23 12:32:28 +01:00
Manfred Karrer
64f65e01a0
Fix typos
2019-01-23 12:32:18 +01:00
Manfred Karrer
250c7c1e19
Improve comment
2019-01-23 12:32:06 +01:00
Manfred Karrer
9927f3a3c7
Merge pull request #2306 from ripcurlx/improve-handling-of-removed-assets
...
Improve handling of removed assets
2019-01-22 18:53:23 +01:00
Manfred Karrer
aea2d57fc1
Add 2 new testnet seeds
2019-01-22 18:29:00 +01:00
Christoph Atteneder
741df88f96
Add HashMap for removed assets that are still traded on Bisq to prevent displaying of "N/A"
2019-01-22 18:26:32 +01:00
Christoph Atteneder
f8d77de642
Improve exception if offer of removed assets is edited
2019-01-22 17:33:38 +01:00