[bisq-network/bisq] Dao: add resets all data handler, improve vote result handling (#2363)

Manfred Karrer notifications at github.com
Sun Feb 3 18:18:41 UTC 2019


You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/2363

-- Commit Summary --

  * Remove exception which is never thrown
  * Return true if we find a permutated list matching the majority hash
  * Add logs for blindVoteList used for hash
  * Add PermutationUtil
  * Merge branch 'dao-fix-issues-with-majority-hash' into dao-fix-vote-result-with-permutated-blindvotelist
  * Merge branch 'dao-permute-blindvotelist-if-not-majority-hash' into dao-fix-vote-result-with-permutated-blindvotelist
  * Add throws ConsensusException
  * Call maybeCalculateVoteResult at onParseBlockChainComplete
  * Call missingDataRequestService.sendRepublishRequest() if data missing
  * Fix republish checks
  * Add key event handler for republishing all governance data
  * Rename heightOfFirstBlock to heightOfFirstBlockInCycle
  * Merge branch 'master' into dao-fix-vote-result-with-permutated-blindvotelist

-- File Changes --

    A common/src/main/java/bisq/common/util/PermutationUtil.java (107)
    A common/src/test/java/bisq/common/util/PermutationTest.java (432)
    M core/src/main/java/bisq/core/dao/governance/blindvote/MyBlindVoteListService.java (4)
    M core/src/main/java/bisq/core/dao/governance/proposal/MyProposalListService.java (3)
    M core/src/main/java/bisq/core/dao/governance/proposal/ProposalService.java (12)
    M core/src/main/java/bisq/core/dao/governance/voteresult/MissingDataRequestService.java (62)
    M core/src/main/java/bisq/core/dao/governance/voteresult/VoteResultConsensus.java (2)
    M core/src/main/java/bisq/core/dao/governance/voteresult/VoteResultException.java (6)
    M core/src/main/java/bisq/core/dao/governance/voteresult/VoteResultService.java (46)
    M core/src/main/java/bisq/core/dao/governance/votereveal/VoteRevealService.java (7)
    M core/src/main/java/bisq/core/dao/node/full/network/FullNodeNetworkService.java (55)
    M desktop/src/main/java/bisq/desktop/app/BisqApp.java (3)
    M desktop/src/main/java/bisq/desktop/main/dao/governance/result/VoteResultView.java (2)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/2363.patch
https://github.com/bisq-network/bisq/pull/2363.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/2363
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190203/2b5bd406/attachment-0001.html>


More information about the bisq-github mailing list