Skip to content

Add vesting claim, key burn, timelock, and supply cap endpoints - #831

Merged
Chucks1093 merged 1 commit into
accesslayerorg:mainfrom
luciachizaram:fix/issues-822-825
Aug 26, 2026
Merged

Add vesting claim, key burn, timelock, and supply cap endpoints#831
Chucks1093 merged 1 commit into
accesslayerorg:mainfrom
luciachizaram:fix/issues-822-825

Conversation

@luciachizaram

Copy link
Copy Markdown
Contributor

Adds four new endpoints across vesting, keys, and admin modules.

  • POST /vesting/:keyId/claim — claims vested keys, updates claimedAmount, writes activity log
  • POST /keys/:keyId/burn — validates holder balance, decrements balance + circulatingSupply atomically
  • POST /admin/timelock/propose, execute, cancel, GET proposals — timelock proposal management with 48h delay
  • POST /creator/:keyId/supply-cap — validates cap >= circulatingSupply, updates supplyCap

Fixes #822,Fixes #823,Fixes #824,Fixes #825

@drips-wave

drips-wave Bot commented Aug 26, 2026

Copy link
Copy Markdown

@luciachizaram Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Chucks1093
Chucks1093 merged commit 7eeb598 into accesslayerorg:main Aug 26, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment