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

Add the ability to creating a vesting account that begins vesting in the future #341

Closed
evan-forbes opened this issue Aug 31, 2023 · 0 comments · Fixed by #342
Closed

Add the ability to creating a vesting account that begins vesting in the future #341

evan-forbes opened this issue Aug 31, 2023 · 0 comments · Fixed by #342
Labels

Comments

@evan-forbes
Copy link
Member

Currently, the vesting module allows for a vesting period to begin in the future if and only if that vesting account is defined in genesis. This is because we are forcing the start time to be the block time.

We should instead include a start time in the msg, and then use that start time in the state machine.

ref cosmos#4287
specifically this comment confirming our analysis that there are not any currently known side effects of doing this.

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

Successfully merging a pull request may close this issue.

1 participant