Skip to content

Feature/property based fee testing#550

Merged
Haroldwonder merged 3 commits into
Haroldwonder:mainfrom
Mmesolove:feature/property-based-fee-testing
Apr 28, 2026
Merged

Feature/property based fee testing#550
Haroldwonder merged 3 commits into
Haroldwonder:mainfrom
Mmesolove:feature/property-based-fee-testing

Conversation

@Mmesolove
Copy link
Copy Markdown
Contributor

Implemented property-based fuzz tests for fee calculation using random amount and bps values.

What was done

- Add TypeScript property-based tests using fast-check for fee calculations
- Add Rust property-based tests using proptest for fee service validation
- Test overflow protection, basis points validation, and edge cases
- Include fuzzing for random amounts and bps values
- Add documentation and test runner script
- Validate fee breakdown consistency and mathematical correctness
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 28, 2026

@Mmesolove is attempting to deploy a commit to the Harold's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Apr 28, 2026

@Mmesolove 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

@Haroldwonder Haroldwonder merged commit 5cb5884 into Haroldwonder:main Apr 28, 2026
7 of 28 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.

test: Add property-based fuzz tests for fee calculation

2 participants