Skip to content

fix: implement rounding and remainder handling for parimutuel payouts#217

Merged
hman38705 merged 3 commits into
solutions-plug:mainfrom
popsman01:fix/issue-95-remainder-handling
Mar 24, 2026
Merged

fix: implement rounding and remainder handling for parimutuel payouts#217
hman38705 merged 3 commits into
solutions-plug:mainfrom
popsman01:fix/issue-95-remainder-handling

Conversation

@popsman01

@popsman01 popsman01 commented Mar 24, 2026

Copy link
Copy Markdown
Contributor

📋 Description

Brief description of the changes in this PR.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Performance improvement
  • Code refactoring

✅ Checklist

Code Quality

  • Code follows project style guidelines
  • Self-review completed
  • Comments added for complex code
  • No unnecessary console.log or debug code
  • No commented-out code

Security

  • Security implications considered
  • No sensitive data exposed
  • Input validation added
  • Authorization checks in place

📊 Performance Impact

  • No performance impact
  • Performance improved
  • Performance impact acceptable (explain below)

By submitting this PR, I confirm that:

  • I have read and followed the CONTRIBUTING.md guidelines
  • My code follows the project's coding standards
  • I have tested my changes thoroughly
  • I am ready for code review

resolves #198

@drips-wave

drips-wave Bot commented Mar 24, 2026

Copy link
Copy Markdown

@popsman01 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@hman38705 hman38705 merged commit 02b57b1 into solutions-plug:main Mar 24, 2026
1 of 12 checks passed
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.

Unhandled Remainder (Dust) in Parimutuel Payouts

2 participants