Skip to content

Implement token vesting contract module - #281

Merged
devIKargi merged 1 commit into
StellAIverse:mainfrom
Xaxxoo:feat/token-vesting-275
Jul 23, 2026
Merged

Implement token vesting contract module#281
devIKargi merged 1 commit into
StellAIverse:mainfrom
Xaxxoo:feat/token-vesting-275

Conversation

@Xaxxoo

@Xaxxoo Xaxxoo commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add a new Soroban token vesting workspace contract for linear schedules with cliffs.
  • Support single and batch beneficiary funding, claim and batch claim flows, early withdrawal penalties, admin modification, revocation, and schedule top-ups.
  • Add token-backed unit tests and document the new module in the README.

Tests

  • cargo fmt --all --check
  • cargo test -p token-vesting --lib -j 1
  • cargo build --all --locked -j 1
  • cargo clippy --all --all-targets --all-features -j 1 -- -D warnings

Closes #275

@devIKargi
devIKargi merged commit ac0e21e into StellAIverse:main Jul 23, 2026
3 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.

Implement Token Vesting Contract Module

2 participants