Skip to content

Comments

feat: Implement delegate claiming functionality in smart contract#52

Merged
JerryIdoko merged 2 commits intoVesting-Vault:mainfrom
akordavid373:feature/admin-key-update
Feb 23, 2026
Merged

feat: Implement delegate claiming functionality in smart contract#52
JerryIdoko merged 2 commits intoVesting-Vault:mainfrom
akordavid373:feature/admin-key-update

Conversation

@akordavid373
Copy link
Contributor

@akordavid373 akordavid373 commented Feb 23, 2026

Closes #13


  • Add optional delegate field to Vault struct
  • Implement set_delegate() function for owner-only delegate management
  • Implement claim_as_delegate() function for authorized delegate claiming
  • Add comprehensive test suite for delegate functionality
  • Ensure tokens always go to original owner, not delegate
  • Maintain backward compatibility with existing vaults
  • Add detailed documentation for smart contract implementation

Resolves Issue #13: Delegate Claiming feature

Cascade AI and others added 2 commits February 22, 2026 16:08
- Add optional delegate field to Vault struct
- Implement set_delegate() function for owner-only delegate management
- Implement claim_as_delegate() function for authorized delegate claiming
- Add comprehensive test suite for delegate functionality
- Ensure tokens always go to original owner, not delegate
- Maintain backward compatibility with existing vaults
- Add detailed documentation for smart contract implementation

Resolves Issue Vesting-Vault#13: Delegate Claiming feature
@JerryIdoko JerryIdoko merged commit 2d6ff80 into Vesting-Vault:main Feb 23, 2026
1 check failed
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.

#13 Issue 13: [Feature] Delegate Claiming

2 participants