Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the TrustChain implementation to match the algorithm described in the publication #71

Open
devos50 opened this issue Jan 19, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@devos50
Copy link
Collaborator

devos50 commented Jan 19, 2022

The TrustChain algorithm described in the latest publication has a few key differences compared to the original implementation:

  • Each record has multiple back-pointers which decreases the fraud detection time (see the experiment in Figure 10).
  • Support for sharing inconsistencies/fraud (pairs of records) with other users.

The code used in the paper can be found here but is tightly integrated with the simulation code. We should extract the core parts and include them in BAMI.

@devos50 devos50 added the enhancement New feature or request label Jan 19, 2022
@devos50 devos50 self-assigned this Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant