We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As we know, x/auth is overloaded. It's primary functionality should be account authentication. But it contains much more.
Recently we had a problem with x/auth migration where vesting account were vanished: #10591
Move vesting account feature from x/auth to x/vesting and enable more feature development in a new module.
The text was updated successfully, but these errors were encountered:
cc: @AmauryM , @aaronc
Sorry, something went wrong.
duplicate #9958 ? We can close that one though, because this one has a description.
Thanks, I will close this one and move documentation to the #9958
No branches or pull requests
Summary
As we know, x/auth is overloaded. It's primary functionality should be account authentication. But it contains much more.
Problem Definition
Recently we had a problem with x/auth migration where vesting account were vanished: #10591
Proposal
Move vesting account feature from x/auth to x/vesting and enable more feature development in a new module.
For Admin Use
The text was updated successfully, but these errors were encountered: