Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(token-vesting): add manager list to core-token-vesting contract #120

Closed
k-yang opened this issue Jan 30, 2024 · 1 comment · Fixed by #124
Closed

feat(token-vesting): add manager list to core-token-vesting contract #120

k-yang opened this issue Jan 30, 2024 · 1 comment · Fixed by #124
Assignees

Comments

@k-yang
Copy link
Member

k-yang commented Jan 30, 2024

Token vesting needs a 3rd party manager to allocate tokens to users, instead of the master admin having to do it. If the master admin does it, it needs to send a separate msg for each recipient, which is constrained when the master admin is a CW3 multisig contract. A 3rd party manager could be an individual account, making token allocation more efficient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants