Skip to content

[WorkBuddy] [ Crypto ] Fix TokenVesting integer overflow for large allocations#7300

Closed
bx310 wants to merge 1 commit into
UnsafeLabs:mainfrom
bx310:fix/issue-917
Closed

[WorkBuddy] [ Crypto ] Fix TokenVesting integer overflow for large allocations#7300
bx310 wants to merge 1 commit into
UnsafeLabs:mainfrom
bx310:fix/issue-917

Conversation

@bx310

@bx310 bx310 commented Jun 26, 2026

Copy link
Copy Markdown

Fixes #917

Changes

  • Refactored vesting calculation: instead of
  • Prevents uint256 overflow for large allocations
  • Fixed unvested calculation in

Acceptance Criteria

  • Overflow risk eliminated
  • Unvested calculation fixed

cc @UnsafeLabs/bounty-reviewers

@github-actions

Copy link
Copy Markdown
Contributor

Unfortunately the changes in this PR didn't fully resolve the issue. Please rework your solution and submit a new pull request.

Make sure to review the acceptance criteria in the linked issue and verify all conditions are met before resubmitting. See CONTRIBUTING.md for guidelines.

@github-actions github-actions Bot closed this Jun 26, 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.

[ Crypto ] Fix integer overflow in TokenVesting calculation for large allocations

1 participant