Commit graph

8170 commits

Author SHA1 Message Date
Devin Bileck
ba466d40ee
Update logging indicating number of btc nodes
The logged message that indicates the number of btc nodes to connect to
was incorrect when only a single node is used in regtest mode.
2019-01-30 15:24:00 -08:00
Devin Bileck
53cf14791f
Allow tor to be used on regtest
This allows for a tor .onion address to be specified as the
bitcoinRegtestHost parameter and, as long as the --useTorForBtc=true
parameter is included, it will use tor when on regtest.
2019-01-30 15:14:58 -08:00
Florian Reimair
f54ea610d1 Remove superfluous code 2019-01-30 16:48:50 +01:00
Florian Reimair
1e8a6e7efc Add torProxyPort setting to example config 2019-01-30 16:48:26 +01:00
Florian Reimair
834a7dee26 The lockcount does no longer influence the timeout 2019-01-30 15:43:39 +01:00
Florian Reimair
d93f3c44cc Insert sleep phases to not flood Tor with requests 2019-01-30 15:43:13 +01:00
Florian Reimair
9f3b3cd1e8 Close unneeded connections 2019-01-30 15:43:13 +01:00
Florian Reimair
f64a0baff3 Open gate if request failed 2019-01-30 15:43:13 +01:00
Florian Reimair
2ca5fdc475 Fix negation bug 2019-01-30 15:43:13 +01:00
Florian Reimair
a363f1545d Do not flood a node with requests 2019-01-30 15:42:37 +01:00
Florian Reimair
1cdecd25f8 Introduce timeout for ThreadGates 2019-01-30 15:42:12 +01:00
Christoph Atteneder
bf94810126
Merge pull request #2342 from ManfredKarrer/dao-show-menu-item
Dao show menu item
2019-01-30 13:10:16 +01:00
Christoph Atteneder
d1246ca192
Merge pull request #2328 from ManfredKarrer/dao-improve-exception-handling
Dao improve exception handling
2019-01-30 13:03:57 +01:00
Christoph Atteneder
3787a9eb00
Merge pull request #2331 from ManfredKarrer/dao-avoid-multiple-button-clicks
Dao avoid multiple button clicks
2019-01-30 13:03:13 +01:00
Christoph Atteneder
86c9845523
Merge pull request #2333 from ManfredKarrer/dao-fix-phase-display
Fix incorrect phase display
2019-01-30 13:02:36 +01:00
Christoph Atteneder
15201cb5da
Merge pull request #2335 from ManfredKarrer/dao-vaious-bug-fixes
Dao various bug fixes
2019-01-30 13:02:02 +01:00
Christoph Atteneder
4a709cbd97
Fix group separation line issue 2019-01-30 13:00:19 +01:00
Christoph Atteneder
51bf21e5db
Merge pull request #2344 from ManfredKarrer/clean-up-tor-files-at-startup
Delete tor files at startup
2019-01-30 12:53:35 +01:00
Manfred Karrer
201f9a0fbc
Delete tor files at startup
We get sometimes Tor startup problems which is related to some tor
files in the tor directory. It happens more often if the application
got killed (not graceful shutdown).
Creating all tor files newly takes about 3-4 sec. longer and it does
not benefit from cache files.
TODO: We should fix those startup problems in the netlayer library,
once fixed there we can remove that call at the
Bisq startup again.
2019-01-30 11:38:43 +01:00
Manfred Karrer
e8d0ed1504
Add more DAO info text and buttons. Remove other tabs 2019-01-30 11:08:34 +01:00
Manfred Karrer
f6b85aae04
Add disableDao flag to filter 2019-01-30 10:01:36 +01:00
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