Skip to content

Comments

feat(vault): add projection endpoint with vesting schedule calculations#61

Merged
JerryIdoko merged 3 commits intoVesting-Vault:mainfrom
El-swaggerito:Fixed-Issue---API]-Generate-Vesting-Schedule-JSON
Feb 23, 2026
Merged

feat(vault): add projection endpoint with vesting schedule calculations#61
JerryIdoko merged 3 commits intoVesting-Vault:mainfrom
El-swaggerito:Fixed-Issue---API]-Generate-Vesting-Schedule-JSON

Conversation

@El-swaggerito
Copy link
Contributor

closes #3

  • Add GET /api/vault/:id/projection endpoint that returns vesting timeline
  • Extend SubSchedule model with cliff, vesting, and release tracking fields
  • Implement vestingService.getVaultProjection() with linear vesting calculations
  • Add test files for both mock and database integration testing

El-swaggerito and others added 3 commits February 23, 2026 18:17
- Add GET /api/vault/:id/projection endpoint that returns vesting timeline
- Extend SubSchedule model with cliff, vesting, and release tracking fields
- Implement vestingService.getVaultProjection() with linear vesting calculations
- Add test files for both mock and database integration testing
@JerryIdoko JerryIdoko merged commit 7d639b0 into Vesting-Vault:main Feb 23, 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.

# Issue: [API] Generate Vesting Schedule JSON

2 participants