-
Notifications
You must be signed in to change notification settings - Fork 355
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
Generic module types #425
Generic module types #425
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good, except now we should implement proper staking and distribution modules, as they probably should not fail by default for wasm.
c979682
to
258a158
Compare
Yeah, that can be another PR. In 0.10.1 or later. Honestly, I would add that in a contract that needs it and then port it to cw-plus. But this is more important for Terra than us I believe. Now they have hooks to add it. |
Closes #387
Start work on generic modules.
Module
type generic of any Msg, QueryTODO in a future PR: