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

Enforce entity reputation rules #149

Merged
merged 7 commits into from
Oct 1, 2023
Merged

Conversation

forshtat
Copy link
Contributor

No description provided.

@forshtat forshtat changed the title WIP enforce reputation rules Enforce entity reputation rules Oct 1, 2023
@@ -58,7 +58,9 @@ export class ReputationManager {
* debug: dump reputation map (with updated "status" for each entry)
*/
dump (): ReputationDump {
return Object.values(this.entries)
const reputationDump = Object.values(this.entries)
console.log(`Reputations dump:\n${JSON.stringify(reputationDump)}`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove

@forshtat forshtat merged commit 6b916f1 into main Oct 1, 2023
4 checks passed
@forshtat forshtat deleted the reputation_rules_spec_tests branch October 1, 2023 10:37
@forshtat forshtat restored the reputation_rules_spec_tests branch October 1, 2023 10:53
@drortirosh drortirosh deleted the reputation_rules_spec_tests branch July 23, 2024 13:24
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

Successfully merging this pull request may close these issues.

2 participants