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

Investigate extending Vaultage with an (optional) blockchain #38

Open
kolovos opened this issue Aug 4, 2020 · 0 comments
Open

Investigate extending Vaultage with an (optional) blockchain #38

kolovos opened this issue Aug 4, 2020 · 0 comments

Comments

@kolovos
Copy link
Collaborator

kolovos commented Aug 4, 2020

If a Fairnet-like vault has a method likes(User user, Post post), that vault is the only one that keeps track of the number of times each of its post has been "liked". As such, when we need to find out how many users have liked a certain post, we need to ask the vault that owns it. A malevolent/buggy vault could report the wrong number of "likes" and currently, there's no way to verify this. We could look at adding a blockchain (or similar mechanism) to record such actions of interest in a distributed way so that users could verify such "claims" if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant