[bisq-network/bisq] [WIP] Bonded reputation (#1776)

sqrrm notifications at github.com
Tue Oct 16 15:19:47 UTC 2018


Planning to merge the role and reputation service, a lot of copy paste there.

The trade protocol needs to be figured but I think what was discussed about a hashed salt should be enough together with tracking own bonded reputation and that of counter parties since those will be the only ones with known salt. A reputation bond without known salt is useless so no need to track those.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Don't show role type for bonded reputation
  * Add interface for BondedRole to allow for more generic bonds
  * Add bonded reputation
  * Add bonded reputation service, storage

-- File Changes --

    M common/src/main/proto/pb.proto (11)
    M core/src/main/java/bisq/core/app/misc/AppSetupWithP2PAndDAO.java (3)
    M core/src/main/java/bisq/core/dao/DaoFacade.java (26)
    M core/src/main/java/bisq/core/dao/DaoModule.java (2)
    M core/src/main/java/bisq/core/dao/bonding/BondingConsensus.java (10)
    A core/src/main/java/bisq/core/dao/bonding/bond/BondWithHash.java (24)
    A core/src/main/java/bisq/core/dao/bonding/bond/BondedReputation.java (149)
    A core/src/main/java/bisq/core/dao/bonding/bond/BondedReputationList.java (74)
    A core/src/main/java/bisq/core/dao/bonding/bond/BondedReputationService.java (201)
    M core/src/main/java/bisq/core/dao/bonding/lockup/LockupService.java (6)
    M core/src/main/java/bisq/core/dao/governance/role/BondedRole.java (9)
    M core/src/main/java/bisq/core/dao/governance/role/BondedRoleList.java (2)
    M core/src/main/java/bisq/core/dao/state/BsqStateService.java (5)
    M core/src/main/java/bisq/core/setup/CorePersistedDataHost.java (2)
    M core/src/main/resources/i18n/displayStrings.properties (2)
    M desktop/src/main/java/bisq/desktop/main/dao/bonding/BondingViewUtils.java (23)
    M desktop/src/main/java/bisq/desktop/main/dao/bonding/lockup/LockupView.java (48)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/1776.patch
https://github.com/bisq-network/bisq/pull/1776.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/1776
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20181016/a768e725/attachment.html>


More information about the bisq-github mailing list