-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Decouple auth/vesting #4486
Comments
What are you plans here @alessio? A sub-package under |
Vesting types and functions should live either in a subpackage within |
I'd actually argue for the former is possible. I don't see that clear of a separation...they're nearly identical types apart from a few extra fields and methods. |
Yeah this is purely out of style what we do or don't group sub-modules - I would argue because vesting relies heavily on the auth infrastructure, that it should be a subpackage of auth - but also there isn't really a problem with having it as a standalone module. kinda indifferent tbh |
I'm fine with either really |
I like the idea of a |
It really depends on on the common ground between it and auth. Even with extending it, having it a sub-package could make more sense. Alternatively, it could just import |
So in that case - |
Correct @rigelrozanski |
@rhuairahrighairidh @karzak is the Kava team working on this issue? |
Yes, I have a PR that's about ready. I will rebase it on #5017 and submit today/tomorrow. |
Decouple the vesting functionality from
x/auth
and create a newx/vesting
module which extendsx/auth
functionality.For Admin Use
The text was updated successfully, but these errors were encountered: