You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow vesting coins and schedules to be added to an existing account.
Problem Definition
As the recipient of vesting funds, I want them added to my existing account so that I don't have to maintain as many accounts/keys/secrets.
Currently, a new account must be created as a vesting account in order to have vesting coins/schedule. This is problematic because:
The account should be owned by the recipient, but must be created by the granter. This requires the recipient to create new keys and communicate the fresh address to the granter each time a grant is to be made.
A recipient that has multiple vesting grants must manage the keys for all of them which can become cumbersome.
Proposal
Make an enhancement to our fork of Cosmos-SDK that will allow the addition of vesting coin/schedules to existing accounts. This should allow adding vesting coin/schedules to an account that doesn't yet have vesting coin/schedules. This should also allow adding extra vesting coin/schedules to an account that already has vesting coin/schedules. If an account already has vesting coin/schedules, the existing vesting coin/schedules should not be changed when adding the new coin/schedules.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
The SDK has some changes coming related to vesting accounts. I think they're renaming them to "locked" accounts (or something like that). But that combined with the changes to the x/auth module, and creation of x/accounts should help us with this issue.
Summary
Allow vesting coins and schedules to be added to an existing account.
Problem Definition
As the recipient of vesting funds, I want them added to my existing account so that I don't have to maintain as many accounts/keys/secrets.
Currently, a new account must be created as a vesting account in order to have vesting coins/schedule. This is problematic because:
Proposal
Make an enhancement to our fork of Cosmos-SDK that will allow the addition of vesting coin/schedules to existing accounts. This should allow adding vesting coin/schedules to an account that doesn't yet have vesting coin/schedules. This should also allow adding extra vesting coin/schedules to an account that already has vesting coin/schedules. If an account already has vesting coin/schedules, the existing vesting coin/schedules should not be changed when adding the new coin/schedules.
For Admin Use
The text was updated successfully, but these errors were encountered: