Skip to content

Feature/vesting cliffs topups#31

Merged
JerryIdoko merged 3 commits intoVesting-Vault:mainfrom
akordavid373:feature/vesting-cliffs-topups
Feb 20, 2026
Merged

Feature/vesting cliffs topups#31
JerryIdoko merged 3 commits intoVesting-Vault:mainfrom
akordavid373:feature/vesting-cliffs-topups

Conversation

@akordavid373
Copy link
Copy Markdown
Contributor

: Implements vesting "cliffs" on top-ups functionality, allowing vaults to add funds with independent cliff periods using a SubSchedule system.

Key Changes:

SubSchedule model for multiple vesting schedules per vault
Database migration with proper indexes
VestingService with comprehensive cliff management
6 new API endpoints for vault and indexing operations
Complete test suite and documentation
Closes: #19

Developer added 3 commits February 20, 2026 04:38
- Add propose_new_admin function for creating pending transfer proposals
- Add accept_ownership function to complete transfer process
- Add transfer_ownership function for backward compatibility
- Add comprehensive API endpoints for admin key management
- Include 24-hour expiration on pending proposals
- Add full audit logging for all admin actions
- Support both global and contract-specific admin transfers
- Add comprehensive test suite with error handling
- Prevent accidental lockout with two-step verification

Resolves Vesting-Vault#16: [Admin] Update Admin Key
- Add SubSchedule model for multiple vesting schedules per vault
- Implement top-up functionality with configurable cliff periods
- Add comprehensive API endpoints for vault management
- Update indexing service to handle vesting events
- Create database migration for new tables
- Add comprehensive test suite
- Support independent cliffs per top-up
- Implement pro-rata token release across sub-schedules

Closes Vesting-Vault#19
@JerryIdoko JerryIdoko merged commit d47e92e into Vesting-Vault:main Feb 20, 2026
1 check 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.

#19 Issue 19: [Logs] Admin Audit Trail

2 participants