Skip to content

[LOW] Points are monotonically increasing with no decay or penalty — the leaderboard is a permanent, stale ranking #24

Description

@Muyideen-js

[LOW] Points are monotonically increasing with no decay or penalty — the leaderboard is a permanent, stale ranking

Summary

Points in the leaderboard only ever increase (s.points += points in reward, add_pts, reward_bonus, add_bonus_pts). There is:

  • No point decay over time.
  • No penalty for losses (losers still gain LOSE_POINTS).
  • No way to reduce points.

This means the leaderboard is a monotonic, permanent ranking — early adopters who accumulated points long ago can never be overtaken by newer, more active players unless the newer players out-earn them in absolute terms forever. The ranking does not reflect current skill or activity, only cumulative historical points.

Why it's unsolvable by a localized patch

The root problem is the points model is a cumulative counter, not a skill rating. A correct fix requires a decayed or Elo-style rating system — a fundamental redesign of the leaderboard semantics.

Metadata

Metadata

Assignees

Labels

GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardThird CampaignCampaign: Third Campaigndesign-flawArchitectural design flawleaderboardLeaderboard contract

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions