Manfred Karrer
6dece782de
Remove line break
2019-01-30 09:02:48 +01:00
Manfred Karrer
36c286de5d
Add distance to button
2019-01-30 09:02:27 +01:00
Manfred Karrer
7dc5404b84
Enable DAO menu, show dao info text and button
2019-01-30 08:54:54 +01:00
Vectorspace AI
9030d72088
List VectorspaceAI (VXV)
2019-01-29 22:51:04 -08:00
Manfred Karrer
a10ce23145
Add fallback to support old not updated clients
...
If a updated client makes a param change request old client do not
recognize that enum. To avoid exceptions ro null pointers we fall back
to the UNDEFINED enum entry if available. As param value we show an empty
string.
Beside that issue no problems have been found so far with adding a new
param entry.
2019-01-30 00:05:07 +01:00
Manfred Karrer
adad426797
Add LOCK_TIME_TRADE_PAYOUT and ARBITRATOR_FEE param
...
@sqrmm This requires careful testing to guarantee that we are
backward compatible.
2019-01-29 23:21:21 +01:00
Manfred Karrer
9d1efb2bd6
Add URL validator for proposal link field
2019-01-29 22:45:12 +01:00
Manfred Karrer
925d5df654
Fixes https://github.com/bisq-network/bisq/issues/2292
2019-01-29 22:25:14 +01:00
Manfred Karrer
92b06f89fc
Add infor that user need to be online in the vote reveal phase
2019-01-29 22:05:04 +01:00
Manfred Karrer
e0e85b5d38
Fixes https://github.com/bisq-network/bisq/issues/2268
2019-01-29 22:01:35 +01:00
Manfred Karrer
5316c871c5
Fixes https://github.com/bisq-network/bisq/issues/2267
2019-01-29 21:53:32 +01:00
Manfred Karrer
1e6777bb09
Use feedback style instead of confirmation at proposla publish success popup
2019-01-29 21:32:09 +01:00
Manfred Karrer
ed5e5e6d47
Fixes https://github.com/bisq-network/bisq/issues/2124
2019-01-29 21:22:49 +01:00
Manfred Karrer
a7dbbf4c54
Set width of error popup to 1100px to avoid overflow
2019-01-29 21:06:29 +01:00
Manfred Karrer
93d5d39d6f
Fixes https://github.com/bisq-network/bisq/issues/2297
2019-01-29 20:55:05 +01:00
Manfred Karrer
98242c9232
Fixes https://github.com/bisq-network/bisq/issues/2299
2019-01-29 20:53:03 +01:00
Manfred Karrer
a7ba0c5d81
Fixes https://github.com/bisq-network/bisq/issues/2298
2019-01-29 20:46:50 +01:00
Manfred Karrer
2b416c067d
Fix incorrect phase display
...
Fixes https://github.com/bisq-network/bisq/issues/2300
2019-01-29 20:20:25 +01:00
Florian Reimair
2f7e74f27f
Reduce log output in productive environment
2019-01-29 19:41:41 +01:00
Florian Reimair
7c6e71cc72
Unlock gates in case of connection shutdown
2019-01-29 18:16:40 +01:00
Florian Reimair
eeca2d3e5f
Added P2P Message Snapshot metric
2019-01-29 17:52:26 +01:00
Florian Reimair
692da95017
Unlock gate in case of an error
2019-01-29 17:14:41 +01:00
Manfred Karrer
40e3d257d3
Add dontShowAgain flag to popup
...
In case the user manage to vote multiple times we dont show a error
popup but only a warning popup and add the dont show again checkbox.
It is not possible to do that in the UI but not invalid from the DAO
rules.
2019-01-29 15:49:19 +01:00
Manfred Karrer
2314889a25
Reset UI at button click instead of callback from publishing
...
We reset UI without waiting for callback as callback might be slow
and then the user could create multiple votes.
2019-01-29 15:45:43 +01:00
Manfred Karrer
5e10ecb466
Reset UI at button click instead of callback from publishing
...
We reset UI without waiting for callback as callback might be slow
and then the user could create multiple proposals.
2019-01-29 15:35: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
Manfred Karrer
75943052d1
Show vote result exception in UI
...
- Show vote result exception in Vote result View when selecting the
cycle where the vote result exception happened
2019-01-29 13:22:37 +01:00
Manfred Karrer
6bf14ee881
Use warn log level instead of error at vote result exceptions
2019-01-29 13:22:37 +01:00
Manfred Karrer
e42c9d4f76
Don't show popup at vote result exception
2019-01-29 13:22:37 +01:00
Manfred Karrer
ce77412903
Use warn and error log level if appropriate
2019-01-29 13:22:37 +01:00
Manfred Karrer
76a41a1949
Fix incorrect exception handling
2019-01-29 13:22:36 +01:00
Florian Reimair
202acac74c
Refactored lock implementation
2019-01-29 12:55:46 +01:00
Florian Reimair
2aaa81b003
Shutdown metric before sleep if shut down
2019-01-29 12:44:10 +01:00
Florian Reimair
e5f4776ea6
Refactored thread synchronization
2019-01-29 12:42:20 +01:00
Florian Reimair
06876dd0a6
Only start network nodes if metric is enabled
2019-01-29 12:15:26 +01:00
Florian Reimair
72075063fb
Refactored Onion address parsing
2019-01-28 13:19:03 +01:00
Florian Reimair
2c3fcc6229
Added P2P metrics
2019-01-28 11:54:30 +01:00
Florian Reimair
cae4a62341
Use global Tor for P2P metrics
2019-01-28 11:27:22 +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
Thomas Janshon
77ea660092
List Adeptio (ADE)
2019-01-26 16:49:21 +02:00
faetos
4f528c7336
List Lytix (LYTX)
2019-01-25 19:21:07 -06:00