1. 25 Mar, 2026 1 commit
  2. 18 Mar, 2026 2 commits
    • Your Name's avatar
      Fix redistribution cap bug - subtract instead of add overdistribution values · f2058d85
      Your Name authored
      - Fixed bug in games_thread.py where overdistribution values were incorrectly
        added to the redistribution balance instead of subtracted. Now when we
        overdistribute (negative adjustment), we properly DECREASE the balance.
      - Added Migration_068 to reset redistribution balance to 0 after the bug fix.
      - Version bumped from 10.0.22 to 10.0.23
      f2058d85
    • Your Name's avatar
      Fix redistribution cap logic and bump version to 10.0.23 · 1fdcd2bf
      Your Name authored
      - Fix: Changed accumulated_shortfall += adjustment to -= adjustment in games_thread.py
        When overdistributing, we now properly decrease the redistribution balance
      - Version: Bumped from 10.0.22 to 10.0.23 (and 10.0r22 to 10.0r23)
      1fdcd2bf
  3. 16 Mar, 2026 1 commit
  4. 09 Mar, 2026 2 commits
  5. 27 Feb, 2026 1 commit
    • Stefy Lanza (nextime / spora )'s avatar
      Fix extraction to consider all results with equal payouts weighted by odds · 5c8af90a
      Stefy Lanza (nextime / spora ) authored
      When the CAP threshold is negative and all payouts are 0 (no bets placed),
      the system was only selecting one result (e.g., always DRAW) instead of
      considering all results with equal payouts.
      
      Changes:
      - Fixed fallback selection to include ALL results with minimum payout
      - Weighted random selection now properly considers all tied results
      - Outcomes with better odds (lower coefficients) have higher probability
      
      This ensures fair random selection among all possible outcomes when
      multiple results have the same payout, weighted by their odds.
      5c8af90a
  6. 24 Feb, 2026 3 commits
  7. 23 Feb, 2026 9 commits
  8. 22 Feb, 2026 21 commits