Skip to content

test(invoice): fuzz invoice IDs near u64 boundaries#202

Closed
dreamgeneX wants to merge 1 commit into
mainfrom
test/104-invoice-id-u64-boundary-fuzz
Closed

test(invoice): fuzz invoice IDs near u64 boundaries#202
dreamgeneX wants to merge 1 commit into
mainfrom
test/104-invoice-id-u64-boundary-fuzz

Conversation

@dreamgeneX

Copy link
Copy Markdown
Contributor

Adds boundary and fuzz tests for invoice IDs at u64::MIN, u64::MAX, u64::MAX-1, and sequential wrap scenarios asserting no panics or silent overflow.

Closes #104

Adds boundary and fuzz tests for invoice IDs at u64::MIN, u64::MAX,
u64::MAX-1, and sequential wrap scenarios asserting no panics or
silent overflow.

Closes #104

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@dreamgeneX dreamgeneX closed this Jun 1, 2026
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.

[Testing][Invoice] Fuzz invoice IDs near u64 boundaries

1 participant