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

Fix karma loop exploit - Calculate individual stamp eigenkarma as if the user had given out no stamps #108

Closed
plexish opened this issue Jun 29, 2022 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@plexish
Copy link
Collaborator

plexish commented Jun 29, 2022

Right now there are some mild problems with the eigenkarma implementation (they were worse before Rob modified the proportion of stamps given out to stamps received from 1:1), which are due to the fact that who a user gives stamps to affects their own stamp score.

Have discussed this with Rob, and looks like we want a new function which we can call to find a non-exploitable stamp score for the user, and use this rather than the global one.

May make sense to store this and update it for a user when they receive a stamp? Would be a tiny bit inaccurate, but running it for each user on each stamp event may get expensive.

@tayler6000 tayler6000 added the duplicate This issue or pull request already exists label Jul 2, 2022
@tayler6000
Copy link
Collaborator

Consolidated into #136

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants