Skip to content

Add property-based fuzz tests for Soroban contracts (#955)#993

Merged
Calebux merged 1 commit into
Calebux:mainfrom
od-hunter:feat/issue-955-contract-fuzzing
Jun 29, 2026
Merged

Add property-based fuzz tests for Soroban contracts (#955)#993
Calebux merged 1 commit into
Calebux:mainfrom
od-hunter:feat/issue-955-contract-fuzzing

Conversation

@od-hunter

Copy link
Copy Markdown
Contributor

Closes #955

Introduce proptest fuzz suites for subscription_renewal, escrow, and
payment-channel covering random amounts, concurrent deposit/withdraw,
state transitions, overflow guards, and unauthorized callers. Document
discovered edge cases and wire fuzz tests into the contracts CI workflow.
Fuzz tests disable snapshot capture so no JSON snapshot files are committed.

Closes Calebux#955
@od-hunter od-hunter requested a review from Calebux as a code owner June 29, 2026 14:23
@drips-wave

drips-wave Bot commented Jun 29, 2026

Copy link
Copy Markdown

@od-hunter 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

@Calebux Calebux merged commit 500e53d into Calebux:main Jun 29, 2026
29 of 34 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.

[P1] Testing: Add contract fuzzing tests for Soroban contracts

2 participants