Commit Graph

8149 Commits

Author SHA1 Message Date
Manfred Karrer
90d0f4a9af
Add key event handler for republishing all governance data 2019-02-03 18:45:57 +01:00
Manfred Karrer
160088f248
Fix republish checks
Remove parsingComplete check
2019-02-03 18:21:31 +01:00
Manfred Karrer
71502d9594
Call missingDataRequestService.sendRepublishRequest() if data missing 2019-02-03 18:20:40 +01:00
Manfred Karrer
9c37457630
Call maybeCalculateVoteResult at onParseBlockChainComplete 2019-02-03 17:36:56 +01:00
Manfred Karrer
22b33b6485
Add throws ConsensusException 2019-02-03 16:55:46 +01:00
Manfred Karrer
ae5b96cca8
Merge branch 'dao-permute-blindvotelist-if-not-majority-hash' into dao-fix-vote-result-with-permutated-blindvotelist
# Conflicts:
#	core/src/main/java/bisq/core/dao/governance/votereveal/VoteRevealService.java
2019-02-03 16:54:14 +01:00
Manfred Karrer
c5381a8b46
Merge branch 'dao-fix-issues-with-majority-hash' into dao-fix-vote-result-with-permutated-blindvotelist 2019-02-03 16:52:28 +01:00
Manfred Karrer
39d94eec99
Show myVote as invalid if not included in result list 2019-02-03 16:38:51 +01:00
sqrrm
686bd2f90e
Merge branch 'master' into dao-avoid-bsq-burn 2019-02-03 15:59:32 +01:00
Manfred Karrer
3005df42bf
Fixes https://github.com/bisq-network/bisq/issues/2358 2019-02-03 14:51:07 +01:00
Manfred Karrer
71723b5e4b
Add comment 2019-02-03 14:48:52 +01:00
cryptocrowdclub
434a727c88 List CRowdCLassic (CRCL) 2019-02-03 15:43:03 +02:00
Manfred Karrer
1a7200859d
Fix testclass with missing param 2019-02-03 11:17:24 +01:00
Manfred Karrer
686588f0c8
Merge pull request #2356 from ManfredKarrer/add-btc-new-node
Add new btc node from KanoczTomas
2019-02-03 11:14:31 +01:00
Manfred Karrer
c11ec1399a
Remove support for IP:port Grin address format.
Add popup with info for proof tool
2019-02-03 01:46:45 +01:00
Manfred Karrer
fd97fb535f
Add new btc node from KanoczTomas
onion address: mbm6ffx6j5ygi2ck.onion
ipv4 address: 193.58.196.212
dns: btc.ispol.sk
2019-02-03 01:01:14 +01:00
Manfred Karrer
1df8d77b9a
Add DaoKillSwitch to disable all BSQ/DAO transactions 2019-02-03 00:52:25 +01:00
Manfred Karrer
0c53699bc9
Add checkbox for disabling DAO 2019-02-03 00:20:48 +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
159a5e5f65
Merge pull request #2348 from freimair/monitor
Monitor release: Showing off
2019-02-01 13:13:53 +01:00
Florian Reimair
d13dceb4ab Insert null checks 2019-02-01 12:58:58 +01:00
Florian Reimair
f066fc2413 Refactoring: remove unneeded exception 2019-02-01 12:56:59 +01:00
Manfred Karrer
0a7ff45d7f
Merge pull request #2350 from devinbileck/execute-permission-for-shell-scripts
Add execute permission for shell scripts
2019-02-01 01:21:34 +01:00
Devin Bileck
f873fab49d
Add execute permission for shell scripts 2019-01-31 10:39:14 -08:00
Florian Reimair
3ca0f678f8 Monitor release: Showing off 2019-01-31 11:21:19 +01:00
Florian Reimair
8cacd92d32 GraphiteReporter can handle non-HS target urls 2019-01-31 10:50:25 +01:00
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