You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Status

NOT STARTED  

Stakeholders
Outcome
Due date
Owner

Background

The hijiri reputation system is based on rounds. At each round, validating peers that are registered with the membership service perform the following tasks to establish trust (reliability) ratings for the peers:

  • data throughput test
  • version test
  • computational test
  • data consistency test

Which peers validate each other are based on the pairwise distance between hashes (e.g., sort(abs(hash && 0x0000ffff - publicKey && 0x0000ffff))). The hashes are computed based on the public keys of the peers that are concatenated with the round number and then SHA-3 hashed. Rounds occur whenever the Merkle root is less than some number (TODO:XXX). Results are shared in a separate Merkle tree, maintained independently of the transactions (so the systems can run in parallel).

Problem

Research hijiri algorithms and create literature review.

Solution

Decisions

Alternatives

Concerns

Assumptions

Risks

Additional Information

  • No labels