Manfred Karrer
b222fd28f2
Change file name for DaoStateStore db file to DaoStateStore2, Cleanup
...
- Change onDaoStateBlockChainChanged to onChangeAfterBatchProcessing
to make it more clear that it is only called after parsing of
blockchain is completed.
- Change file name for DaoStateStore db file to DaoStateStore2
- Remove TODOs and outdated comments
- Increase delay for broadcasting
2019-03-16 12:47:12 -05:00
Manfred Karrer
00e350e256
Small fixes
2019-03-15 22:58:34 -05:00
Manfred Karrer
933fa46780
Fix table layout issue
...
The setFitToRowsForTableView call at activate fixes the issue that the
views sometimes do not render when changing views.
2019-03-15 21:45:25 -05:00
Manfred Karrer
4af74950cb
Add blind vote monitoring
2019-03-15 19:38:30 -05:00
Manfred Karrer
2109c66e51
Add num proposals
...
- Cleanups
- Improve logs
2019-03-15 10:18:31 -05:00
Manfred Karrer
59bed76c0c
Add proposal monitor view
2019-03-14 21:11:38 -05:00
Manfred Karrer
36852701cd
Move monitor view to new tab
2019-03-14 20:31:27 -05:00
Manfred Karrer
2009c30d81
Refactor dao state monitor
...
- Move dao state monitor classes to other package structure
- Add support for proposal payload monitor (WIP)
- Use generics and sub classes for common functionality
2019-03-14 19:03:11 -05:00
Manfred Karrer
9c0156012a
Call listeners only after batch of hashes is processed
2019-03-13 22:23:05 -05:00
Manfred Karrer
47024d18b6
Show dash instead of N/A for prev hash at genesis height
2019-03-13 11:08:23 -05:00
Manfred Karrer
c280f30fa7
Use domain data or sorting
2019-03-13 10:56:24 -05:00
Manfred Karrer
f56041383f
Update UI, remove checkArgument call
2019-03-11 20:32:39 -05:00
Manfred Karrer
bbec682d98
Add UI for Dao state monitor
...
Refactor dao state monitor domain.
Add support for requesting all hashed from genesis from a peer which is
in conflict (can help to find at which block the issue started).
2019-03-11 18:32:48 -05:00
Manfred Karrer
257550ac81
Merge pull request #2515 from ManfredKarrer/make-vote-result-json-determinisitic
...
Make vote result json deterministic
2019-03-08 13:06:23 -05:00
Manfred Karrer
ee0fef4d2f
Remove duplicate entry for number of proposals
2019-03-08 12:20:06 -05:00
Manfred Karrer
ca01376ffc
Merge pull request #2517 from ManfredKarrer/fix-missing-balance-at-restore-from-seed-words
...
Fix missing balance at restore from seed words
2019-03-08 12:08:49 -05:00
Christoph Atteneder
ced71361b4
Merge pull request #2519 from ben-kaufman/txid-proposal-display
...
Add txId to proposal display
2019-03-08 17:51:23 +01:00
Ben Kaufman
864fc55c25
Use correct method to open bisq explorer
2019-03-08 18:20:28 +02:00
Ben Kaufman
a5af75961c
Add txId to proposal display
2019-03-08 12:03:00 +02:00
Manfred Karrer
9152733bb1
Set wallet date 1 day earlier to cover timezone issues
...
We subtract 1 day to be sure to not have any issues with timezones.
Even if we can be sure that the timezone
is handled correctly it could be that the user created the wallet in
one timezone and make a restore at
a different timezone which could lead in the worst case that he miss
the first day of the wallet transactions.
2019-03-07 21:46:25 -05:00
Manfred Karrer
01f3bdc557
Make vote result json deterministic
2019-03-07 17:53:30 -05:00
Manfred Karrer
6481a53f5c
Merge pull request #2512 from ripcurlx/fix-problem-with-display-of-zero-trading-fees
...
Show the correct BSQ or BTC trading fee if it is maker or taker
2019-03-07 15:53:28 -05:00
Christoph Atteneder
85274b1e52
Show the correct BSQ or BTC trading fee if it is maker or taker
2019-03-07 18:43:27 +01:00
Christoph Atteneder
0a42b15972
Improve wording for security deposit
2019-03-07 18:15:17 +01:00
Christoph Atteneder
eefa649836
Fix null pointer if security deposit percentage is changed before amount was set
2019-03-07 17:48:52 +01:00
Manfred Karrer
76e753f35a
Merge pull request #2478 from oscarguindzberg/bitcoinj-0.14.7
...
Use bitcoinj 0.14.7
2019-03-06 18:43:41 -05:00
Manfred Karrer
73eea7927a
Merge pull request #2469 from freimair/refactor_capabilities
...
Refactor capabilities and other P2P-related stuff
2019-03-06 18:38:23 -05:00
Manfred Karrer
7d59e1a67a
Adjust layout of export Json button
2019-03-06 17:27:07 -05:00
Manfred Karrer
ff023ce32f
Merge pull request #2504 from ben-kaufman/export-voting-history
...
Added button to export voting history into JSON
2019-03-06 16:52:59 -05:00
Ben Kaufman
2a4e004133
Fixes and improvements
2019-03-06 23:38:16 +02:00
Christoph Atteneder
d6fb97880a
Revert to SNAPSHOT
2019-03-06 15:37:23 +01:00
Ben Kaufman
873a57eea9
Added button to export voting history into json
2019-03-06 15:31:43 +02:00
Christoph Atteneder
75fd991b3b
Bump version number
2019-03-06 10:04:50 +01:00
Florian Reimair
22b4ef921b
Use Lombok Getter
2019-03-06 09:50:30 +01:00
Manfred Karrer
92b91ba391
Merge pull request #2500 from ManfredKarrer/remove-dev-logging
...
Remove Log.traceCall methods
2019-03-05 11:52:21 -05:00
Manfred Karrer
b711f571a4
Cleanup some log.debug calls
2019-03-05 11:24:07 -05:00
Manfred Karrer
7fd2030003
Remove Log.traceCall methods
...
Florian reported that they consume quite a bit of performance.As
they have not been used for development testing since long we should
better remove those.
2019-03-05 10:32:39 -05:00
Christoph Atteneder
5c69d75192
Update data stores
2019-03-05 16:24:55 +01:00
Christoph Atteneder
549348aee0
Add news badge for instant trade
2019-03-05 15:02:37 +01:00
Christoph Atteneder
95d8f514ad
Add news badge for new percentage security deposit
2019-03-05 13:08:26 +01:00
Christoph Atteneder
279b38bf2e
Add information icon to buyer security deposit showing the deposit amount in BTC
2019-03-05 13:07:24 +01:00
Manfred Karrer
b8f8fbff20
Use percentage based value for security deposits
...
Use percentage based value of trade amount for buyer and seller
security deposit.
To ensure that the BTC value is not getting too low, we apply a min.
value for both.
2019-03-04 23:35:35 -05:00
Manfred Karrer
c8493d127c
Add more logs
2019-03-04 20:02:02 -05:00
Manfred Karrer
64f085ce48
Merge branch 'allow-spending-unconfirmed-bsq-utxs'
...
# Conflicts:
# core/src/main/java/bisq/core/trade/protocol/tasks/taker/CreateTakerFeeTx.java
2019-03-04 11:20:55 -05:00
Manfred Karrer
c91792ca06
Fix incorrect BSQ validator in send BSQ view
2019-03-04 11:17:20 -05:00
Manfred Karrer
afd9d9c03a
Fix table layout
2019-03-03 23:38:05 -05:00
Manfred Karrer
44f57984f6
Merge branch 'master' into add-live-trading
2019-03-03 19:24:10 -05:00
Manfred Karrer
67eed82a8a
Merge pull request #2492 from ben-kaufman/system-tray-dark-mode-mac
...
Fix system tray visibility for dark mode Mac
2019-03-03 18:56:55 -05:00
Manfred Karrer
e414e91c46
Refactor: Rename onParseTxsCompleteAfterBatchProcessing to
...
onParseBlockCompleteAfterBatchProcessing
2019-03-03 17:56:43 -05:00
Manfred Karrer
a0dd0101a7
Fix balance update in case at vote result. Rename methods
...
- To ensure the balance is updated in case we have a comp. request we
need to ensure that the vote result is completed before our balance
update is called.
- Remove updateBsqWalletTransactions call at constructor as nothing is
ready anyway here
- Refactor: Rename addBsqStateListener to addDaoStateListener
and removeBsqStateListener to removeDaoStateListener
2019-03-03 17:55:08 -05:00